function noFrame(){ if(top!=self){ if(document.images){ top.location.replace(self.location.href); }else{ top.location.href = self.location.href; } } return true; }
