Event.observe(window, 'load', init, false);

function init(){
	 //alert ("hello"); 
	 var url = 'http://www.limelightnetworks.com/geo/geo2.php';
     var target = 'where';
     var myAjax = new Ajax.Updater(target, url, {method: 'get', 
	onSuccess: function(transport){      var response = transport.responseText || "no response text";      lpSendData('Region', response);    }

});
     
}

function sayHi() {
//alert ("hello");
//
}

function showResult() {
alert (result);
}

function reRun() {
alert(document.getElementById('where').innerHTML);
lpSendData('Region',result);
}
