(function(id){    function count(){    try{	var s = document.createElement('script');       var r = escape(document.referrer);      var h = escape(location.href);      s.src = 'http://blueboard.cz/counter_1.php?hid=' + id + '&odkud=' + r + '&zde=' + h + '&rnd=' + (new Date()).getTime() ;      document.getElementsByTagName('head')[0].appendChild(s);	}catch(e){}   }     if(window.addEventListener){     window.addEventListener('load', count, false);  }else if(window.attachEvent){    window.attachEvent('onload', count);   }else{    count();   }     })('63ubfaxt6d876bn0o2ifvs49h7rr5s');