// JavaScript Document
function top_center_banner(){
	document.write('<div id="pickup">');
    document.write(' <ul class="clearfix">');
    document.write(' <li><a href="dr.html" rel="nofollow"><img src="images/pickup-dr.jpg" width="170" height="102" alt="院長紹介" /></a></li>');
    document.write('<li class="nil"><a href="contact.html" rel="nofollow"><img src="images/pickup-contact.jpg" width="170" height="102" alt="お問い合わせ" /></a></li>');
    document.write('</ul>');
    document.write('<p><a href="https://www.shika-town.com/reservation.php?pre=search&amp;cl=39004" rel="nofollow"><img src="images/big-ban-reserve.jpg" width="350" height="60" alt="WEBで24時間受付中　診療予約はこちら" /></a></p>');
    document.write('</div>');
}
function right_banner(){
	document.write('<div id="column_b">');
          document.write('<h3 id="title03">六泉寺歯科 診療内容</h3>');
          document.write('<dl>');
            document.write('<dt><span class="raquo">&raquo;</span> 人口歯根・インプラントについて</dt>');
              document.write('<dd><a href="implant.html"><img src="images/pickup-implant.jpg" width="180" height="70" alt="インプラントのページはこちらから" /></a></dd>');
            document.write('<dt><span class="raquo">&raquo;</span> 口元の美を追求する 審美治療</dt>');
              document.write('<dd><a href="aesthe.html"><img src="images/pickup-aesthe.jpg" width="180" height="70" alt="審美治療のページはこちらから" /></a></dd>');
            document.write('<dt><span class="raquo">&raquo;</span> 歯列矯正治療について</dt>');
              document.write('<dd><a href="ortho.html"><img src="images/pickup-ortho.jpg" width="180" height="70" alt="歯列矯正のページはこちらから" /></a></dd>');
            document.write('<dt><span class="raquo">&raquo;</span> 虫歯・歯周病や小児向け治療</dt>');
              document.write('<dd><a href="general.html"><img src="images/pickup-general.jpg" width="180" height="70" alt="虫歯・歯周病治療のページはこちらから" /></a></dd>');
            document.write('<dt><span class="raquo">&raquo;</span> 健康的な口腔内環境を</dt>');
              document.write('<dd><a href="prevent.html"><img src="images/pickup-prevent.jpg" width="180" height="70" alt="専門家のケア・PMTCについてはこちらから" /></a></dd>');
          document.write('</dl>');
        document.write('</div>');
}