﻿function gettt3(){
if (document.kaiseki.kaisekiurl.value =='') {
alert ('解析するページのURLを入力してください。');
return;
}
}

