var subimages = new Array(
		
		'<a href="http://www.cityheaven.net/k/kobe_aa/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/kobe_aa.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/hishoshitu/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/hishoshitu.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/kaishun_kobe/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/kaishun_kobe.jpg" /></a>',				  
		
		'<a href="http://www.cityheaven.net/k/alpha_kingofspa/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/alpha_kingofspa.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/heart_dance/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/heatdance.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/wonder7/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/wonder7.jpg" /></a>',
	
		'<a href="http://www.cityheaven.net/k/redroom/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/redroom.jpg" /></a>',
						  		
		'<a href="http://www.cityheaven.net/k/arrow/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/arrow.jpg" /></a>',
	
		'<a href="http://www.cityheaven.net/k/azito/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/azito.jpg" /></a>',
						  
		'<a href="http://www.cityheaven.net/k/baysidehills/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/baysidehills.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/hitoduma_himitsu/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/hitoduma_himitsu.jpg" /></a>',

		'<a href="http://www.cityheaven.net/k/kobe_rb/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/kobe_rb.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/yumeka_soap/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/yumeka.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/takepride/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/takepride.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/precious/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/precious.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/kobe_m_dolls/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/mdolls.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/kimagure_soap/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/chaming.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/beginners/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/beginners.gif" /></a>',
		
		'<a href="http://www.cityheaven.net/k/western-club/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/western-club.jpg" /></a>',
		
		'<a href="http://www.cityheaven.net/k/f1club/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/f1.jpg" /></a>',
	
		'<a href="http://www.cityheaven.net/k/tarentclub_fuku/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/tarentclub_fuku.jpg" /></a>',

		'<a href="http://www.cityheaven.net/k/one_con/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/one_concept.jpg" /></a>',

		'<a href="http://www.cityheaven.net/k/ru_mondo/" target="_blank"><img src="/img/commtpl/kobe-fuzoku/images/banner/le-monde.jpg" /></a>');

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]);
}
//-->

