$(document).ready(function(){
	
	//Start the snow default options you can also make it snow in certain elements, etc.
	
	$('#header').snowfall({flakeCount : 150, minSize:5, round:true});
	
	
});
