var pics = Math.floor(Math.random()*14+1);
//stylesheet
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="180" border="0" />');
}else{
document.write('<img src="http://www.e-ikeda.jp/poster/'+pics+'.jpg" alt="池田町観光ポスター" width="180" border="0" />');
}
document.write('</a>');

