function ajax(_url) {
	return $.ajax({
	  url: _url,
	  async: false
	 }).responseText;
}
