var mess = new Array('<img border=1 src="images/kim_460.jpg" width="460" height="355"><br><font face="Arial" size="2">Stock photography is available for brochures, annual reports and websites.<br><br><br>&nbsp;</font>','<img border=1 src="images/hillary_460.jpg" width="460" height="355"><br><font face="Arial" size="2">Senator Hillary Clinton (D) NY, addresses the audience during a visit to Alternatives Federal Credit Union in Ithaca, NY.  See more in the Photo Journalism section.<br>&nbsp;</font>','<img border=1 src="images/ani_new_460.jpg" width="460" height="355"><br><font face="Arial" size="2">Singer/Songwriter Ani DiFranco captured live in New Haven Connecticut. See more in the Music section.<br>&nbsp;<br>&nbsp;</font>','<img border=1 src="images/hangar_ads2_460.jpg" width="460" height="355"><br><font face="Arial" size="2">Posters and Playbills 2001 - 2006.<br>&nbsp;<br>&nbsp;<br>&nbsp;</font>','<img border=1 src="images/michael_moore_460.jpg" width="460" height="355"><br><font face="Arial" size="2">Author/Filmmaker, Michael Moore discussed his recent book and showed clips from his films during a recent trip to Ithaca, New York. See more in the Photo Journalism section.<br>&nbsp;</font>','<img border=1 src="images/sunset_460.jpg" width="460" height="355"><br><font face="Arial" size="2">"Sunset on Cayuga Lake" was taken on the final day of a recent Ithaca Festival weekend.  This image is one of many available in Thomas Hoebbels Stock Library.  For more information on stock photo usage or to view samples from the library, please visit the stock photography section.</font>');



var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);


