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

function RandomAd(x) {


		//f‚ÍŒfÚ‚·‚éL”
		f = 5;

		
		var Num = new Array(f - 1);
		var Chk = new Array(f - 1);
		var Mess = new Array(f - 1);

		
		//***‚±‚±‚ÉL•\Ž¦HTML‚Ì”z—ñì¬
		Mess[0] = '<!-- CustomClick_START --><iframe src="http://admin.custom-click.com/banner/es/fr.html?m119395" width="468" height="60" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe><!-- CustomClick_END -->';
		Mess[1] = '<!-- CustomClick_START --><iframe src="http://admin.custom-click.com/banner/es/fr.html?m119395" width="468" height="60" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe><!-- CustomClick_END -->';
		Mess[2] = '<!-- CustomClick_START --><iframe src="http://admin.custom-click.com/banner/es/fr.html?m119395" width="468" height="60" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe><!-- CustomClick_END -->';	
		Mess[3] = '<!-- CustomClick_START --><iframe src="http://admin.custom-click.com/banner/es/fr.html?m119395" width="468" height="60" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe><!-- CustomClick_END -->';	
		Mess[4] = '<!-- CustomClick_START --><iframe src="http://admin.custom-click.com/banner/es/fr.html?m119395" width="468" height="60" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe><!-- CustomClick_END -->';	

	

	
	//***ƒ‰ƒ“ƒ_ƒ€‚Å‚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<x;i++) //
	{
		document.write(Mess[Num[i]]);
		document.write("<BR>");
	}
	
	document.write('</font>');

}

//-->