  <!-- 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/index.html";
    text="Dali, Miro, Magritte, Escher, Hopper, & More!";
  }
  if (ad==2) {
    url="/art/index.html";
    text="Add Some Fine Art to Your Walls!";
  }
  if (ad==3) {
    url="/art/index.html";
    text="Find the Perfect Art Print for Your Home";
  }
  if (ad==4) {
    url="/art/index.html";
    text="Decorate Your Abode with Great Art Prints";
  }
  if (ad==5) {
    url="/art/index.html";
    text="Give Your Honey an Art Print";
  }
  if (ad==6) {
    url="/art/index.html";
    text="Find the Perfect Gift";
  }
  if (ad==7) {
    url="/art/index.html";
    text="Art Prints Make Great Gifts";
  }
  if (ad==8) {
    url="/art/index.html";
    text="Find Great Fine Art Prints";
  }
  if (ad==9) {
    url="/art/index.html";
    text="Find Picasso, Miro, and Kandinsky Art Prints";
  }
  if (ad==10) {
     url="/art/wyeth.html";
     text="Find Andrew Wyeth Art Prints";
   }
  if (ad==11) {
     url="/art/dali.html";
     text="Find Salvador Dali Art Prints";
   }
  if (ad==12) {
     url="/art/index.html";
     text="Find Monet, Renoir, and Gauguin Art Prints";
   }
  if (ad==13) {
     url="/art/index.html";
     text="Find Van Gogh, Degas, and Cezanne Art Prints";
   }
  if (ad==14) {
     url="/art/index.html";
     text="Find Kandinsky, Miro, and Klee Art Prints";
   }
  if (ad==15) {
     url="/art/mucha.html";
     text="Find Alphonse Mucha Art Prints & Posters";
   }
  if (ad==16) {
     url="/art/index.html";
     text="Find Landscapes, Still Lifes, and Figure Studies";
   }
  if (ad==17) {
     url="/art/picasso1.html";
     text="Find Pablo Picasso Art Prints";
   }
  if (ad==18) {
     url="/art/picasso2.html";
     text="Find Pablo Picasso Art Prints";
   }
  if (ad==19) {
     url="/art/surrealism.html";
     text="Find Surrealist Art Prints";
   }
  if (ad==20) {
     url="/art/maritime.html";
     text="Find Maritime and Nautical Art Prints";
   }
  if (ad==21) {
     url="/art/women.html";
     text="Find Art Prints by Women Artists";
   }
  if (ad==22) {
     url="/art/warhol.html";
     text="Find Andy Warhol Art Prints";
   }
  if (ad==23) {
     url="/art/popart.html";
     text="Find Pop Art Prints & Posters";
   }
  if (ad==24) {
     url="/art/matisse.html";
     text="Find Henri Matisse Art Prints";
   }
  if (ad==25) {
     url="/art/wildlifeart.html";
     text="Find Wildlife Art Prints";
   }
  if (ad==26) {
     url="/art/african_american.html";
     text="Find African-American Art Prints";
   }
  if (ad==27) {
     url="/art/native_american.html";
     text="Find Native American Art Prints";
   }
  if (ad==28) {
     url="/art/japan.html";
     text="Find Japanese and Asian Art";
   }
  if (ad==29) {
     url="/art/photogallery.html";
     text="Find Ansel Adams and Photography Art Prints";
   }
  if (ad==30) {
     url="/art/celebrities/index.html";
     text="Find Celebrity Posters & Photos";
   }
  if (ad==31) {
     url="/art/movies.html";
     text="Find Movie Posters & Prints";
   }
  if (ad==32) {
     url="/art/vintageposters.html";
     text="Find Vintage Posters & Prints";
   }

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

