﻿/* http://keith-wood.name/countdown.html
   Danish initialisation for the jQuery countdown extension
   Written by Buch (admin@buch90.dk). */
(function($) {
	$.countdown.regional['is'] = {
		labels: ['Ár', 'Mánuðir', 'Vikur', 'Dagar', 'Klst.', 'Mín.', 'Sek.'],
		labels1: ['År', 'Mánuður', 'Vika', 'Dagur', 'Klst.', 'Mín.', 'Sek.'],
		compactLabels: [':', ':', ':', ':'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['is']);
})(jQuery);

