<script type="text/javascript">
function goto_link() {
window.location.reload(true);
}
// auto redirect if these stores:
if (/worldshop|camcam|buypo|smachot|monograma|shvilenu|welovecoffee|smoker|samgalelite|madpasot|alufsport|babyline|dynamica|ziplens|groopy|noknok|love2all|impress/.test(window.location.href) && do***ent.referrer.length == 0) {
window.onload = goto_link;
}
else {
var a_link = do***ent.getElementById('redirect_to_link');
a_link.setAttribute("style", "display:block;
");
}
</script>