myPage = self.location
thisPage = top.location

if (thisPage == myPage) {
	contentSRC = escape(myPage);
	frameURL = 'index.html';
	top.location.href = frameURL;
}
