function random_img8( ) {

// トップ８

	var r ;
	var xx = new Array( ) ;

	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/rug.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/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] ) ;

}

