jQuery.noConflict(); (function($) {   $(function() {     $('body').hide();     $('body').fadeIn(1400);   }); })(jQuery);

