function random_img2( ) {

// トップ２

	var r ;
	var xx = new Array( );

	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>' ) ;

	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}

