function getEscort(){
  url = "http://files.18pluscash.nl/escortvinden/tools/escortes.xml";
  makeHttpRequest(url,"displayEscorts",true);
}

function displayEscorts(ajaxBody) {

}


