function redirect(){
	window.location.href = "/";
}
window.onload = setTimeout("redirect()", 5000);