$(document).ready(function(){
	Cufon.replace('h1, h2, h3, h4, h5, h6', {textShadow:'1px 1px 1px #e0e0e0', letterSpacing:'0.5px'});
});
$(document).ready( function(){
	// Handle the countdown timer
	var theYear = parseInt( 2012 ); // year
	var theDay = parseInt( 1 );	// day
	var theMonth = parseInt( 3 );	// month	
	var theEnd = new Date(theYear, theMonth - 1, theDay); 
	$('#defaultCountdown').countdown({until: theEnd, format: 'dHMS', regional: 'fr-FR' });
});
$(document).ready(function() {
	$('#menu > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
