

function MD_random(r1, r2) {
  if (r2 > r1) return (Math.round(Math.random()*(r2-r1))+r1);
  else return (Math.round(Math.random()*(r1-r2))+r2);
}

function MakeArray(n){
        this.length = n;
        for (var i= 1; i<=n; i++){
         		this[i] = 0}
        return this
}



var numBanner = 9;
var bannerURL = new MakeArray(numBanner);
var bannerImage = new MakeArray(numBanner);
var bannerText = new MakeArray(numBanner);
var bannerText2 = new MakeArray(numBanner);
var bannerImage2 = new MakeArray(numBanner);
var rnd_banner = MD_random(0, numBanner-1);
var rnd_number = MD_random(1,1000);

bannerURL[0] = "http://ccbtools.dream-cash.com/potd.php?site_id=2&potd_type=150x200&ccbillid=2015926&link_id=2";
bannerImage[0] = "http://ccbtools.dream-cash.com/potd.php?site_id=2&potd_type=150x200";
bannerText[0] = "Sexy and classy teens</b><br> With over 1 Million Images, 11,800 picture sets, 5,600 models, and 1,000 High Quality Videos, TeenDreams has grown into one of the webs biggest, and most respected Teen Mega Sites. ";
bannerText2[0] = "Teen Dream of theDay";

bannerURL[1] = "http://hosted.met-art.com/trialgotd1/?pa=363731";
bannerImage[1] = "http://hosted.met-art.com/gotd1/image.jpg";
bannerText[1] = "Classy, erotic, stunning images</b><br>High Resolution photos, 37,000 exclusive photos<br>exclusive <b> movies</b>, 24/7 webcams<br>Daily Updates, <b>Free samples</b>";
bannerText2[1] = "Met's  Girl of theDay";

bannerURL[2] = "http://www.mc-nudes.com/potd/index.php?ccid=1153934";
bannerImage[2] = "http://www.mc-nudes.com/pod/pod_m.jpg";
bannerText[2] = "Natural, pretty and breathtaking models</b><br>  with natural eroticism and passionate charisma, intensified by specifically selected places. A timeless vision of natural aesthetics.";
bannerText2[2] = "M.C's  Girl of theDay";

bannerURL[3] = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927141-0000&PA=1180220&html=http://www.femjoy.com/podlarge.php";
bannerImage[3] = "http://www.femjoy.com/today/pod144w.jpg";
bannerText[3] = "Pure female beauty,</b><br> healthy, smart, engaging, curious, dynamic young women, in exclusive high resolution photographs with video clips...highly recommended!";
bannerText2[3] = "Femjoy Girl of theDay";

bannerURL[4] = "http://potd.onlytease.com/potd.php?affiliate_id=2059083&category_id=2";
bannerImage[4] = "http://potd.onlytease.com/potd/150x200tease-nude.jpg";
bannerText[4] = "Teasing Softcore,</b><br> Erotic, not explicit, with lots of pictures and videos to tease you everyday";
bannerText2[4] = "Tease Girl of theDay";

bannerURL[5] = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=900004&PA=445663";
bannerImage[5] = "http://domai.com/-today/bd.jpg";
bannerText[5] = "One of my favorite web sites</b>. Some of the  most delightful tasteful nude photos of beautiful girls I have ever seen.";
bannerText2[5] = "Domai Girl of theDay";

bannerURL[6] =  "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928532-0000&PA=2016571&HTML=http://hosted.x-art.com/potd/";
bannerImage[6] = "http://hosted.x-art.com/potd/x-art_potd_thumb.jpg";
bannerText[6] = "Ultra-sexy nude photography,</b><br> features gorgeous young models from Europe, Brazil, and the USA ~ in beautiful erotica .The highest quality nude photography !";
bannerText2[6] = "X-Art Girl of the Day";

bannerURL[7] =  "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920893-0001&PA=2076207";
bannerImage[7] = "http://hosted.prettynudes.sk/pod_ban.jpg";
bannerText[7] = "Beautiful young girls</b><br> showing the natural beauty of the models , famous professionals to inexperienced joyful girls models from all over the world";
bannerText2[7] = "Pretty Nudes";

bannerURL[8] =  "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928532-0000&PA=2076227&HTML=http://wetpeachcash.com/potd/1/2076227";
bannerImage[8] = "http://wetpeachcash.com/potd/thewetpeach/150x200/potd.jpg";
bannerText[8] = "New Fresh College Girls</b><br> Perfectly natural amateur girls from all around the world doing what comes naturally!";
bannerText2[8] = "Wet Peaches";

document.writeln('<b>' + bannerText2[rnd_banner] +'</b></td></tr><tr><td align=center ><br><A TARGET="BANNER" HREF="' + bannerURL[rnd_banner] +'"><img src="' + bannerImage[rnd_banner] +'" width=140 height=180 alt="click for my gallery"><br></td></tr><tr><td align=justify><br><font size=1 ><b>' + bannerText[rnd_banner] +'<br><A TARGET="BANNER" HREF="' + bannerURL[rnd_banner] +'"><b>');


