xmlHttp = getXMLHTTP(); if (xmlHttp) { xmlHttp.onreadystatechange = doReadyStateChange; xmlHttp.open("GET", requestUrl, true); xmlHttp.send();}