// JavaScript Document

function makeToolbar(){
	document.write('<div id="toolBar">');
	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr>');
	//document.write('<td id="toolbatTitle">中央線沿線専門ドットコム</td>');
	document.write('<td>');
	document.write(' <a href="http://www.hachioji-senmon.com/" target="_blank">八王子</a></td>');
	document.write('<td>');
	document.write(' <a href="http://www.tachikawa-senmon.com/" target="_blank">立川</a></td>');
	document.write('<td>');
	document.write(' <a href="http://www.kunitachi-senmon.com/" target="_blank">国立</a></td>');
	document.write('<td>');
	document.write(' <a href="http://www.kokubunji-senmon.com/" target="_blank">国分寺</a></td>');
	document.write('<td>');
	document.write(' <a href="http://www.mitaka-senmon.com/" target="_blank">三鷹</a></td>');
	document.write('<td>');
	document.write(' <a href="http://www.hometown.ne.jp/" target="_blank">吉祥寺</a></td>');
	document.write(' <td>');
	document.write('<a href="http://www.nishiogikubo-senmon.com/" target="_blank">西荻窪</a></td> ');
	document.write('<td>');
	document.write(' <a href="http://www.ogikubo-senmon.com/" target="_blank">荻窪</a></td> ');
	document.write(' <td>');
	document.write('  <a href="http://www.asagaya-senmon.com/" target="_blank">阿佐ヶ谷</a></td>');
	document.write('<td>');
	document.write('  <a href="http://www.koenji-senmon.com/" target="_blank">高円寺</a></td>');
	document.write('<td>');
	document.write('  <a href="http://www.nakano-senmon.com/" target="_blank">中野</a></td>');
	document.write('</tr>');
	document.write(' </table>');
	document.write('</div>');
}