	setTimeout ("ChangePage()", 500);

	function ChangePage() {
		if (top != self){
			top.location=document.location;
		}
	}
		
		