<!-- 
if ( top!=self )
     {           
        if ( document.images ) 
           top.location.replace(self.location.href);
        else
           top.location.href=self.location.href;
}
// -->