// JavaScript Document
var html = '<div class="cateBoxL">';
html += '<p>';
html += '<a href="knowledge/bellydance.html"><img src="images/top_banner01.gif" alt="" border="0" /></a>';
html += '</p>';
html += '<p>';
html += '<a href="knowledge/words.html"><img src="images/top_banner03.gif" alt="" border="0" /></a>';
html += '</p>';
html += '</div>';
html += '<div class="cateBoxR">';
html += '<p>';
html += '<a href="knowledge/dancestyle.html"><img src="images/top_banner02.gif" alt="" border="0" /></a>';
html += '</p>';
html += '</div>';
document.write(html);

// JavaScript Document

/*
<div class="cateBoxL">
<p><a href="knowledge/bellydance.html"><img src="images/top_banner01.gif" alt="" border="0" /></a></p>
<p><a href="knowledge/words.html"><img src="images/top_banner03.gif" alt="" border="0" /></a></p>
</div>
<div class="cateBoxR">
<p><a href="knowledge/dancestyle.html"><img src="images/top_banner02.gif" alt="" border="0" /></a></p>
</div>

*/