var pics = Math.floor(Math.random()*14+1);
//stylesheet
document.write('<div style="color:#fff;background-color:#633;border:#633 1px solid;text-align:center;">');
document.write('<span style="font-size:7pt;">あたりまえが普通にあるまち</span><br /><span style="font-size:12pt;font-weight:bold;">池田町</span>');
document.write('</div>');
document.write('<div style="border:#633 1px solid;text-align:center;">');
document.write('<a href="http://www.e-ikeda.jp/poster/">');
if (pics < 10){
document.write('<img src="http://www.e-ikeda.jp/poster/0'+pics+'.jpg" alt="池田町観光ポスター" width="140" border="0" />');
}else{
document.write('<img src="http://www.e-ikeda.jp/poster/'+pics+'.jpg" alt="池田町観光ポスター" width="140" border="0" />');
}
document.write('</a></div>');

document.write('<div style="font-size:8pt;border:#633 1px solid;text-align:left;">');

document.write('<ul style="margin:0 0 0 5px;">');

document.write('<li><a href="http://www.e-ikeda.jp/blog/2010/08/26/post-199.html">これが噂の竜神祭(08/26)</a></li>');

document.write('<li><a href="http://www.e-ikeda.jp/blog/2010/08/24/post-198.html">ここにも巨木(08/24)</a></li>');

document.write('<li><a href="http://www.e-ikeda.jp/blog/2010/08/20/post-197.html">涼しさにつられ(08/20)</a></li>');

document.write('</ul>');

document.write('</div>');
document.write('<div style="font-size:8pt;color:#fff;background-color:#633;border:#633 1px solid;text-align:center;">');
document.write('BlogParts by <a href="http://www.c-nord.com/" style="color:#fff;">デザイン研究所</a>');
document.write('</div>');
