function loadPage(section) {
	var ajaxRequest = new AjaxRequest(section); //Create AjaxRequest object
	ajaxRequest.sendRequest();  //Send the request
}

