var number=7;
var random_number=0; 

// Replace the following lines with the text links of your banners
link = new Array(number);

link[0] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[1] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[2] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[3] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[4] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[5] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[6] = "http://www.photoclubs.com/pt=mip7054/chelsea/";
link[7] = "http://www.photoclubs.com/pt=mip7054/chelsea/";

imag = new Array(number);
imag[0] = "http://www.extremebusty.com/chelseacharms/script_front/01.jpg";
imag[1] = "http://www.extremebusty.com/chelseacharms/script_front/02.jpg";
imag[2] = "http://www.extremebusty.com/chelseacharms/script_front/03.jpg";
imag[3] = "http://www.extremebusty.com/chelseacharms/script_front/04.jpg";
imag[4] = "http://www.extremebusty.com/chelseacharms/script_front/05.jpg";
imag[5] = "http://www.extremebusty.com/chelseacharms/script_front/06.jpg";
imag[6] = "http://www.extremebusty.com/chelseacharms/script_front/07.jpg";
imag[7] = "http://www.extremebusty.com/chelseacharms/script_front/08.jpg";

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] + " TARGET=client >" );
  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();

