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