var route_html=location.href;
SetCookie("calendar", route_html);

function SetCookie(key, val){
	document.cookie = key + "=" + escape(val) + "; domain=www.atakikaku.com; path=/";
}