﻿function open () {return true;}
window.open=false
if(top.location!=self.location)
top.location=self.location;
if (parent.frames.length)
parent.location.href=self.location;
if (top.frames.length!=0)
top.location=self.document.location;
if(top.frames.length>0)
top.location.href=self.location;
