
var number=12;
var random_number=0; 

// Replace the following lines with the text links of your banners
link = new Array(number);

link[0] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/01/01.html";
link[1] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/02/01.html";
link[2] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/03/01.html";
link[3] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/04/01.html";
link[4] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/01/01.html";
link[5] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/02/01.html";
link[6] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/03/01.html";
link[7] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/04/01.html";
link[8] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/01/01.html";
link[9] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/02/01.html";
link[10] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/03/01.html";
link[11] = "http://www.cleanadulthost.com/lesbian/chelseacharms/photos_random/04/01.html";



imag = new Array(number);

imag[0] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[1] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[2] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[3] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[4] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[5] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[6] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[7] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[8] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[9] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[10] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
imag[11] = "http://www.extremebusty.com/chelseacharms/images/02.gif";
text = new Array(number);
// text[0] = "Click Now For The Ultimate Asian Paradise";






// the following lines choses a banner at random and
// open a new browser if the visitor hit the banner
function DisplayRandomBanner() { 
  today=new Date();
  jran=today.getTime();
  ia=9301;
  ic=49297;
  im=233280;
  jran = (jran*ia+ic) % im;
  random_number=Math.ceil( (jran/(im*1.0)) *number);
  document.write(" <A HREF=" + link[random_number-1] + " >" );
  document.write(" <IMG SRC=" + imag[random_number-1] + " BORDER=0 >\n" );
//   document.write("<b><font face=\"Arial, size=\"7\">" + text[random_number-1] + "</font></b></A>" );

}

 
  DisplayRandomBanner();

