$(document).ready(function() {
	
	$('.counter').countdown({
		until: new Date(2010, 11 - 1, 2, 0, 0, 0),
		format: 'dHMS'
	});
	
});

