<!--

dt = new Date();
m=dt.getMonth()+1;
if (m <= 3 || m==12) greet="http://www.wakashin.co.jp/image/topimage04.jpg"
else if (m <=  5) greet="http://www.wakashin.co.jp/image/topimage01.jpg"
else if (m <= 9) greet="http://www.wakashin.co.jp/image/topimage02.jpg"
else greet="http://www.wakashin.co.jp/image/topimage03.jpg"
document.write("<img src="+greet+" width=514 height=54>");


// -->
