function add_visitor() {
	if(getBrowser() != '?')
		new Ajax.Request(ROOT_DIR+"/ajax/add_visitor.php", {method: 'get'});
}