﻿/* http://keith-wood.name/countdown.html
   Simplified Chinese initialisation for the jQuery countdown extension
   Written by Cloudream (cloudream@gmail.com). */
jQuery.countdown.regional['zh-CN'] = {
	labels: ['年', '月', '周', '天', '时', '分', '秒'],
	labelsSingle: ['年', '月', '周', '天', '时', '分', '秒'],
	compactLabels: ['年', '月', '周', '天'], compactLabelsSingle: ['年', '月', '周', '天'],
	timeSeparator: ':'};
jQuery.countdown.setDefaults(jQuery.countdown.regional['zh-CN']);
