-/* http://keith-wood.name/countdown.html
- * Russian initialisation for the jQuery countdown extension
- * Written by Dominus i3rixon@gmail.com (2008) */
-(function($) {
- $.countdown.regional['ru'] = {
- labels: ['Лет', 'Месяцев', 'Недель', 'Дней', 'Часов', 'Минут', 'Секунд'],
- labels1: ['Год', 'Месяц', 'Неделя', 'День', 'Час', 'Минута', 'Секунда'],
- compactLabels: ['l', 'm', 'n', 'd'], compactLabels1: ['g', 'm', 'n', 'd'],
- timeSeparator: ':', isRTL: false};
- //$.countdown.setDefaults($.countdown.regional['ru']);
-})(jQuery);
+/* http://keith-wood.name/countdown.html\r
+ * Russian initialisation for the jQuery countdown extension\r
+ * Written by Dominus i3rixon@gmail.com (2008) */\r
+(function($) {\r
+ $.countdown.regional['ru'] = {\r
+ labels: ['Лет', 'Месяцев', 'Недель', 'Дней', 'Часов', 'Минут', 'Секунд'],\r
+ labels1: ['Год', 'Месяц', 'Неделя', 'День', 'Час', 'Минута', 'Секунда'],\r
+ compactLabels: ['l', 'm', 'n', 'd'], compactLabels1: ['g', 'm', 'n', 'd'],\r
+ whichLabels: null,\r
+ timeSeparator: ':', isRTL: false};\r
+ $.countdown.setDefaults($.countdown.regional['ru']);\r
+})(jQuery);\r