
<!--
		//Lƒoƒi[Eƒ‰ƒ“ƒ_ƒ€•À‚×‘Ö‚¦•\Ž¦ƒXƒNƒŠƒvƒg
		//By ƒ^ƒJƒ’Eƒqƒmƒnƒ‰

function RandomAd(x) {


		//f‚ÍŒfÚ‚·‚éL”
		f = 11;
		
		var Num = new Array(f - 1);
		var Chk = new Array(f - 1);
		var Mess = new Array(f - 1);

		
		//***‚±‚±‚ÉL•\Ž¦HTML‚Ì”z—ñì¬
		Mess[0] = '<a href="http://www.lovebikes.net/"><img src="/dynococup/img/bn_lovebikes.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[1] = '<a href="http://www.giant.co.jp/"><img src="/dynococup/img/bn_ginat.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';	
		Mess[2] = '<a href="http://www.eastpak.com/"><img src="/dynococup/img/bn_eastpack.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[3] = '<a href="http://nakazawa-gym.blog.so-net.ne.jp/"><img src="/dynococup/img/bn_nakazawa.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[4] = '<a href="http://www.aandf.co.jp/"><img src="/dynococup/img/bn_aandf.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[5] = '<a href="http://www.fust.jp/"><img src="/dynococup/img/bn_fust.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[6] = '<a href="http://tiogausa.com"><img src="/dynococup/img/bn_tioga.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[7] = '<a href="http://www.funfancy.co.jp/"><img src="/dynococup/img/bn_ffc.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[8] = '<a href="http://topeak.jp"><img src="/dynococup/img/bn_topeak.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[9] = '<a href="http://lazer.jp"><img src="/dynococup/img/bn_lazer.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
		Mess[10] = '<a href="http://www.bumpy-path.com/"><img src="/dynococup/img/bn_banpy.gif" alt="" style="margin: 15px 0 15px 0;" /></a>';
	//***ƒ‰ƒ“ƒ_ƒ€‚Å‚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]]);
		document.write("<br />");
	}

}

//-->
