function random_img5( ) {

// トップ５

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/book/books.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/artint_map.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/accessories/chili_lights/chili_lights.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/cpl1.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/accessories/chili_lights/chili_lights.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/cpl2.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/earlyamerican/latches/slide_bolts/slide_bolts.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/sbolt1.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/earlyamerican/latches/slide_bolts/slide_bolts.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/sbolt2.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/earlyamerican/hooks/hooks.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/hook.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/earlyamerican/knobs/knobs.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/knob.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/earlyamerican/latches/thumblatches/thumblatches.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/smbl1.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/earlyamerican/latches/thumblatches/thumblatches.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/smbl2.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/earlyamerican/pyramidscrew/pyramidscrew.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/screw.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] ) ;

}




function title_l_m1() {
	document.write( '<table border="0" cellspacing="2" cellpadding="2">' ) ;
	document.write( '<tr><td align="left"><div><a href="#" target="_self">Reclaimed Antique Wood Flooring<br>無垢古材フローリング</a></div></td></tr>' ) ;
	document.write( '<tr><td align="left"><div><a href="#" target="_self">Sold Wood Flooring<br>無垢新材フローリング</a></div></td></tr>' ) ;
	document.write( '<tr><td align="left"><div><a href="#" target="_self">Barn Wood & Traditional Finishes<br>納屋の古材・トラディショナル フィニッシュ</a></div></td></tr>' ) ;
	document.write( '<tr><td align="left"><div><a href="#" target="_self">Beam & Post<br>梁材・柱材</a></div></td></tr>' ) ;
	document.write( '<tr><td align="left"><div><a href="#" target="_self">Others<br>プランク材・その他</a></div></td></tr>' ) ;
	document.write( '<tr><td align="left"><div><a href="#" target="_self">Super Wood<br>デッキ材 スーパーウッド</a></div></td></tr>' ) ;
	document.write( '</table>' ) ;
}
