// JavaScript Document
var html = '<dt id="link-d1">';
html += '<a href="./doing/">まずは日本国内で体験してみましょう</a>';
html += '</dt>';
document.write(html);