  <!-- This script and many more are available free online at -->
  <!-- The JavaScript Source!! http://javascript.internet.com -->

  <!-- Begin
  var how_many_ads = 32;
  var now = new Date()
  var sec = now.getSeconds()
  var ad = sec % how_many_ads;
  ad +=1;

  if (ad==1) {
    url="/art/xtremesports.html";
    text="Find XTreme Sports Posters at Art.com";
  }
  if (ad==2) {
    url="/art/sports.html";
    text="Find Sports Posters at Art.com";
  }
  if (ad==3) {
    url="/art/bicycles.html";
    text="Find Vintage Bicycle Posters at Art.com";
  }
  if (ad==4) {
    url="/art/racingbikes.html";
    text="Find Cycling and Racing Bike Posters at Art.com";
  }
  if (ad==5) {
    url="/art/sailing1.html";
    text="Find Sailing Ship Posters at Art.com";
  }
  if (ad==6) {
    url="/art/balloons.html";
    text="Find Hot Air Balloon Posters at Art.com";
  }
  if (ad==7) {
    url="/art/mountains.html";
    text="Find Mountain and Alpine Posters at Art.com";
  }
  if (ad==8) {
    url="/art/surfing.html";
    text="Find Surfing Posters at Art.com";
  }
  if (ad==9) {
    url="/art/matrix.html";
    text="Find The Matrix Reloaded Movie Posters at Art.com";
  }
  if (ad==10) {
     url="/art/lordoftherings.html";
     text="Find The Lord of the Rings Movie Posters at Art.com";
   }
  if (ad==11) {
     url="/art/holidays/xmas.html";
     text="Find Great Christmas and Holiday Posters at Art.com";
   }
  if (ad==12) {
     url="/art/comicbooks.html";
     text="Find Spider-Man, X-Men, and Fantastic Four Posters";
   }
  if (ad==13) {
     url="/art/beer.html";
     text="Find Great Beer Posters at Art.com";
   }
  if (ad==14) {
     url="/art/humor.html";
     text="Find Humorous Posters at Art.com";
   }
  if (ad==15) {
     url="/art/soccer.html";
     text="Find Soccer Posters at Art.com";
   }
  if (ad==16) {
     url="/art/startrek.html";
     text="Find Star Trek Posters at Art.com";
   }
  if (ad==17) {
     url="/art/wolves.html";
     text="Find Wild Wolf Posters at Art.com";
   }
  if (ad==18) {
     url="/art/celebrities/brucelee.html";
     text="Find Bruce Lee Posters at Art.com";
   }
  if (ad==19) {
     url="/art/celebrities/schwarzenegger.html";
     text="Find Arnold Schwarzenegger Posters at Art.com";
   }
  if (ad==20) {
     url="/art/celebrities/dicaprio.html";
     text="Find Leonardo DiCaprio Posters at Art.com";
   }
  if (ad==21) {
     url="/art/celebrities/jdepp.html";
     text="Find Johnny Depp Posters at Art.com";
   }
  if (ad==22) {
     url="/art/bears.html";
     text="Find Polar and Grizzly Bear Posters at Art.com";
   }
  if (ad==23) {
     url="/art/insects.html";
     text="Find Butterfly and Insect Posters at Art.com";
   }
  if (ad==24) {
     url="/art/celebrities/osbourne.html";
     text="Find Ozzie Osbourne Posters at Art.com";
   }
  if (ad==25) {
     url="/art/celebrities/lennon.html";
     text="Find John Lennon Posters at Art.com";
   }
  if (ad==26) {
     url="/art/celebrities/malecelebs.html";
     text="Find Brad Pitt, Leonardo DiCaprio, and Matt Damon Posters";
   }
  if (ad==27) {
     url="/art/celebrities/malecelebs.html";
     text="Find John Cusack, Keanu Reeves, and Russell Crowe Posters";
   }
  if (ad==28) {
     url="/art/celebrities/malecelebs.html";
     text="Find Pacino, DeNiro, and Nicholson Posters at Art.com";
   }
  if (ad==29) {
     url="/art/movies_cult.html";
     text="Find Cult Movie Posters at Art.com";
   }
  if (ad==30) {
     url="/art/movies_classic.html";
     text="Find Classic Movie Posters at Art.com";
   }
  if (ad==31) {
     url="/art/celebrities/malcolmx.html";
     text="Find Malcolm X Posters at Art.com";
   }
  if (ad==32) {
     url="/art/movies_horror.html";
     text="Find Horror Movie Posters at Art.com";
   }

document.write('<a href=\"' + url + '\" target=\"_top\" class="revolvelink"><font face="Arial, Helvetica, sans-serif">' + text + '</font></a>');
  
  // End -->

