



//↓↓↓******************************************トップバナーの設定はここから*************************************************↓↓↓

var arrImage = new Array(
		"<a href='http://www.deaikissa-town.com/form/formmail.html' ><IMG src='http://www.deaikissa-town.com/image/boshu200-50.gif' alt='出会い喫茶タウン広告募集' width='200 height='50' border='0'></a>",
		"<a href='http://www.deaikissa-town.com/form/formmail.html' ><IMG src='http://www.deaikissa-town.com/image/boshu200-50.gif' alt='出会い喫茶タウン広告募集' width='200 height='50' border='0'></a>"
		)
		
		
//↑↑↑*****************************************************ここまで***********************************************************↑↑↑




var arrFlag = new Array(999,999,999);

	img1 = arrImage[StartRandom(0)];
	img2 = arrImage[StartRandom(1)];
	
	

var nTemp, nLoop;
function StartRandom(nIndex)
{
	nLoop = 0;
	nTemp = Math.round(Math.random()*(arrImage.length-1));
	if (nIndex != 0)
	{
		for (nLoop = 0; nLoop < nIndex ; nLoop++)
		{
			if (nTemp == arrFlag[nLoop])
			{
				StartRandom(nIndex);
			}
		}
	}
	arrFlag[nIndex] = nTemp;
	return nTemp;
}
function GetNum()
{
	return ;
}

function banner(){
document.write("<table border = '0' cellspacing = '0' width='100%' cellpadding = '1'>");
document.write('<tr><td>'+img1+'</td></tr>');
document.write('<tr><td>'+img2+'</td></tr>');


//

//************ 広告募集中のバナーを増やしたい時は、この中の１行をコピーして下に追加して下さい。*******************
//************ 広告募集中のバナーを０個にしたい場合は、行の最初に「//」を入力してください。 **********************

document.write('<tr><td><a href="http://www.deaikissa-town.com/form/formmail.html"><IMG src="http://www.deaikissa-town.com/image/boshu200-50.gif" alt="出会い喫茶タウンお問い合わせ" width="200" height="50" border="0"></a></td></tr>');
document.write('<tr><td><a href="http://www.deaikissa-town.com/form/formmail.html"><IMG src="http://www.deaikissa-town.com/image/boshu200-50.gif" alt="出会い喫茶タウンお問い合わせ" width="200" height="50" border="0"></a></td></tr>');
document.write('<tr><td><a href="http://www.deaikissa-town.com/form/formmail.html"><IMG src="http://www.deaikissa-town.com/image/boshu200-50.gif" alt="出会い喫茶タウンお問い合わせ" width="200" height="50" border="0"></a></td></tr>');
document.write("</table>");
}


