function updateStat(id){
x=document.getElementById('loading');
mySend="id="+id;
ultimateAjax("includes/statcount.php", mySend, x);
return false;
}
