/*******/// COUNTDOWN /*******/
$(function () {
var newYear = new Date(); 
newYear = new Date(2012, 11 - 1, 01);
$('.defaultCountdown').countdown({until: newYear, format: 'DHMS'}); 
});        


/*******/// FANCYBOX /*******/
$(document).ready(function() {
	$("#inline").fancybox();
});
