
function bannerBox(){
	document.write('<p><a href="inquiry.html">');
	document.write('<img src="images/banner01.jpg" width="170" height="110" alt="無料相談・お問合せはこちら" />');
	document.write('</a></p>');
	document.write('<p><a href="http://www.shika-town.com/">');
	document.write(' <img src="images/banner02.jpg" width="120" height="60" alt="歯科タウン" /></a>');
	document.write('</p>');
}

function bannerBox2(){
	document.write('<p><a href="../inquiry.html">');
	document.write('<img src="../images/banner01.jpg" width="170" height="110" alt="無料相談・お問合せはこちら" />');
	document.write('</a></p>');
	document.write('<p><a href="http://www.shika-town.com/">');
	document.write(' <img src="../images/banner02.jpg" width="120" height="60" alt="歯科タウン" /></a>');
	document.write('</p>');
}









       