if(self==top) { 
var page=location.pathname.substring(1,location.pathname.length);
top.location.href="index.htm?url="+page; 
} 
