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

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

  if (ad==1) {
    affcode="14165042";
    imgcode="14165000";
    title="Art Deco";
    artist="12x12 Calendar<br>";
    dimension=""
  }

  if (ad==2) {
    affcode="14028484";
    imgcode="14028000";
    title="Vintage Posters";
    artist="12x12 Calendar<br>";
    dimension="";
  }

  if (ad==3) {
    affcode="14028204";
    imgcode="14028000";
    title="Art Nouveau";
    artist="12x12 Calendar<br>";
    dimension="";
  }

  if (ad==4) {
    affcode="14028156";
    imgcode="14028000";
    title="Alphonse Mucha";
    artist="12x12 Calendar<br>";
    dimension="";
  }

 if (ad==5) {
    affcode="14165048";
    imgcode="14165000";
    title="Henri Toulouse-Lautrec";
    artist="12x12 Calendar<br>";
    dimension="";
  }

  if (ad==6) {
    affcode="14160601";
    imgcode="14160000";
    title="Masters of the Poster";
    artist="12x12 Calendar<br>";
    dimension="";
  }

  if (ad==7) {
    affcode="14028406";
    imgcode="14028000";
    title="Vintage Paris";
    artist="12x12 Calendar<br>";
    dimension="";
  }

 if (ad==8) {
    affcode="14164568";
    imgcode="14164000";
    title="Harper's Bazaar - Art Deco Cover Art";
    artist="12x12 Calendar<br>";
    dimension="";
  }

document.write('<span style=\"font-family: verdana,arial,helvetica; font-size:12px;\">');
document.write('<a href=\"http://affiliates.art.com/get.art?T=15006312&A=307786&L=8&P=' + affcode + '&S=2&Y=0\" target=\"_blank\" rel=\"nofollow\">');
document.write('<img class=\"gallery\" src=\"http://images.art.com/images/products/small/' + imgcode + '/' + affcode + '.jpg\" border=\"0\"></a><br>');
document.write('<a href=\"http://affiliates.art.com/get.art?T=15006312&A=307786&L=8&P=' + affcode + '&S=2&Y=0\" target=\"_blank\" rel=\"nofollow\">');
document.write('<b>' + title + '</b></a><br>');
document.write(artist);
document.write('<a href=\"http://affiliates.art.com/get.art?T=15006312&A=307786&L=8&P=' + affcode + '&S=2&Y=0\" target=\"_blank\" rel=\"nofollow\">See this 2009 Calendar</a><br>');
document.write('</span>');

  // End -->

