

jQuery(document).ready(function ()
{
	jQuery(".calendarSelectDate").datepicker();
	
	//jQuery('#countdown').countdown({until: new Date(2009, 5, 26, 20, 0, 0), format: 's', compact: false, labels: ['', '', '', '', '', '', ''],labelsSingle: ['', '', '', '', '', '', '']}); 
	
});
