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

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

  if (ad==1) {
    affcode="12280030";
	imgcode="12280000";
	title="Portrait of the Artist";
	artist="by Angelica Kauffmann<br>";
	dimension="";
  }


  if (ad==2) {
    affcode="11724333";
	imgcode="11724000";
	title="The Artist & Her Daughter";
	artist="by Marie Vigee-Lebrun<br>";
	dimension="";
  }


  if (ad==3) {
    affcode="10384115";
	imgcode="10384000";
    title="In the Dining Room";
	artist="by Berthe Morisot<br>";
	dimension="";
  }


  if (ad==4) {
    affcode="10032603";
	imgcode="10032000";
    title="The Bath";
	artist="by Mary Cassatt<br>";
	dimension="";
  }


  if (ad==5) {
    affcode="10314109";
	imgcode="10314000";
    title="From the Lake I";
	artist="by Georgia O'Keeffe<br>";
	dimension="";
  }


  if (ad==6) {
    affcode="10091821";
	imgcode="10091000";
    title="Autorretrato con Bonito, 1941";
	artist="by Frida Kahlo<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 -->
