function redirect() {
	window.location="/"
}
setTimeout("redirect()",2000);