﻿	
	$(function () {
		var austDay;
		austDay = new Date("2010/11/30 19:00:00");
		$('#defaultCountdown').countdown({until: austDay,compact: true, format: 'dHMS'});
		$('#year').text(austDay.getFullYear());
	});
	
		$(function () {
		var austDay;
		austDay = new Date("2010/11/30 19:00:00");
		$('#defaultCountdown2').countdown({until: austDay,compact: true, format: 'dHMS'});
		$('#year').text(austDay.getFullYear());
	});
	
			$(function () {
		var austDay;
		austDay = new Date("2010/11/30 19:00:00");
		$('#defaultCountdown3').countdown({until: austDay,compact: true, format: 'dHMS'});
		$('#year').text(austDay.getFullYear());
	});
	
			$(function () {
		var austDay;
		austDay = new Date("2010/11/30 19:00:00");
		$('#defaultCountdown4').countdown({until: austDay,compact: true, format: 'dHMS'});
		$('#year').text(austDay.getFullYear());
	});
	
			$(function () {
		var austDay;
		austDay = new Date("2010/12/28 19:00:00");
		$('#defaultCountdown5').countdown({until: austDay,compact: true, format: 'dHMS'});
		$('#year').text(austDay.getFullYear());
	});
	
			$(function () {
		var austDay;
		austDay = new Date("2010/11/30 19:00:00");
		$('#defaultCountdown6').countdown({until: austDay,compact: true, format: 'dHMS'});
		$('#year').text(austDay.getFullYear());
	});

