/* テキストの入れ替え */
function load(){
$('#load').load("../logup/log.dat");
}
function newlog(){
$('#newlog').load("./logup/new.dat");
}