function random_img4( ) {

// トップ４

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/hardware/brassprd/brass.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsp2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">再入荷！<BR>味わいのある真鍮金物。</FONT></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/hardware/brassprd/brass.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsp1.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">再入荷！<BR>味わいのある真鍮金物。</FONT></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/hardware/brassprd/brass.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsp4.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">再入荷！<BR>味わいのある真鍮金物。</FONT></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/hardware/brassprd/brass.htm"  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></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/hardware/brassprd/brass.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/brsp3.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">再入荷！<BR>味わいのある真鍮金物。</FONT></a>' ) ;


/*
	xx.push( '<a href="http://www.thegallup.com/new/item/tile_stone/fieldtile/fieldtile.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/fdtile.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">【サマーセール】<BR>メキシコ製タイル！</FONT></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/tile_stone/handpainted/handpainted.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/hptile.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">【サマーセール】<BR>ハケ跡が特徴のタイル♪</FONT></a>' ) ;
*/

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}

