if(self.location==top.location)
{
  var d="" + self.location;  
  d = d.substring(d.substring(0,d.lastIndexOf('/')-1).lastIndexOf('/')+1,d.length);
  rExp = /#/g;  
  d = d.replace(rExp, "!");
  self.location="../frames.htm?" + d;
}
