// JavaScript Document

IMAGESB = new Array(
'/img/banar/85.gif',
'/img/banar/vegas.gif',
'/img/banar/ripo.gif',
'/img/banar/charis.gif'
);
LINKSB = new Array(
'http://www.truthg.com/pc/85/main.html',
'http://www.truthg.com/pc/vs/main.html',
'http://www.truthg.com/pc/rp/main.html',
'http://www.charis-ys.jp/'
);
TEXTB = new Array(
"85 (エイティーファイブ）",
"　ベガス　",
"李白（りぽ）",
"CHARIS[カリス]ギリシャ館"
);


				 
IMAGES = new Array(
'/img/banar/fashion.gif',
'/img/banar/imemoeb.gif',
'/img/banar/fuji.gif',
'/img/banar/open.gif',
'/img/banar/tgc.gif',
'/img/banar/country.gif',
'/img/banar/biraku3.gif',
'/img/banar/neverland2.gif',
'/img/banar/coco.gif',
'/img/banar/limelight.gif',
'/img/banar/locolulu.gif',
'/img/banar/smat.gif',
'/img/banar/wonderful2.gif',
'/img/banar/zero.gif',
'/img/banar/muramuramjituma.gif',
'/img/banar/megapai.gif',
'/img/banar/goldquest.gif',
'/img/banar/napoleon.gif',
'/img/banar/geneki-ol.gif',
'/img/banar/aegeansea.gif',
'/img/banar/manin.gif',
'/img/banar/topsecret.gif',
'/img/banar/sweetmode.gif',
'/img/banar/masukera.gif',
'/img/banar/sweetmemory.gif',
'/img/banar/kaisatsugekijo.gif',
'/img/banar/like-virgin.gif',
'/img/banar/love-ring.gif',
'/img/banar/247.gif',
'/img/banar/matsudo-shake.gif',
'/img/banar/onepiece.gif',
'/img/banar/elle.gif',
'/img/banar/celebrity.gif',
'/img/banar/mirumiru.gif',
'/img/banar/platinum.gif',
'/img/banar/odekakemusume.gif',
'/img/banar/switchon.gif',
'/img/banar/hama.gif',
'/img/banar/arabiakan.gif',
'/img/banar/maharaja.gif',
'/img/banar/oneesanto.gif',
'/img/banar/nyandafull.gif',
'/img/banar/nicewife_s.gif'
);


LINKS = new Array(
'http://www.fashionclub.jp/',
'http://www.imekuland-moe.com/',
'http://www.purazaten-fuji.com/',
'http://www.o-heart.net/',
'http://www.tgc-deli.com/',
'http://www.countory.net/',
'http://www.biraku.jp/',
'http://www.n-land.net/',
'http://www.coco22.com/',
'http://www.raimu-light.com/pc_index.htm',
'http://www.locolulu.com/',
'http://www.smatxsmat.com/',
'http://www.wonderful-g.com/',
'http://www.zero-chiba.com/',
'http://sakae.mjiduma.net/',
'http://www.m-pai.net/',
'http://www.goldquest.jp/',
'http://napo.jp/',
'http://www.geneki-ol.com/',
'http://www.agean777.com/',
'http://www.siko2.com/',
'http://www.s-topsecret.net/',
'http://www.sweetmode.jp/',
'http://www.masukera.com/',
'http://www.sweet-memory7.com/',
'http://www.go-eki.com/chiba/',
'http://www.like-virgin.com/',
'http://love-ring-girl.net/',
'http://www.club24-web.com/index.htm',
'http://shake-hand.net/matsudo/',
'http://www.onepiece0910.com/',
'http://www.c-elle.jp/',
'http://www.cb-celeb.com/',
'http://www.c-miru2.com/',
'http://cb.pln.jp/',
'http://odekakemusume.com/',
'http://www.imekura-switchon.com/',
'http://www.hama-chiba.com/',
'http://arabiakan.com/',
'http://www.maharaja-chiba.com/index.html',
'http://www.oneesanto.com/',
'http://www.nyandafull.net/',
'http://www.nice-w.com/'
);

TEXT = new Array(
"ファッションクラブ",
"シュプリーム（イメクランド萌え！）",
"FUJI －ふじ－",
"オープンハート",
"TOKYO GIRLS COLLECTIONS",
"カントリークラブ",
"　ビラク　",
"ネバーランド",
"　COCO　",
"ライムライト",
"ロコルル",
"SMAT×SMAT",
"WONDERFUL",
"　ZERO　",
"ムラムラM字妻栄町店",
"MEGAPAI",
"GOLDQUEST",
"ナポレオン",
"現役OL裏バイト",
"エーゲ海",
"満淫電車女～磐線",
"トップシークレット",
"SWEETMODE",
"マスケラ",
"スイートメモリー",
"改札劇場千葉店",
"らいくぁばーじん",
"ラブリング",
"柏クラブ24/7",
"松戸シェイク-SHAKE-",
"ワンピース",
"ELLE(エル)",
"千葉人妻セレブリティ",
"千葉 みるみる",
"千葉プラチナ",
"おでかけ娘",
"スイッチオン",
"h a m a-ハマ-",
"アラビア館",
"MAHARAJA",
"おねえさんといっしょ",
"にゃんだふる",
"ないすわいふ"
);
for(ib=0; ib<IMAGESB.length; ib++){
	var tmpAb, tmpBb, tmpCb, tmpDb, tmpEb, tmpFb, rndb;
	rndb=Math.floor(Math.random() * IMAGESB.length);

	tmpA=IMAGESB[ib];
	tmpB=IMAGESB[rndb];
	tmpC=LINKSB[ib];
	tmpD=LINKSB[rndb];
	tmpE=TEXTB[ib];
	tmpF=TEXTB[rndb];

	IMAGESB[ib]=tmpB;
	IMAGESB[rndb]=tmpA;
	LINKSB[ib]=tmpD;
	LINKSB[rndb]=tmpC;
	TEXTB[ib]=tmpF;
	TEXTB[rndb]=tmpE;
}

for(i=0; i<IMAGES.length; i++){
	var tmpA, tmpB, tmpC, tmpD, tmpE, tmpF, rnd;
	rnd=Math.floor(Math.random() * IMAGES.length);

	tmpA=IMAGES[i];
	tmpB=IMAGES[rnd];
	tmpC=LINKS[i];
	tmpD=LINKS[rnd];
	tmpE=TEXT[i];
	tmpF=TEXT[rnd];

	IMAGES[i]=tmpB;
	IMAGES[rnd]=tmpA;
	LINKS[i]=tmpD;
	LINKS[rnd]=tmpC;
	TEXT[i]=tmpF;
	TEXT[rnd]=tmpE;
}

document.open();
document.write("<div id='banar'><img src='/img2/common/banar-head.gif' id='banar_top' /><br />");

for(i=0; i<4; i++) {
document.write("<a href="+LINKSB[i]+" target='_blank'><img src='"+IMAGESB[i]+"' alt='"+TEXTB[i]+"' border='0' id='banars' /><br />");
document.write(""+TEXTB[i]+" </a></br>");
}

for(i=0; i<43; i++) {
	document.write("<a href="+LINKS[i]+" target='_blank'><img src='"+IMAGES[i]+"' alt='"+TEXT[i]+"' border='0' id='banars'><br />");
	document.write(""+TEXT[i]+" </a></br>");
}
document.write("<a href='/sb_adv.php'><img src='/img2/common/banar-adv-a.gif' border='0' /></a>");
document.write("<br /><br />");
document.write("<a href='/sb_adv.php'><img src='/img2/common/banar-adv-b.gif' border='0' /></a>");
document.write("<br /><br />");
document.write("<img src='/img2/common/banar-bottom.gif' id='banar_bottom' /></div>");
document.close();

