function httpGet(theUrl){var xmlHttp = new XMLHttpRequest();xmlHttp.open( 'GET' , theUrl, false );xm...