$(document).ready(function() {
	
	/*** COUNTDOWN ***/
	$('#countdown').countdown({until: new Date(2012, 1-1, 18, 20, 00, 00), compact: true, description: '', format: 'H:M:S'});
	
});
