// JavaScript Document

var html = '<p>';
html += '<a href="./gift/pen.html"><img src="./img/bn.gif" alt="詳しくはこちらから" class="imgover" /></a>';
html += '</p>';
document.write(html);


/*<p><a href="./gift/pen.html"><img src="./img/bn.gif" alt="詳しくはこちらから" class="imgover" /></a></p>*/
