function random_img3( ) {

// トップ３

	var r ;
	var xx = new Array( ) ;

	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/teak.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/teak.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">防水性、耐久性に優れた<BR>高級材チーク。</FONT></a>' ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/hardware/nail/wrought_nail.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/nail.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">150年前から、<BR>変わらぬ形の釘。</FONT></a>' ) ;
*/

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}

