// JavaScript Document

jQuery(function($) {

	$('#example').calendar({
	
		events: {
			'2012-1-7': {
				title: '住宅フェアー　開催中',
				url: 'http://www.mandai-home.com/fair01.html'
			},
			'2012-1-15': {
				title: '住まいのセミナー 本社ショールーム',
				url: 'http://www.mandai-home.com/semina.htm'
			},
			'2011-12-4': {
				title: '住まいのセミナー 本社ショールーム',
				url: 'http://www.mandai-home.com/semina.htm'
			},
			'2011-12-3': {
				title: '完成見学会　曽於市末吉町',
				url: 'http://www.mandai-home.com/kansei_kengaku.html'
			},
			'2011-12-4': {
				title: '完成見学会　曽於市末吉町',
				url: 'http://www.mandai-home.com/kansei_kengaku.html'
			},
			
		}
	});

});

