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

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

  if (ad==1) {
    affcode="10009041";
	imgcode="10009000";
	title="Irises";
	artist="by Van Gogh<br>";
	dimension="";
  }


  if (ad==2) {
    affcode="10077232";
	imgcode="10077000";
    title="Bouquet of Sunflowers";
	artist="by Claude Monet<br>";
	dimension="";
  }


  if (ad==3) {
    affcode="10103430";
	imgcode="10103000";
    title="La Bouteille de Vin";
	artist="by Pablo Picasso<br>";
	dimension="";
  }


  if (ad==4) {
    affcode="10298668";
	imgcode="10298000";
    title="Still Life with Grapes";
	artist="by Georges Braque<br>";
	dimension="";
  }


  if (ad==5) {
    affcode="10078192";
	imgcode="10078000";
    title="Still Life with Fruit Basket";
	artist="by Paul Cezanne<br>";
	dimension="";
  }


  if (ad==6) {
    affcode="10273077";
	imgcode="10273000";
    title="Still Life With Flowers";
	artist="by Edouard Manet<br>";
	dimension="";
  }


  if (ad==7) {
    affcode="10093531";
	imgcode="10093000";
    title="Vase au Fleurs";
	artist="by Renoir<br>";
	dimension="";
  }


  if (ad==8) {
    affcode="10100233";
	imgcode="10100000";
    title="Nature Morte";
	artist="by Henri Matisse<br>";
	dimension="";
  }


  if (ad==9) {
    affcode="10044314";
	imgcode="10044000";
    title="Nature morte aux fleurs";
	artist="by Marc Chagall<br>";
	dimension="";
  }


  if (ad==10) {
    affcode="10040569";
	imgcode="10040000";
    title="Nature Morte aux Fiancailles";
	artist="by Fantin-Latour<br>";
	dimension="";
  }


document.write('<span style=\"font-family: verdana,arial,helvetica; font-size:10px;\">');
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\">View this Print</a><br>');
document.write('</span>');

  // End -->
