<!--
function checkFrame(){
   if (self == top) { 
   top.location.replace('frame.htm?' + self.location.pathname);
   }
}
//-->
