<!--
		//Lƒoƒi[Eƒ‰ƒ“ƒ_ƒ€•À‚×‘Ö‚¦•\Ž¦ƒXƒNƒŠƒvƒg

function newfacerandam(x) {


		//f‚ÍŒfÚ‚·‚éL”
		f = 9;

		
		var Num = new Array(f - 1);
		var Chk = new Array(f - 1);
		var Mess = new Array(f - 1);

		
		//***‚±‚±‚ÉL•\Ž¦HTML‚Ì”z—ñì¬
		Mess[0] = '<td width="20%"><A href="http://www.u-shirousagi.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/016/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[1] = '<td width="20%"><A href="http://www.milkpai.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/004/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[2] = '<td width="20%"><A href="http://www.sm-paradox.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/005/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[3] = '<td width="20%"><A href="http://www.jo-kyoushi.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/006/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[4] = '<td width="20%"><A href="http://www.yuri-sono.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/033/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[5] = '<td width="20%"><A href="http://www.clubpassion1.com/Blue/" target="_blank"><img src="http://www.kyonyuu.biz/shop/008/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[6] = '<td width="20%"><A href="http://www.love-dress.net/" target="_blank"><img src="http://www.kyonyuu.biz/shop/014/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[7] = '<td width="20%"><A href="http://www.1919ikebukuro.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/002/new.jpg" width="75" height="100" class="photofrm" /></a></td>';
		Mess[8] = '<td width="20%"><A href="http://www.pururungang.com/" target="_blank"><img src="http://www.kyonyuu.biz/shop/037/new.jpg" width="75" height="100" class="photofrm" /></a></td>';


	

	
	//***ƒ‰ƒ“ƒ_ƒ€‚Å‚O`‚†|‚P‚Ì’l‚ð•À‚×‘Ö‚¦
	for (i=0;i<f;i++) //
	{
		Num[i] = Math.floor(Math.random()*f);
		if (Chk[Num[i]]  == 1){
			while(Chk[Num[i]] == 1){
			Num[i] = Math.floor(Math.random()*f);
			}
			Chk[Num[i]] = 1;
		}
		else {
			Chk[Num[i]] = 1;
		}
	}
	
	//‚g‚s‚l‚kì¬•”•ª
		
	for (i=0;i<x;i++) //
	{
		document.write(Mess[Num[i]]);
;

	}
	
}

//-->