function sitovote_stat_out(url) {
 var sc=document.createElement('script');
 sc.type='text/javascript';
 sc.id="sitovote_stat_out";
 sc.src='stat_out.php?url='+url+'&'+Math.random();
 document.getElementsByTagName('head')[0].appendChild(sc);  
}


function sitovote_stat_in(url) {
 var sc=document.createElement('script');
 sc.type='text/javascript';
 sc.id="sitovote_stat_in";
 sc.src='stat_in.php?url='+url+'&'+Math.random();
 document.getElementsByTagName('head')[0].appendChild(sc);  
}


function sitovote_homepage(HTTP_HOST,title) {
	var new_hp = 'http://'+HTTP_HOST+'/';
	var a=document.getElementById("hp"),b=a.isHomePage(new_hp);
	if(!b){
		document.write('<a href="'+new_hp+'" onClick="javascript:document.getElementById(\'hp\').setHomepage(\''+new_hp+'\')" style="text-decoration:none;color:#0000CC;font-weight:bold">'+title+'</a> &nbsp;|&nbsp; ');
	}
}


