<!--
kurukuruImgNum=0;
kurukuruImgLst=new Array(25);
kurukuruUrlLst=new Array(25);
function kurukuruInit(){
	kurukuruImgNum=Math.floor(Math.random()*20);
	kurukuruImgLst[0]="homepage2.nifty.com/tomohp/cg/ban001.png";
	kurukuruUrlLst[0]="homepage2.nifty.com/tomohp/cg/";
	kurukuruImgLst[1]="www.interq.or.jp/horse/kagari/ri/ba02.gif";
	kurukuruUrlLst[1]="www.interq.or.jp/horse/kagari/index.html";
	kurukuruImgLst[2]="do-bel.hp.infoseek.co.jp/dob/do-bel1.gif";
	kurukuruUrlLst[2]="do-bel.hp.infoseek.co.jp/";
	kurukuruImgLst[3]="www2.kct.ne.jp/~yshimo/mbana2.JPG";
	kurukuruUrlLst[3]="www2.kct.ne.jp/~yshimo/";
	kurukuruImgLst[4]="tomani.versus.jp/banner.gif";
	kurukuruUrlLst[4]="tomani.versus.jp/";
	kurukuruImgLst[5]="www.linkclub.or.jp/~ma-two/rink.room/perfectb2.jpg";
	kurukuruUrlLst[5]="www.linkclub.or.jp/~ma-two/";
	kurukuruImgLst[6]="www.linkclub.or.jp/~zuzunpa/cg/toukou/bn0.gif";
	kurukuruUrlLst[6]="www.linkclub.or.jp/~zuzunpa/";
	kurukuruImgLst[7]="usamayu.fc2web.com/banner/psinban.jpg";
	kurukuruUrlLst[7]="usamayu.fc2web.com/";
	kurukuruImgLst[8]="www5d.biglobe.ne.jp/~yukahime/mtr/ahb01.gif";
	kurukuruUrlLst[8]="www5d.biglobe.ne.jp/~yukahime/";
	kurukuruImgLst[9]="www.horae.dti.ne.jp/~s-o/image/re-link02.gif";
	kurukuruUrlLst[9]="www.horae.dti.ne.jp/~s-o/index.html";
	kurukuruImgLst[10]="mokyuz.hp.infoseek.co.jp/bn35.jpg";
	kurukuruUrlLst[10]="mokyuz.hp.infoseek.co.jp/index.html";
	kurukuruImgLst[11]="www.geocities.jp/xycfn912/050412bana01.jpg";
	kurukuruUrlLst[11]="www.geocities.jp/xycfn912/test.html";
	kurukuruImgLst[12]="gigantea.sucre.ne.jp/link/bn.jpg";
	kurukuruUrlLst[12]="gigantea.sucre.ne.jp/";
	kurukuruImgLst[13]="nabeusagi.hp.infoseek.co.jp/img/nabe.jpg";
	kurukuruUrlLst[13]="nabeusagi.hp.infoseek.co.jp/";
	kurukuruImgLst[14]="kuruhuiori.hp.infoseek.co.jp/bnr.jpg";
	kurukuruUrlLst[14]="www.geocities.jp/kayako985/index.html";
	kurukuruImgLst[15]="www12.plala.or.jp/sinsin/TOP/link/tyk_ban.jpg";
	kurukuruUrlLst[15]="www12.plala.or.jp/sinsin/TOP/";
	kurukuruImgLst[16]="www.pocopoco.cc/tamagoB.gif";
	kurukuruUrlLst[16]="www.pocopoco.cc/";
	kurukuruImgLst[17]="white.sakura.ne.jp/~nizzi/banner/white01.gif";
	kurukuruUrlLst[17]="white.sakura.ne.jp/~nizzi/";
	kurukuruImgLst[18]="www6.plala.or.jp/skirthike/parts/Shbanner.gif";
	kurukuruUrlLst[18]="www6.plala.or.jp/skirthike/";
	kurukuruImgLst[19]="homepage2.nifty.com/EIRU/sapphire.jpg";
	kurukuruUrlLst[19]="homepage2.nifty.com/EIRU/";
	kurukuruImgLst[20]="homepage.mac.com/henoweb/hw.jpg";
	kurukuruUrlLst[20]="homepage.mac.com/henoweb/";
	kurukuruImgLst[21]="sabon78.fc2web.com/sabon16.gif";
	kurukuruUrlLst[21]="sabon78.fc2web.com/";

}
function kurukuruRoopImg(){
	kurukuruImgNum++;
	if(kurukuruImgNum>22){
		kurukuruImgNum=0;
	}
	document.kurukuruImg.src="http://"+kurukuruImgLst[kurukuruImgNum];
	setTimeout("kurukuruRoopImg()",1000);
}
function aclick(){
    window.open("http://"+kurukuruUrlLst[kurukuruImgNum]);
}
// -->