var mess = new Array('<img src="../_images/sub-image1.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image2.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image3.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image4.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image5.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image6.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image7.png" width="455" height="358" alt="dallas commerical interior contractor photos" />','<img src="../_images/sub-image8.png" width="455" height="358" alt="dallas commerical interior contractor photos" />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

/* <script type="text/javascript" src="rand.js">
</script>  */
