$(window).load(function() {
     $('#preloader,#preloadertext').fadeOut('slow', function() { $(this).remove(); });
});

