// JavaScript Document

function calendar_fucus_today(){
	
	var a = document.getElementById('scroll_target').getElementsByTagName('ul').item(0).scrollTop = document.getElementById('today').offsetTop;
}
dom.addListener(window,'load',calendar_fucus_today);
