window.onload = function() {

	calendar();
	
// ʐ^؂ւ
jQuery(function($) {

	$('#photo_switch1').bgSwitcher({
		images: ['./photos/p.jpg', 0, 5],
		interval: 5000,
		fadeSpeed: 1500,
		random: true
	}, true).data('bgSwitcher');

})
}
