function update_timestamp(ipaddr)
{
	new Ajax.Request('webstats_mod_onunload.php', {method:'GET', parameters:{ip: ipaddr}});
}
