var today = new Date();

function jump(dirName){
	location.href ='wadakazuo_web/' + dirName + '/' + today.getDate() + '.html';
}

