function chkframes() {
	if (top.location == self.location) { 
		top.location.replace("http://www.huzen.com/index2.php?inframe="+escape(self.location.href));
		
	}
}

window.onload=chkframes;
