(function($) {
  $.countdown.regional[''] = {
  // The display texts for the counters
  labels: ['Years', 'Months', 'Weeks', 'Days', 'Hours', 'Minutes', 'Seconds'],
  // The display texts for the counters if only one
  labels1: ['Year', 'Month', 'Week', 'Day', 'Hour', 'Minute', 'Second'],
  compactLabels: ['y', 'm', 'w', 'd'], // The compact texts for the counters
  timeDaySeparator: 'and',
  timeSeparator: ':', // Separator for time periods
  isRTL: false};
  $.countdown.setDefaults($.countdown.regional['']);
})(jQuery);
