﻿var num = 3;
var img = new Array( );

img[0] = ( '<a href="/magazine/201201_index.html"><img src="/magazine/images/201201_magazine_top.jpg" width="540" height="222" alt="「エコプロダクツ2011」レポート"></a>' );
img[1] = ( '<a href="/news/mos_index.html"><img src="/news/images/mos_news_top.jpg" width="540" height="193" alt="注目エコ活動インタビュー「株式会社モスフードサービス」様"></a>' );
img[2] = ( '<a href="/news/meiji_index.html"><img src="/news/images/meiji_news_top.jpg" width="540" height="193" alt="注目エコ活動インタビュー「株式会社明治」様"></a>' );


Rnd = Math.floor( Math.random ( ) * num );
document.write( img[Rnd] );
