function hideIntro(){
	$('#introMovie').fadeOut(function(){
		$('#staticHome').fadeIn();		
	});
}