/* http://keith-wood.name/countdown.html
 * Italian initialisation for the jQuery countdown extension
 * Written by Davide Bellettini (davide.bellettini@gmail.com) Feb 2008. */

(function($) {
	$.countdown.regional['en'] = {
		labels: ['Years', 'Months', 'Weeks', 'd', 'h', 'm', 's'],
		labels1: ['Year', 'Month', 'Week', 'd', 'h', 'm', 's'],
		compactLabels: ['y', 'm', 'w', 'd'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['en']);
})(jQuery);

