var mess = new Array
('<img src="../wheretostay/images/lifeinpeel1.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel2.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel3.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel4.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel5.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel6.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel7.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel8.jpg" alt="Where to Stay in Peel" width="163" height="163">',
'<img src="../wheretostay/images/lifeinpeel9.jpg" alt="Where to Stay in Peel" width="163" height="163">'
);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

