while (top != self) {
	document.getElementsById("body")[0].style.display = "none";
	top.location.replace(document.location);
	alert("Someone has been trying to frame this page. Redirecting...\nBy framing, we refer to embedding one webpage inside another, giving the appearance of owning the contents without even having to serve it. It also messes with the browser's location bar.");
}

