//inserted in index.html's
//umgeleitete bodyseite im frame aufrufen

// 2010-09-13 a.search hinzugefuegt (ojo checked nur auf body nicht auf librovisitas)

try{
	a = top.location.search.substring(1,top.location.search.length);
	if(a != ''){ 
		e = a.search(/body/);
		if (e != -1){
			for (i=1;i<5;i++){
				try {
				window.setTimeout('window.frames["pbodyfr"].location.replace(a)',500);
					i=5
				} catch (e) {
					
				}
			}
		}
	}
}catch(e){

}


//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);
  })();





