function random_msg( ) {
var r ;
var xx = new Array( ) ;

xx.push( '<a href="http://www.i-inc.biz/maker/zenken/rh2100.html"><img src="http://www.i-inc.biz/images/item/zenken/catch/rh2100_catch.png" width="690" height="190" alt="人気No1　遠赤外線ヒーター　ゼンケン　アーバンホット　RH-2100" title="人気No1　遠赤外線ヒーター　ゼンケン　アーバンホット　RH-2100" /></a>' ) ;

xx.push( '<a href="http://www.i-inc.biz/maker/zenken/zboc100.html"><img src="http://www.i-inc.biz/images/item/zenken/catch/organic_m_catch.png" width="690" height="190" alt="あなたを優しく包み込む　ゼンケン　オーガニックコットン毛布" title="あなたを優しく包み込む　ゼンケン　オーガニックコットン毛布" /></a>' ) ;

xx.push( '<a href="http://www.i-inc.biz/maker/panasonic/"><img src="http://www.i-inc.biz/images/item/panasonic/catch/pana_ih_catch_cat.png" width="690" height="190" alt="パナソニック　IHクッキングヒーター" title="パナソニック　IHクッキングヒーター" /></a>' ) ;

xx.push( '<a href="http://www.i-inc.biz/maker/zenken/zjb1.html"><img src="http://www.i-inc.biz/images/item/zenken/catch/vegefull_catch.png" width="690" height="190" alt="野菜の栄養をそのまま生搾り　日本ベジタブル＆フルーツマイスター協会推薦　ゼンケン　ベジフル" title="野菜の栄養をそのまま生搾り　日本ベジタブル＆フルーツマイスター協会推薦　ゼンケン　ベジフル" /></a>' ) ;

xx.push( '<a href="http://www.i-inc.biz/maker/zenken/zboc100s.html"><img src="http://www.i-inc.biz/images/item/zenken/catch/denki_ogm_catch.png" width="690" height="190" alt="電磁波99%カット　ゼンケン　電気　オーガニックコットン毛布" title="電磁波99%カット　ゼンケン　電気　オーガニックコットン毛布" /></a>' ) ;


r = Math.floor( Math.random( ) * xx.length ) ;
document.write( xx[r] ) ;

}
