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