function verirrt(){
	if (top.document.URL==document.URL){
	window.location.replace("./");
	}
}
verirrt();

