
$(function () {
	var gsd = new Date();
	gsd = new Date(2012, 5, 21, 0);
	$('#defaultCountdown').countdown({until: gsd});
	
});


