/* 祝日設定用スクリプト */
jQuery(document).ready(function($) {
	$('div.thisCalender').calendar({
	events: {
		'2010-07-19': {
		    title: '海の日'
		},
		'2010-09-20': {
		    title: '敬老の日'
		},
		'2010-09-23': {
		    title: '秋分の日'
		},
		'2010-10-11': {
		    title: '体育の日'
		},
		'2010-11-03': {
		    title: '文化の日'
		},
		'2010-11-23': {
		    title: '勤労感謝の日'
		},
		'2010-12-23': {
		    title: '天皇誕生日'
		},
		'2011-01-01': {
		    title: '元旦'
		},
		'2011-01-10': {
		    title: '成人の日'
		},
		'2011-02-11': {
		    title: '建国記念日'
		},
		'2011-03-21': {
		    title: '春分の日'
		},
		'2011-04-29': {
		    title: '昭和の日'
		},
		'2011-05-03': {
		    title: '憲法記念日'
		},
		'2011-05-04': {
		    title: 'みどりの日'
		},
		'2011-05-05': {
		    title: 'こどもの日'
		},
		'2011-07-18': {
		    title: '海の日'
		},
		'2011-09-19': {
		    title: '敬老の日'
		},
		'2011-09-23': {
		    title: '秋分の日'
		},
		'2011-10-10': {
		    title: '体育の日'
		},
		'2011-11-03': {
		    title: '文化の日'
		},
		'2011-11-23': {
		    title: '勤労感謝の日'
		},
		'2011-12-23': {
		    title: '天皇誕生日'
		}
	}
	})
});
