jumpURL = new Array();
imgURL = new Array();
jumpURL[0] = "http://www.adultpeach.com/cgi-bin/contentsranking.cgi?id=xgall";
jumpURL[1] = "http://www.adultpeach.com/cgi-bin/contentsranking.cgi?id=xgall";
jumpURL[2] = "http://www.adultpeach.com/cgi-bin/contentsranking.cgi?id=xgall";
jumpURL[3] = "http://www.adultpeach.com/cgi-bin/contentsranking.cgi?id=xgall";

imgURL[0] = "http://www.x-gallery.tv/banner/banner_02_01.jpg";
imgURL[1] = "http://www.x-gallery.tv/banner/banner_02_02.jpg";
imgURL[2] = "http://www.x-gallery.tv/banner/banner_02_03.jpg";
imgURL[3] = "http://www.x-gallery.tv/banner/banner_02_04.jpg";

for (i = 0; i < 1; i++) {
n = Math.floor(Math.random()*jumpURL.length);
document.write("<a href='"+jumpURL[n]+"' target='_blank'>");
document.write("<img src='"+imgURL[n]+"' border='0' width='145'>");
document.write("</a>");
}

