var mess = new Array(
'<img src="images/featuredprojects/image1.jpg" width="129" height="80" alt="" border="0">',
'<img src="images/featuredprojects/image2.jpg" width="129" height="80" alt="" border="0">',
'<img src="images/featuredprojects/image3.jpg" width="129" height="80" alt="" border="0">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);