function random_img8( ) {

// トップ８

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/funiture/hu_teak/hu_chairs.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/hfc.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d" class="style6_1">握って上げるだけ！<BR>簡単折り畳み椅子。</FONT><BR><FONT color="red"></FONT></a>' ) ;


/*
	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/door_knob/glass/glass.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/g_knob_icon.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">クラシカルな<br>ドア・ノブ</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/door_knob/key/key.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/k_knob_icon.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">クラシカルな<br>ドア・ノブ</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/paint_wax/oc_colors/milk_paint/milk_paint.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/milk.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">１８００年代<BR>ミルク塗料復刻版！</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/paint_wax/watco/danishoilfinish/danishoil.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/watco.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">暖かな輝き<BR>家具用オイル！</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/brassprd/brassprd2.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsh1.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">シンプルなデザイン<BR>真鍮のフック。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/brassprd/brassprd2.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsh2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">シンプルなデザイン<BR>真鍮のフック。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/brassprd/brassprd2.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsh2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">シンプルなデザイン<BR>真鍮のフック。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/repro/repro_bras2.php#13"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsrh1.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アンティーク復刻版！<BR>真鍮の取っ手。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/repro/repro_bras1.php#08"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsrh2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アンティーク復刻版！<BR>真鍮の取っ手。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/repro/repro_bras1.php#09"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsrh3.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アンティーク復刻版！<BR>真鍮の取っ手。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/repro/repro_bras2.php#16"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsrh4.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">アンティーク復刻版！<BR>真鍮の取っ手。</FONT><BR><FONT color="red">【入荷】</FONT></a>' ) ;
*/

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}


