var mess = new Array(
    '<img src="/Photos/Press/sunroom01.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom02.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom03.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom04.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom05.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom06.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom07.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom08.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom09.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom10.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom11.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom12.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom13.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom14.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom15.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom16.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom17.jpg" width="153" height="200" border=0>',
    '<img src="/Photos/Press/sunroom18.jpg" width="153" height="200" border=0>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
