document.open();
document.write('<map name="Map" id="Map">');
document.write('<area shape="circle" coords="83,106,76" href="exactly.html" alt="こんなあなたにピッタリ歯医者" />');
document.write('<area shape="circle" coords="217,258,70" href="treatment.html" alt="診療案内・院内ツアー" />');
document.write('<area shape="circle" coords="76,380,71" href="health.html" alt="歯のトラブル　あなたはどのタイプ？" />');
document.write('<area shape="circle" coords="211,544,59" href="dr.html" alt="Drあわた紹介" />');
document.write('</map>');
document.close();
