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


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