function change() {
obj=document.getElementById("image");
today = new Date();
Mon = today.getMonth()+1;
Day = today.getDate();


if (Mon == 1) { document.write('<div class="top_img01">'); } 
if (Mon == 2) { document.write('<div class="top_img02">'); } 
if (Mon == 3) { document.write('<div class="top_img03">'); } 
if (Mon == 4) { document.write('<div class="top_img04">'); } 
if (Mon == 5) { document.write('<div class="top_img05">'); } 
if (Mon == 6) { document.write('<div class="top_img06">'); } 
if (Mon == 7) { document.write('<div class="top_img07">'); } 
if (Mon == 8) { document.write('<div class="top_img08">'); } 
if (Mon == 9) { document.write('<div class="top_img09">'); } 
if (Mon == 10) { document.write('<div class="top_img10">'); } 
if (Mon == 11) { document.write('<div class="top_img11">'); } 
if (Mon == 12) { document.write('<div class="top_img12">'); } 

document.write('<h1 title="Western Red Ceder from Canada “生命の木”と呼ばれるウエスタン・レッドシダーを森林管理の先進国・カナダの森から日本へ。">Western Red Ceder from Canada “生命の木”と呼ばれるウェスタン・レッドシダーを森林管理の先進国・カナダの森から日本へ。</h1>');
document.write("<ul>");
document.write('<li title="やすらぎと環境共生の建築をめざして"><a href="redceder/redceder_01.html"><img src="images/btn_top01.jpg" alt="やすらぎと環境共生の建築をめざして" width="308" height="67" class="swap" /></a></li><li title="ウエスタンレッドシダー建材としての優れた特性"><a href="redceder/redceder_02.html"><img src="images/btn_top02.jpg" alt="ウエスタンレッドシダー建材としての優れた特性" width="308" height="67" class="swap"  /></a></li><li title="高広木材のプロフィール"><a href="company/company_02.html"><img src="images/btn_top03.jpg" alt="高広木材のプロフィール" width="308" height="67" class="swap"  /></a></li>');
document.write("</ul>");
document.write("</div>");

}