
if(self.parent.frames.length==0)
{
   //alert(document.location);
   set_cookie('url',document.location,'1');
   self.parent.location="index.html";
}
else
{
   set_cookie('url','_','1');
}