function fadeOutPreloader(){
  //$('#preloader').hide('fast');
	$("#preloader").fadeOut(300);  
	//$('#preloader').toggle(); 
}