  <!-- 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/index2.html";
    text="Shop for Great Posters at Art.com";
  }
  if (ad==2) {
    url="/art/index2.html";
    text="Shop for Sailing Ship and Lighthouse Posters at Art.com";
  }
  if (ad==3) {
    url="/art/index2.html";
    text="Shop for Surfing and XTreme Sports Posters at Art.com";
  }
  if (ad==4) {
    url="/art/index2.html";
    text="Shop for Beatles and Other Rock Star Posters at Art.com";
  }
  if (ad==5) {
    url="/art/index2.html";
    text="Shop for Astronomy, Hubble Telescope, and Space Flight Posters";
  }
  if (ad==6) {
    url="/art/index2.html";
    text="Shop for Car, Plane, Train, and Boat Posters at Art.com";
  }
  if (ad==7) {
    url="/art/index2.html";
    text="Find the Perfect Gift at Art.com";
  }
  if (ad==8) {
    url="/art/index2.html";
    text="Find the Perfect Gift at Art.com";
  }
  if (ad==9) {
    url="/art/index2.html";
    text="Find the Perfect Gift at Art.com";
  }
  if (ad==10) {
     url="/art/index2.html";
     text="Shop for Nature, Wildlife, and Mountain Posters";
   }
  if (ad==11) {
     url="/art/index2.html";
     text="Shop for The Matrix, and The Lord of the Rings Posters";
   }
  if (ad==12) {
     url="/art/index2.html";
     text="Shop for Star Wars and Star Trek Posters";
   }
  if (ad==13) {
     url="/art/index2.html";
     text="Shop for Coffee, Beer, and Food Posters at Art.com";
   }
  if (ad==14) {
     url="/art/sailing1.html";
     text="Shop for Tall Ship and Clipper Ship Posters at Art.com";
   }
  if (ad==15) {
     url="/art/lighthouses.html";
     text="Shop for Lighthouse Posters at Art.com";
   }
  if (ad==16) {
     url="/art/surfing.html";
     text="Shop for Surfing Posters at Art.com";
   }
  if (ad==17) {
     url="/art/holidays/xmas.html";
     text="Shop for Christmas Posters at Art.com";
   }
  if (ad==18) {
     url="/art/holidays/xmas.html";
     text="Find Great Christmas Posters at Art.com";
   }
  if (ad==19) {
     url="/art/holidays/halloween.html";
     text="Shop for Halloween Posters at Art.com";
   }
  if (ad==20) {
     url="/art/matrix.html";
     text="Shop for The Matrix Posters at Art.com";
   }
  if (ad==21) {
     url="/art/lordoftherings.html";
     text="Shop for Lord of the Rings Posters at Art.com";
   }
  if (ad==22) {
     url="/art/wildlife.html";
     text="Shop for Wildlife Posters at Art.com";
   }
  if (ad==23) {
     url="/art/animals.html";
     text="Shop for Animal Posters at Art.com";
   }
  if (ad==24) {
     url="/art/wildcats.html";
     text="Shop for Lion, Tiger, and Other Wildcat Posters";
   }
  if (ad==25) {
     url="/art/wolves.html";
     text="Shop for Wild Wolf Posters at Art.com";
   }
  if (ad==26) {
     url="/art/elephants.html";
     text="Shop for Elephant Posters at Art.com";
   }
  if (ad==27) {
     url="/art/bears.html";
     text="Shop for Polar Bear, Grizzly, and Giant Panda Posters";
   }
  if (ad==28) {
     url="/art/whales.html";
     text="Shop for Whale and Dolphin Posters at Art.com";
   }
  if (ad==29) {
     url="/art/eagles.html";
     text="Shop for Bald Eagle Posters at Art.com";
   }
  if (ad==30) {
     url="/art/primates.html";
     text="Shop for Gorilla, Chimpanzee, and Orangutan Posters";
   }
  if (ad==31) {
     url="/art/cats.html";
     text="Shop for Cat and Kitten Posters at Art.com";
   }
  if (ad==32) {
     url="/art/dogs.html";
     text="Shop for Dog and Puppy Posters at Art.com";
   }

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


