	var day = new Date();
	var year = day.getFullYear();
	var month = day.getMonth()+1;
	var date = day.getDate();
	if(month < 10){month = "0" + month;}
	if(date < 10){date = "0" + date;}
	var today = year +""+ month +""+ date;


ImageCount = 4;	//画像の枚数
imgno = Math.floor(Math.random() * ImageCount);
imgno = imgno+1;

if (imgno ==1){
	var movimg = "illust1";
}else if (imgno ==2){
	var movimg = "illust2";
}else if (imgno ==3){
	var movimg = "illust3";
}else if (imgno ==4){
	var movimg = "illust4";
}else{
	var movimg = "illust4";
}




document.write('<div><img src="/images/',movimg,'.gif" width="288" height="130" /></div>');

document.write('<div class="kokuban">');
document.write('<div><a href="/topics/">');
	document.write('<img src="/topics/images/kokuban1.gif" border="0" alt="尾鷲甘夏塩サイダー" width="288" height="186" border="0">');
	document.write('</a></div>');
document.write('<div style="margin-top:5px"><a href="/topics/shiokenpi.html">');
	document.write('<img src="/topics/images/kokuban2.gif" border="0" alt="塩けんぴパリッ" width="288" height="186" border="0">');
	document.write('</a></div>');
document.write('<div style="margin-top:5px"><a href="/topics/yasashiisio.html">');
	document.write('<img src="/topics/images/kokuban3.gif" border="0" alt="１８種類のミネラルやさしいお塩" width="288" height="186" border="0">');
	document.write('</a></div>');
document.write('</div>');



