function random_img2( ) {

// トップ２

	var r ;
	var xx = new Array( );

xx.push( '<a href="http://www.thegallup.com/new/item/accessories/frame/tin_frame/tin_frame.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/tin_98.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/funiture/rmd_teak/rmd_teak.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/rmd_teak2.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/public_html/shouhin/wood_new/floors/tkpl.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/tl.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">約60cmのロング・タイプ<BR>チーク・パーケット！<br></FONT></a>' ) ;

	//xx.push( '<a href="https://www.thegallup.com/new/public_html/shouhin/wood_new/floors/oteak.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/oteak.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">時の重さを物語る<BR>「古材チーク」の床材！<br></FONT></a>' ) ;

	//xx.push( '<a href="https://www.thegallup.com/new/public_html/shouhin/wood_new/floors/sonok.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/sonok.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">高級感と格調高い風合い<BR>ソノケリンの床材！<br></FONT></a>' ) ;

	//xx.push( '<a href="https://www.thegallup.com/new/public_html/shouhin/wood_new/floors/moradoe.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/moradoe.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">縞模様がエキゾチック！<BR>南米の硬質な床材！<br></FONT></a>' ) ;

	//xx.push( '<a href="https://www.thegallup.com/new/public_html/shouhin/wood_new/floors/walnut.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/walnut.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">美と力を兼ね揃えた<BR>ウォルナットの床材！<br></FONT></a>' ) ;

	//xx.push( '<a href="https://www.thegallup.com/new/public_html/shouhin/wood_new/floors/teakf.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/teakf.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">世界で最も愛される銘木<BR>チークの床材！<br></FONT></a>' ) ;

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}


