$(function () {
	var austDay = new Date();
	austDay = new Date(austDay.getFullYear() + 0, 5, 30, 9);
	$('#byWeek').countdown({until: austDay , format: 'wdHMS'});
	$('#year').text(austDay.getFullYear());
});


 
