html{display:none ;}
if(self == top) {
document.documentElement.style.display = 'block' ;
}else{
top.location = self.location ;
}
html{display:none ;}
if(self == top) {
document.documentElement.style.display = 'block' ;
}else{
top.location = self.location ;
}