$(document).ready(function(){
	var d = new Date();
	var y = d.getFullYear();
	var m = d.getMonth();

	$('li.importantNews>ins>div>div').css('display','none');
	$('li.importantNews>ins>div>strong').after('<em class="readMore">Read More</em>');
	$('li.importantNews>ins>div>em.readMore').click(function () {$('div',$(this).parent()).slideToggle("slow");});
	$('li.importantNews:nth-child(1)>ins>div>div').css('display','block');
	$('li.importantNews:nth-child(1)>ins>div>em.readMore').css('display','none');

	$('#cal').fullCalendar({
	events: [
		{start: "2011-02-05", end: "", title: "　"},
		{start: "2011-02-11", end: "2011-02-12", title: "　"},
		{start: "2011-02-19", end: "", title: "　"},
		{start: "2011-02-26", end: "", 	title: "　"},
		{start: "2011-03-05", end: "", 	title: "　"},
		{start: "2011-03-12", end: "", 	title: "　"},
		{start: "2011-03-19", end: "", 	title: "　"},
		{start: "2011-03-20", end: "", 	title: "　"},
		{start: "2011-03-26", end: "2011-04-09", title: "　"},
		{start: "2011-04-16", end: "", 	title: "　"},
		{start: "2011-04-23", end: "", 	title: "　"},
		{start: "2011-04-29", end: "2011-05-04", title: "　"},
		{start: "2011-05-07", end: "", 	title: "　"},
		{start: "2011-05-14", end: "", 	title: "　"},
		{start: "2011-05-21", end: "", 	title: "　"},
		{start: "2011-05-28", end: "", 	title: "　"},
		{start: "2011-06-04", end: "", 	title: "　"},
		{start: "2011-06-11", end: "", 	title: "　"},
		{start: "2011-06-18", end: "", 	title: "　"},
		{start: "2011-06-25", end: "", 	title: "　"},
		{start: "2011-07-02", end: "", 	title: "　"},
		{start: "2011-07-09", end: "", 	title: "　"},
		{start: "2011-07-16", end: "2011-07-17", title: "　"},
		{start: "2011-07-23", end: "2011-08-14", title: "　"},
		{start: "2011-08-20", end: "", 	title: "　"},
		{start: "2011-08-27", end: "", 	title: "　"},
		{start: "2011-09-03", end: "", 	title: "　"},
		{start: "2011-09-10", end: "", 	title: "　"},
		{start: "2011-09-17", end: "2011-09-18", title: "　"},
		{start: "2011-09-24", end: "", 	title: "　"},
		{start: "2011-10-01", end: "", 	title: "　"},
		{start: "2011-10-08", end: "2011-10-09", title: "　"},
		{start: "2011-10-15", end: "", 	title: "　"},
		{start: "2011-10-22", end: "", 	title: "　"},
		{start: "2011-10-29", end: "", 	title: "　"},
		{start: "2011-11-05", end: "", 	title: "　"},
		{start: "2011-11-12", end: "", 	title: "　"},
		{start: "2011-11-19", end: "", 	title: "　"},
		{start: "2011-11-26", end: "", 	title: "　"},
		{start: "2011-12-03", end: "", 	title: "　"},
		{start: "2011-12-10", end: "", 	title: "　"},
		{start: "2011-12-17", end: "", 	title: "　"},
		{start: "2011-12-23", end: "2012-01-02", title: "　"},
		{start: "2012-01-07", end: "2012-01-08", title: "　"},
		{start: "2012-01-14", end: "", title: "　"},
		{start: "2012-01-21", end: "", title: "　"},
		{start: "2012-01-28", end: "", title: "　"},
		{start: "2012-02-04", end: "", title: "　"},
		{start: "2012-02-11", end: "", title: "　"},
		{start: "2012-02-18", end: "", title: "　"},
		{start: "2012-02-25", end: "", title: "　"},
		{start: "2012-03-03", end: "", title: "　"},
		{start: "2012-03-10", end: "", title: "　"},
		{start: "2012-03-17", end: "", title: "　"},
		{start: "2012-03-24", end: "2012-04-07", title: "　"},
		{start: "2012-04-14", end: "", title: "　"},
		{start: "2012-04-21", end: "", title: "　"},
		{start: "2012-04-28", end: "2012-04-29", title: "　"},
		{start: "2012-05-03", end: "2012-05-05", title: "　"},
		{start: "2012-05-12", end: "", title: "　"},
		{start: "2012-05-19", end: "", title: "　"},
		{start: "2012-05-26", end: "", title: "　"}
		]
	});
});
