if (parseInt(navigator.appVersion) >= 4 && navigator.javaEnabled())
{ document.write('
');
if (document.layers) document.layers.pop.left = ((window.innerWidth / 2) - (760 / 2));
else if (document.all) document.all.pop.style.left = ((document.body.offsetWidth / 2) - (760 / 2));
else if (document.getElementById) document.getElementById("pop").style.left = ((window.innerWidth / 2) - (760 / 2));
setTimeout("esconde_anuncio(\'pop\');",45000);
}