function doRedirect() { 

	location.href = "http://www.centrovuoto.com";

}

window.onload = window.setTimeout("doRedirect()", 6000);


