// JavaScript Document
function top_bnr(){
	document.write('<div class="section">');
		document.write('<div class="qc_bana"><a href="http://www6.plala.or.jp/samura/shoudoku.html" target="_blank">当医院の滅菌・消毒について</a></div>');
        document.write('<p><a href="lost.html"><img src="images/index_pic01.jpg" width="267" height="125" class="image_l" alt="" /></a></p>');
       document.write(' <p><a href="safe.html"><img src="images/index_pic02.jpg" width="267" height="125" class="image_l" alt="" /></a></p>');
        document.write('</div>');
}
