function random_img6( ) {

// トップ６

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="http://www.thegallup.com/new/public_html/shouhin/paint1-2.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/briwax.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d" class="style6_1">【ＢＲＩＷＡＸ】<BR>蜜蝋の家具用ワックス！</FONT><BR><FONT color="red"></FONT></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/public_html/shouhin/paint1-2.htm"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/bw_to.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d" class="style6_1">【ＢＲＩＷＡＸ】<BR>飴色のチーク・オイル！</FONT><BR><FONT color="red"></FONT></a>' ) ;

/*

	xx.push( '<a href="http://www.thegallup.com/new/item/funiture/antique/antique_dr1.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/antdoor1.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">味わいのある風合い<BR>アンティーク・ドア！</FONT></a>' ) ;

	xx.push( '<a href="http://www.thegallup.com/new/item/funiture/antique/antique_dr1.php"  target="_self"><img src="https://www.thegallup.com/new/public_html/top/news/iframe/imgfiles/antdoor2.jpg"  border="0" vspace="3"><br><FONT color="#6e6d6d">味わいのある風合い<BR>アンティーク・ドア！</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] ) ;

}

