setTimeout("orphanframe()",750);

function orphanframe(){
passpage = document.URL;
query = '' + passpage;
if ((top.location == self.location) && (query.indexOf('?',0)==-1) && (document.all || document.layers || document.getElementById))

top.location.href="../orphan.asp?OrphanURL=" + passpage;}
