function viewDay(y, m, d)
{
	var url = './index/day/y/'+ y +'/m/'+ m +'/d/'+ d;
	location.href = url;
}
