$(function () {
	var austDay = new Date();
	austDay = new Date(2011, 10, 28); 
	$('#defaultCountdown').countdown({until: austDay});
	$('#year').text(austDay.getFullYear());
});
	(function($) {
	$.countdown.regional['es'] = {
		labels: ['', '', '', '', '', '', ''],
		labels1: ['', '', '', '', '', '', ''],
		compactLabels: ['a', 'm', 's', 'g'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['es']);
})(jQuery);
  $(document).ready(function(){
    $('#sliduno').bxSlider({
		 hideControlOnEnd: true,
		 mode: 'fade',
		 pause: 6000,  
		 speed: 1000,
		 easing: 'swing',
		 auto: true,
		 controls: false
        });
  });

