// JavaScript Document
function redirect(){
	window.location = "index.php";
}

function waitRedirect() {
	self.setTimeout('redirect()', 7000);
}
