if (top.frames.length!=0) {
if (window.location.href.replace)
top.location.replace(self.location.href);
else
top.location.href=self.document.href; }

function breakOut() {
if (self != top)
window.open("my URL","_top","");
}

if (window!=top){top.location.href=location.href;}
