//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)));
}


//google analytics 

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18236947-1']);
  _gaq.push(['_setDomainName', '.palimpalem.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();



//counter intern
var ppuri = 'http://www.palimpalem.com/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>');

