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


		f = 5;//f‚ÍŒfÚ‚·‚éL”
		
		
		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.sekuhara-g.com/" target="_blank"><IMG src="image/banner200-40/sekuhara.gif" width="200" height="40" border="0"><BR><IMG src="http://www.deriheru-yokohama.com/image/banner/bar.gif" width="200" height="2" border="0">';
Mess[1] = '<A href="http://www.misoji-club.com" target="_blank"><IMG src="image/banner200-40/misoji.gif" width="200" height="40" border="0"><BR><IMG src="http://www.deriheru-yokohama.com/image/banner/bar.gif" width="200" height="2" border="0">';
Mess[2] = '<A href="http://www.danro-be.com" target="_blank"><IMG src="image/banner200-40/danro.gif" width="200" height="40" border="0"><BR><IMG src="http://www.deriheru-yokohama.com/image/banner/bar.gif" width="200" height="2" border="0">';
Mess[3] = '<A href="http://www.fuwarin-naisho.com" target="_blank"><IMG src="image/banner200-40/fuwa.gif" width="200" height="40" border="0"><BR><IMG src="http://www.deriheru-yokohama.com/image/banner/bar.gif" width="200" height="2" border="0">';
Mess[4] = '<A href="http://www.deli-rabbit.com/" target="_blank"><IMG src="image/banner200-40/RABBI_200x40.jpg" width="200" height="40" border="0"><BR><IMG src="http://www.deriheru-yokohama.com/image/banner/bar.gif" width="200" height="2" border="0">';

	//***ƒ‰ƒ“ƒ_ƒ€‚Å‚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ì¬•”•ª
	document.write('<font size="-1">');
		
	for (i=0;i<f;i++) //
	{
		document.write(Mess[Num[i]]);
		document.write("<BR>");
	}
	
	document.write('</font>');


//-->