function goURL() {
  	location.href="http://www.restart.it/homepageita.html";  	
}

setTimeout('goURL()', 4000);