function testframe() {
   if (parent.parent.frames.length < 1 ){
     location.href="/index.htm?" + location.pathname
   }
 }
