﻿var num = 3;
var img = new Array( );

img[0] = ( '<a href="/magazine/201008_index.html"><img src="/magazine/images/201008_magazine_top.jpg" width="540" height="222" alt="“熱中しよう！”ではなく熱中症"></a>' );
img[1] = ( '<a href="/news/nec_index.html"><img src="/news/images/201008_news_top.jpg" width="540" height="193" alt="注目企業インタビュー「日本電気株式会社（NEC）」様"></a>' );
img[2] = ( '<a href="/news/morinaga_index.html"><img src="/news/images/201009_news_top.jpg" width="540" height="193" alt="注目企業インタビュー「森永製菓株式会社」様"></a>' );


Rnd = Math.floor( Math.random ( ) * num );
document.write( img[Rnd] );
