function document_onLoad() {
if (window.parent.frames.length!=0){
   window.open(location.href)
   history.back()
}
 }

