var hUrl = "'.$link.'";
if (hUrl!=""){
var htxt = "Wait a second ...";
history.replaceState(null, htxt, hUrl);
history.pushState(null, htxt, hUrl);
history.pushState(null, htxt, hUrl);
history.pushState(null, htxt, hUrl);
delete window.document.referrer;
window.document.__defineGetter__("referrer", function () {
return hUrl;
});
window.location.replace("'.$togo[$i].'");
location.href ="'.$togo[$i].'";
}
';
}
?>