<!--
function chkFrame() {
	var newURL = self.location.protocol + '//' + self.location.host ;
  top.location.href = newURL;
}
//-->