function random_img1( ) {

// トップ１

	var r ;
	var xx = new Array( );

	xx.push( '<a href="http://www.thegallup.com/new/public_html/shouhin/paint_minwax.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/minwax.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">1904年創業<BR>ミンワックスの塗料。</FONT></a>' ) ;

/*
	xx.push( '<a href="https://www.thegallup.com/new/item/paint_wax/minwax/wood_finish/wood_finish.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/woodf.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">深みのある着色と保護<BR>ウッド・フィニッシュ。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/paint_wax/minwax/pprotective/pprotective.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/mw_pp.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">クリスタルの透明感<BR>速乾性の水性ウレタン。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/paint_wax/minwax/aofinish/aofinish.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/mw_aof.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">導管に深く浸透する<BR>滑らかなツヤのオイル。</FONT></a>' ) ;
*/

/*
	xx.push( '<a href="https://www.thegallup.com/new/item/funiture/antique/antique_dr1.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/ad1.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アメリカ製<BR>アンティークドア。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/funiture/antique/antique_dr1.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/ad2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アメリカ製<BR>アンティークドア。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/funiture/antique/antique_dr1.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/ad2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アメリカ製<BR>アンティークドア。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/accessories/serape/rug.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/rug5.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">サウスウエスト<BR>パターンのラグ。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/funiture/butaca/butaca.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/butaca1.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">メキシコ製、<BR>ハンドメイドの椅子。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/funiture/butaca/butaca.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/butaca2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">メキシコ製、<BR>ハンドメイドの椅子。</FONT></a>' ) ;
*/

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}

