var mess = new Array(
'<img src="images/home_page_photos/1.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2.jpg" width="201" height="138">',
'<img src="images/home_page_photos/3.jpg" width="201" height="138">',
'<img src="images/home_page_photos/antibias-(1).jpg" width="201" height="138">',
'<img src="images/home_page_photos/casa-student-assembly-2006.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_0954.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1194.JPG" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1196.JPG" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1229.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1231.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1231a.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1231b.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1234.jpg" width="201" height="138">',
'<img src="images/home_page_photos/IMG_1239.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek1.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek2.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek3.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek4.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek5.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek6.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek7.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek8.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek9.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek10.jpg" width="201" height="138">',
'<img src="images/home_page_photos/2009WellnessWeek11.jpg" width="201" height="138">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

