function update_timestamp(ipaddr)
{
	var r=Math.floor(Math.random()*1000000);
	//new Ajax.Request('webstats_mod_onunload.php', {method:'GET', parameters:{ip: ipaddr, rand:r}});
	$.get('webstats_mod_onunload.php', {ip: ipaddr, rand:r});
}
