//inserted in bodys und librovisit
//alert ("bodycheck aufgerufen: " + self.location.href);

//Bodys unter index sicherstellen - wenn body im top ist
if (top == self) {
	//alert("top==self");
	location.replace("index.html?"+(self.location.href.substring(self.location.href.lastIndexOf("/")+1)));
}

//Host checken 2006-03 ausgeblendet
/*
try {
	if (!window.location.host == top.location.host){
		location.replace("index.html?"+(self.location.href.substring(self.location.href.lastIndexOf("/")+1)));
	}
} catch (e) {
	location.replace("index.html?"+(self.location.href.substring(self.location.href.lastIndexOf("/")+1)));
}
*/
//counter intern
var ppuri = '../../palim/apli/ppcount1.php?body=' + self.location.href + '&' + new String (Math.random()).substring (2, 11);
document.write('<div style="visibility:hidden;position:absolute;top:0;left:0;width:0;height:0"><img src="'+ppuri+'" height="0" width="0" border="0"><\/div>');
