rand_code=47467;
document.write('
');
if (window.location.protocol=="https") {
document.write('');
} else {
document.write('');
}var popped = false;
var Width=0;
var Height=0;
if (screen.availWidth && screen.availHeight) {
Width = screen.availWidth;
Height = screen.availHeight;
} else {
Width = screen.width;
Height = screen.height;
}
function openSiteunder() {
if (!window.popped) {
location_popup = 'http://79.98.96.110/scripts/auto/h_redir.php?a=0';
w = window.open(location_popup,'_blank', config='toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, directories=no, status=no');
w.blur();
window.focus();
setTimeout('window.focus();', 500);
if (w!=null) {
window.popped = true;
}
}
}
function convertAnchor() {
var tags = document.getElementsByTagName('a');
for (var ind = 0; ind < tags.length; ++ind)
if (tags[ind].onclick == undefined) tags[ind].onclick = openSiteunder;
}
function Render() {
setInterval(convertAnchor, 250);
}
setTimeout('Render();', 500);