$(function () {
	//var austDay = new Date();
	/*austDay = new Date(2011, 3, 1, 12,0,0);*/
	$('#imageLayout').countdown({until: austDay, compact: true,
	  layout: $('#imageLayout').html()});

	$('#year').text(austDay.getFullYear());
});

