ii=0;
var photo = new Object();

photo[ii++] = '<img src="http://www.slimzone.com/images/store2/content/testimonial.gif" alt="Hoodia Testimonials" border="0">';

photo.length = ii;

dat = new Date();
 photo_num = dat%photo.length;

document.write(photo[photo_num]);