$(document).ready(function(){

	$(function () {
		// var launchDay = new Date();
		// launchDay = new Date(launchDay.UTCDate(-8, 2010, 04, 12, 12, 0, 0, 0);
		// $('#defaultCountdown').countdown({until: launchDay});
		// $('#year').text(launchDay.getFullYear());
		
		$('#defaultCountdown').countdown({until: 
		    $.countdown.UTCDate(-8, 2010, 5 - 1, 5, 12, 0, 0, 0)});
	});

});

