var msg = new Array(); 
// 設定開始 
msg[0] = '<img src="http://etegami.marusai.com/warekoko.jpg" border="0" alt="我ここにあり" width="197" height="292">'; 
msg[1] = '<img src="http://etegami.marusai.com/tatituteto.jpg" border="0" alt="たちつてと" width="197" height="290">'; 
msg[2] = '<img src="http://etegami.marusai.com/yappari.jpg" border="0" alt="やっぱり" width="197" height="289">'; 
msg[3] = '<img src="http://etegami.marusai.com/sasisuseso.jpg" border="0" alt="さしすせそ" width="196" height="289">'; 
msg[4] = '<img src="http://etegami.marusai.com/utuwa.jpg" border="0" alt="うつわ" width="197" height="290">'; 
msg[5] = '<img src="http://etegami.marusai.com/kakikukeko.jpg" border="0" alt="かきくけこ" width="192" height="289">';
msg[6] = '<img src="http://etegami.marusai.com/ufo.jpg" border="0" alt="ＵＦＯ" width="197" height="290">'; 
msg[7] = '<img src="http://etegami.marusai.com/aiueo.jpg" border="0" alt="あいうえお" width="192" height="289">'; 
msg[8] = '<img src="http://etegami.marusai.com/piman.jpg" border="0" alt="ピーマン" width="197" height="289">';
msg[9] = '<img src="http://etegami.marusai.com/sasigane.jpg" border="0" alt="サシガネ" width="197" height="289">'; 
msg[10] = '<img src="http://etegami.marusai.com/stobu.JPG" border="0" alt="ストーブ" width="283" height="188">'; 
msg[11] = '<img src="http://etegami.marusai.com/kitune.JPG" border="0" alt="きつね" width="283" height="188">';
msg[12] = '<img src="http://etegami.marusai.com/nekoore.JPG" border="0" alt="猫オレ" width="283" height="188">'; 
msg[13] = '<img src="http://etegami.marusai.com/furudougu.jpg" border="0" alt="古道具" width="284" height="192">'; 
msg[14] = '<img src="http://etegami.marusai.com/kaeru.JPG" border="0" alt="かえる" width="283" height="188">';
msg[15] = '<img src="http://etegami.marusai.com/kesshou.JPG" border="0" alt="結晶" width="283" height="188">'; 
msg[16] = '<img src="http://etegami.marusai.com/buta.JPG" border="0" alt="ぶた" width="188" height="283">'; 
msg[17] = '<img src="http://etegami.marusai.com/uzumaki.JPG" border="0" alt="うずまき" width="188" height="283">';
msg[18] = '<img src="http://etegami.marusai.com/kumatume.JPG" border="0" alt="くまつめ" width="188" height="283">';
msg[18] = '<img src="http://etegami.marusai.com/denwa.JPG" border="0" alt="電話" width="188" height="283">';
msg[19] = '<img src="http://etegami.marusai.com/kumatappuri.JPG" border="0" alt="くまたっぷり" width="283" height="188">';
msg[20] = '<img src="http://etegami.marusai.com/kumasikarare.JPG" border="0" alt="くましかられ" width="188" height="283">';
msg[21] = '<img src="http://etegami.marusai.com/bearedman.jpg" border="0" alt="BEAREDMAN" width="200" height="295">';
// 設定終了 
var no = Math.floor(Math.random() * msg.length); 
// 表示開始 
document.write(msg[no]); 
// 表示終了 
