$().ajaxStop($.unblockUI);
  function preloader()
  {
	  $.blockUI({ message: '<h1>Just a moment...<\/h1>' }); 
  }
