$(document).ready(function () {
  $.get("ajax/city_fav.php", function(data){
    $("#orase_favorite").html(data);
 });  
  
});
