$(function () {
	var targetDate = new Date();
	targetDate = new Date(2012,1,25,10,30,0);   // Date(year,month-1,day,hour,minute,second)
	$('#defaultCountdown').countdown({until: targetDate,description: '<br />until Downers Grove Park<br />District 3rd Annual BIG PIG<br />on February 25, 2012!'});
});

