jQuery(function($) {

	$('#calender,#calenderIndex').calendar({
		// 初期表示する年
		year: 2012,
		// 初期表示する月
		month:2,
		// イベントの設定
		events: {
			'2011-9-11': {
				title: 'Cospanic at 横浜開港記念会館（ジャックの塔）',
				url: 'http://groovingloop.com/event/event_jack/event_jack.html'
			},
			'2011-9-17': {
				title: 'Cospanic at 川崎産業振興会館',
				url: 'http://groovingloop.com/event/event_kawasaki/event_kawasaki.html'
			},
			'2011-10-1': {
				title: 'Cospanic at 川崎産業振興会館',
				url: 'http://groovingloop.com/event/event_kawasaki/event_kawasaki.html'
	        },
			'2011-10-9': {
				title: 'Cospanic at 晴海客船ターミナル',
				url: 'http://groovingloop.com/event/event_harumi/event_harumi.html'
	        },
			'2011-11-13': {
				title: 'Cospanic at ムーブ町屋',
				url: 'http://groovingloop.com/event/event_move/event_move.html'
			},
			'2011-11-20': {
				title: 'Cospanic at 川崎産業振興会館',
				url: 'http://groovingloop.com/event/event_kawasaki/event_kawasaki.html'
			},
			'2011-11-26': {
				title: 'Cospanic at 晴海客船ターミナル',
				url: 'http://groovingloop.com/event/event_harumi/event_harumi.html'			
			},
			'2011-11-27': {
				title: 'Cospanic at 青葉の森公園(青葉の森公園芸術文化ホール)',
				url: 'http://groovingloop.com/event/event_aoba/event_aoba.html'			
			},
			'2011-12-3': {
				title: 'Cospanic at 川崎産業振興会館',
				url: 'http://groovingloop.com/event/event_kawasaki/event_kawasaki.html'
			},
			'2011-12-11': {
				title: 'Cospanic at 秦野市文化会館 （１階展示室 屋外撮影可能 ）',
				url: 'http://groovingloop.com/event/event_hadano/event_hadano.html'
			},
			'2012-1-7': {
				title: 'Cospanic at 横浜開港記念会館（ジャックの塔）',
				url: 'http://groovingloop.com/event/event_jack/event_jack.html'
			},
			'2012-1-14': {
				title: 'Cospanic at 秦野市文化会館 （１階展示室 屋外撮影可能 ）',
				url: 'http://groovingloop.com/event/event_hadano/event_hadano.html'
			},
			'2012-01-21': {
				title: 'Cospanic at 川崎産業振興会館',
				url: 'http://groovingloop.com/event/event_kawasaki/event_kawasaki.html'
			},
			'2012-01-22': {
				title: 'Cospanic at 青葉の森公園(青葉の森公園芸術文化ホール)',
				url: 'http://groovingloop.com/event/event_aoba/event_aoba.html'
			},
			'2012-01-28': {
				title: 'Cospanic at 晴海客船ターミナル',
				url: 'http://groovingloop.com/event/event_harumi/event_harumi.html'			
			},
			'2012-2-04': {
				title: 'Cospanic at 秦野市文化会館 （１階展示室 屋外撮影可能 ）',
				url: 'http://groovingloop.com/event/event_hadano/event_hadano.html'
			},
			'2012-02-05': {
				title: 'Cospanic at 青葉の森公園(青葉の森公園芸術文化ホール)',
				url: 'http://groovingloop.com/event/event_aoba/event_aoba.html'			
			},
			'2012-02-11': {
				title: 'Cospanic at 川崎産業振興会館',
				url: 'http://groovingloop.com/event/event_kawasaki/event_kawasaki.html'
			},
			'2012-02-25': {
				title: 'Cospanic at 晴海客船ターミナル',
				url: 'http://groovingloop.com/event/event_harumi/event_harumi.html'			
			},
						'2012-03-18': {
				title: 'Cospanic at 稲毛海浜公園・稲毛記念会館',
				url: 'http://groovingloop.com/event/event_inage/event_inage.html'			
			},
		}
	});


});

