if (self.location.href == top.location.href) {
	if (document.images) {
		top.location.replace("index.html");
	}
	else {
	    top.location.href = "index.html";
	}
}

