$(document).ready(function(){
	var austDay = new Date();
	liftoffTime =	new Date(austDay.getFullYear(), 1 + 1);		
	$("#infoConContent").countdown({until:liftoffTime});
});
