function framer() {

	if (top.location==self.location) {
		document.location = "index.php";
	}
}
