// JavaScript Document
var html = '<div class="cateBoxL">';
html += '<p>';
html += '<a href="enjoy/music.html"><img src="images/top_banner08.gif" alt="" width="280" height="70" border="0" /></a>';
html += '</p>';
html += '<p>';
html += '<a href="enjoy/band.html"><img src="images/top_banner10.gif" alt="" width="280" height="70" border="0" /></a>';
html += '</p>';
html += '</div>';
html += '<div class="cateBoxR">';
html += '<p>';
html += '<a href="enjoy/instrument.html"><img src="images/top_banner09.gif" alt="" width="280" height="70" border="0" /></a>';
html += '</p>';
html += '</div>';
document.write(html);

// JavaScript Document

/*
<div class="cateBoxL">
<p><a href="enjoy/music.html"><img src="images/top_banner08.gif" alt="" width="280" height="70" border="0" /></a></p>
<p><a href="enjoy/band.html"><img src="images/top_banner10.gif" alt="" width="280" height="70" border="0" /></a></p>
</div>
<div class="cateBoxR">
<p><a href="enjoy/instrument.html"><img src="images/top_banner09.gif" alt="" width="280" height="70" border="0" /></a></p>
</div>
*/