	
	var goodURL = this.document.location;
	var winURL = top.location.href;
	
	if(goodURL == winURL)
		top.location.href = "index.html?content=" + goodURL
