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