myPage=self.location;
thisPage=top.location;

if (thisPage == myPage)
{
contentSRC = escape(myPage);
frameURL = 'index.htm?' + contentSRC;
top.location.href = frameURL;


}