jQuery(window).load(function(){
         jQuery('#spinner').fadeOut(400,function(){jQuery(this).remove();});
        });
