


//↓↓↓******************************************管理バナーの設定はここから*************************************************↓↓↓

var banImage = new Array("<a href='http://www.club-dora.com/' target='blank'><IMG src='http://www.no1-skipper.com/120x30banar/dora.gif' alt='DORA-ドーラ-' width='120' height='30' border='0'></a>",
		"<a href='http://www.hatutaiken.com/' target='blank'><IMG src='http://www.no1-skipper.com/120x30banar/hatutaiken.gif' alt='初体験' width='120' height='30' border='0'></a>",
		"<a href='http://www.sm003.com/' target='blank'><IMG src='http://www.no1-skipper.com/120x30banar/chijo.gif' alt='痴女＠女王様' width='120' height='30' border='0'></a>",
		"<a href='http://www.club-istyle.net/' target='blank'><IMG src='http://www.no1-skipper.com/view/120x30banar/12030i.gif' alt='iスタイル' width='120' height='30' border='0'></a>",
		"<a href='http://www.c-angel.net/' target='blank'><IMG src='http://www.no1-skipper.com/view/120x30banar/angel.gif' alt='クラブエンジェル' width='120' height='30' border='0'></a>",
		"<a href='http://www.bd-cluba.com/' target='blank'><IMG src='http://www.no1-skipper.com/view/120x30banar/12030aus.gif' alt='アウスレーゼ' width='120' height='30' border='0'></a>")


//↑↑↑*****************************************************ここまで***********************************************************↑↑↑



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

	ban1 = banImage[StartRandom(0)];
	ban2 = banImage[StartRandom(1)];
	ban3 = banImage[StartRandom(2)];
	ban4 = banImage[StartRandom(3)];
	ban5 = banImage[StartRandom(4)];
	ban6 = banImage[StartRandom(5)];
var nTe9mp, nLoop;
function StartRandom(nIndex)
{
	nLoop = 0;
	nTemp = Math.round(Math.random()*(banImage.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 kanri(){
document.write('<table width="580" border="0" cellspacing="5" cellpadding="0"><tr><td><table width="580" border="0" cellspacing="0" cellpadding="0"><tr>');
document.write('<td width="10" height="3"><img src="http://www.no1-skipper.com/image/waku03.gif" width="10" height="10"></td>');
document.write('<td height="10" background="http://www.no1-skipper.com/image/ue.gif"><div align="justify"><img src="http://www.no1-skipper.com/image/touka.gif" width="10" height="10"></div></td>');
document.write('<td width="10" height="3" align="right"><img src="http://www.no1-skipper.com/image/waku01.gif" width="10" height="10"></td></tr>');
document.write('<tr><td background="http://www.no1-skipper.com/image/hidari.gif"><img src="http://www.no1-skipper.com/image/touka.gif" width="10" height="1"></td><td><table width="100%" border="0" cellspacing="0" cellpadding="3">');

document.write('<tr><td width="120"><div align="center">'+ban1+'</div></td>');
document.write('<td width="120"><div align="center">'+ban2+'</div></td>');
document.write('<td width="120"><div align="center">'+ban3+'</div></td>');
document.write('<td width="120"><div align="center">'+ban4+'</div></td></tr>');
document.write('<tr><td width="120"><div align="center">'+ban5+'</div></td>');
document.write('<td width="120"><div align="center">'+ban6+'</div></td>');
document.write('<td width="120"><div align="center">&nbsp;</div></td></tr>');

document.write('</table></td>');
document.write('<td background="http://www.no1-skipper.com/image/migi.gif"><img src="http://www.no1-skipper.com/image/touka.gif" width="10" height="1"></td></tr>');
document.write('<tr><td width="10" height="3"><img src="http://www.no1-skipper.com/image/waku04.gif" width="10" height="10"></td>');
document.write('<td background="http://www.no1-skipper.com/image/sita.gif"><img src="http://www.no1-skipper.com/image/touka.gif" width="1" height="1"></td>');
document.write('<td width="10" height="3"><img src="http://www.no1-skipper.com/image/waku02.gif" width="10" height="10"></td></tr></table></td></tr></table>');
}



