// Navigation menu
Cufon.replace('#header .nav ul li a', {
	fontFamily: 'birth-hero', 
	textShadow: '1px 1px rgba(0, 0, 0, 0.6)',
	hover: true
});

Cufon.replace('#header .nav ul li ul li a', {
	fontFamily: 'birth-hero',
	textShadow: '1px 1px rgba(0, 0, 0, 0.6)'
});

$(function(){
	
	// Splash frame logic
	$('#enter').click(function() {
	 	$('#splash').fadeOut();
		return false;
	});
	
});

