/* http://keith-wood.name/countdown.html
   Dutch initialisation for the jQuery countdown extension
   Written by Mathias Bynens <http://mathiasbynens.be/> Mar 2008. */
$.countdown.regional['nl'] = {
	labels: ['jaren', 'maanden', 'weken', 'dagen', 'uren', 'minuten', 'seconden'],
	labels1: ['jaar', 'maand', 'week', 'dag', 'uur', 'minuut', 'seconde'],
	compactLabels: ['j', 'm', 'w', 'd', 'h', 'm', 's'],
	timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['nl']);

