function random_img6( ) {

// トップ６

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="https://www.thegallup.com/new/item/accessories/woodcarving/wood_carving1.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/crv6.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/paint_wax/tools/tools_paintwax.php#CONT"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/25qt_cont.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] ) ;

}
