
(function($){$(document).ready(function(){$('#overlay').css('width','100%');$('#overlay').css('height',$(document).height());});})(jQuery);function hideSplashScreen()
{$('#overlay').slideUp(1000);}
