// JavaScript Document

document.write("<div id=\"langSwitch\">");
document.write("		<ul>");
document.write("		<li>|&nbsp;<span>Japanese</span>&nbsp;|</li>");
document.write("		<li><a href=\"http://www.japanbrand.net/english/index.html\">English</a>&nbsp;|</li>");
document.write("		<li><a href=\"http://www.japanbrand.net/french/index.html\">French</a>&nbsp;|</li>");
document.write("		<li><a href=\"http://www.japanbrand.net/chinese/index.html\">Chinese</a>&nbsp;|</li>");
document.write("		<li><a href=\"http://www.japanbrand.net/german/index.html\">German</a>&nbsp;|</li>");
document.write("		<li><a href=\"http://www.japanbrand.net/italian/index.html\">Italian</a>&nbsp;|</li>");
document.write("		</ul>");
document.write("</div>");
