var mess = new Array('<img src="/assets/images/production/home/feature1.png" alt="Feature Image" class="featurePhoto"/>','<img src="/assets/images/production/home/feature2.jpg" alt="Feature Image" class="featurePhoto"/>','<img src="/assets/images/production/home/feature3.jpg" alt="Feature Image" class="featurePhoto"/>','<img src="/assets/images/production/home/feature4.jpg" alt="Feature Image" class="featurePhoto"/>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    