var mess = new Array
('<a href="bhcomments.htm"><img src="images/comment1.gif" alt="Quote from our guest book - click for more" width="475" height="100" border="0"></a>',
'<a href="bhcomments.htm"><img src="images/comment2.gif" alt="Quote from our guest book - click for more" width="475" height="100" border="0"></a>',
'<a href="bhcomments.htm"><img src="images/comment3.gif" alt="Quote from our guest book - click for more" width="475" height="100" border="0"></a>',
'<a href="bhcomments.htm"><img src="images/comment4.gif" alt="Quote from our guest book - click for more" width="475" height="100" border="0"></a>',
'<a href="bhcomments.htm"><img src="images/comment5.gif" alt="Quote from our guest book - click for more" width="475" height="100" border="0"></a>',
'<a href="bhcomments.htm"><img src="images/comment6.gif" alt="Quote from our guest book - click for more" width="475" height="100" border="0"></a>'
);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
