var $j = jQuery.noConflict();

$j.ajaxSetup( {
   global: false,
   type: "POST",
   dataType: "html",
   async: false
 } );

