if (document.images) {
  jfriends1 = new Image(572,428);      
  jfriends1.src = "photos09/Cimg7660_small.jpg";
  jfriends2 = new Image(572,428); 
  jfriends2.src = "photos09/Cimg7661_small.jpg";
  malort1 = new Image(572,428);      
  malort1.src = "photos09/Cimg8830_small.jpg";
  malort2 = new Image(572,428); 
  malort2.src = "photos09/Cimg8833_small.jpg";
}

function rollover(imgName,imgSrc) {
  if (document.images)
    document[imgName].src = eval(imgSrc+".src");
}

