function redirect() { window.location = "http://es.nicequest.com"; } window.onload=function() { setTimeout("redirect()", 8000); }