var mess = new Array(
'<A HREF="http://www.loc.gov/rr/geogmap/waldexh.html" target="_blank"><IMG SRC="images/LONGCAPTION.gif" WIDTH=684 HEIGHT=20 BORDER=0 ALT=""></A><br><IMG SRC="images/FRONTIMAGE-longcaption.gif" WIDTH=684 HEIGHT=209 ALT=""><br><img src="images/NEWmain_02.gif" width=684 height=49 alt="">',
'<A HREF="http://www.loc.gov/rr/geogmap/waldexh.html" target="_blank"><IMG SRC="images/LONGCAPTION.gif" WIDTH=684 HEIGHT=20 BORDER=0 ALT=""></A><br><IMG SRC="images/FRONTIMAGE-longcaption.gif" WIDTH=684 HEIGHT=209 ALT=""><br><img src="images/NEWmain_02.gif" width=684 height=49 alt="">',
'<A HREF="http://www.loc.gov/rr/geogmap/waldexh.html" target="_blank"><IMG SRC="images/LONGCAPTION.gif" WIDTH=684 HEIGHT=20 BORDER=0 ALT=""></A><br><IMG SRC="images/FRONTIMAGE-longcaption.gif" WIDTH=684 HEIGHT=209 ALT=""><br><img src="images/NEWmain_02.gif" width=684 height=49 alt="">',
'<img src="images/home-dirigible.gif" width=684 alt="">',
'<img src="images/home-pavane.gif" width=684 alt="">',
'<img src="images/home-sargent.gif" width=684 alt="">',
'<img src="images/home-orleans.gif" width=684 alt="">',
'<img src="images/home-empirestate1.gif" width=684 alt="">',
'<img src="images/home-remington.gif" width=684 alt="">',
'<img src="images/home-infantry.gif" width=684 alt="">',
'<img src="images/home-wreck.gif" width=684 alt="">',
'<img src="images/home-chaplin.gif" width=684 alt="">',
'<img src="images/home-southmap.gif" width=684 alt="">',
'<img src="images/home-southmap.gif" width=684 alt="">');
var max = mess.length; 
var num = Math.floor((Math.random() * max)); 
document.write(mess[num]);
