jQuery(function () {
	var austDay = new Date();
	austDay = new Date("May 5, 2012 00:00:01");
	jQuery('#countdown').countdown({until: austDay});
	jQuery('#year').text(austDay.getFullYear());
});
