var subimages = new Array(
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽ホットポイントグループ</div>  <div><a href="http://www.cityheaven.net/q/community/fhpg/"><img src="http://www.cityheaven.net/q/img/comu_hotpoint.gif" border="0" rel="nofollow"></a></div></div>',
  
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽よかろうもんグループ</div>  <div><a href="http://www.cityheaven.net/q/community/yokaroumongroup/"><img src="http://www.cityheaven.net/q/img/comm_yokaroumon.gif" border="0" rel="nofollow"></a></div></div>',
  
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽MYFグループ</div>  <div><a href="http://www.cityheaven.net/q/community/myfgroup/"><img src="http://www.cityheaven.net/q/img/comm_myf.gif" border="0" rel="nofollow"></a></div></div>',
  
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽グランドオペラコミュニティ</div>  <div><a href="http://www.cityheaven.net/q/community/grandopera/"><img src="http://www.cityheaven.net/q/img/npg.gif" border="0" rel="nofollow"></a></div></div>',
  
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽ヴァージングループコミュニティ</div>  <div><a href="http://www.cityheaven.net/q/community/nakasubijo/"><img src="http://www.cityheaven.net/q/img/comm_virgine.gif" border="0" rel="nofollow"></a></div></div>',
	
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽よかろうもんグループデリバリー</div>  <div><a href="http://www.cityheaven.net/q/community/yokaroumongroup_deli/"><img src="http://www.cityheaven.net/q/img/comm_yokaroumon_deli.gif" border="0" rel="nofollow"></a></div></div>',
	
	'<div style="background-color:#FFFFFF; text-align: left; width: 180px;"><div style="margin: 3px 0px 2px; font-size: 11px; font-weight:bold;  color: rgb(102, 102, 102);">▽embrace Lubeコミュニティ</div>  <div><a href="http://www.cityheaven.net/q/community/embracecom/"><img src="http://www.cityheaven.net/q/img/comm_embrace.gif" border="0" rel="nofollow"></a></div></div>');

var figure = subimages.length;

for (i=0; i<100; i++) //　100はシャッフルする回数
{
	n1 = Math.floor(Math.random() * figure);
	n2 = Math.floor(Math.random() * figure);
	n = subimages[n1];
	subimages[n1] = subimages[n2];
	subimages[n2] = n;
}

//バナーイメージを呼び出す関数
function putsubimage(cnt){
	document.write(subimages[cnt]);
}
//-->

