function HitOnline(){
	//todo later, need to user LOOKUP_XML_INTERVAL_SECOND instead of harcoding time to 20sec

	loadXMLDoc("/xml/lookup_xml.php");
	setTimeout('HitOnline()',45*1000);
}
