
$(document).ready(function()
{  

    hidePreloader();
  
});

function hidePreloader()
{
	$("#preloader").delay(1000).fadeOut("slow");
}
