$(function () {
	var sfcX = new Date();
	sfcX = new Date(sfcX.getFullYear() + 0, 11 - 1, 11, 20);
	$('#sfcxcountdown').countdown({until: sfcX});
	var sfc11 = new Date();
	sfc11 = new Date(sfc11.getFullYear() + 0, 1 - 1, 13, 20);
	$('#sfc11countdown').countdown({until: sfc11});
	var sfc12 = new Date();
	sfc12 = new Date(sfc12.getFullYear() + 0, 2 - 1, 11, 20);
	$('#sfc12countdown').countdown({until: sfc12});
});

