var mess = new Array('<img src="tlawton_images/about_images/about1.jpg" width="450" height="450" class="imgfloat">','<img src="tlawton_images/about_images/about2.jpg" width="450" height="450" class="imgfloat">','<img src="tlawton_images/about_images/about3.jpg" width="450" height="450" class="imgfloat">','<img src="tlawton_images/about_images/about4.jpg" width="450" height="450" class="imgfloat">','<img src="tlawton_images/about_images/about5.jpg" width="450" height="450" class="imgfloat">','<img src="tlawton_images/about_images/about6.jpg" width="450" height="450" class="imgfloat">','<img src="tlawton_images/about_images/about7.jpg" width="450" height="450" class="imgfloat">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    