// JavaScript Document

var mess = new Array('<img src=" http://www.apexei.com.au/random_images/office_renovation_large.jpg" alt="office renovation large">','<img src=" http://www.apexei.com.au/random_images/boardroom-design-Sydney.jpg" alt="boardroom design Sydney">','<img src=" http://www.apexei.com.au/random_images/dinning_area_office_seating.jpg" alt="dinning area office seating.jpg">','<img src=" http://www.apexei.com.au/random_images/office_workstation_fitout.jpg" alt="office workstation fitout">','<img src=" http://www.apexei.com.au/random_images/office-reception-seating.jpg" alt="office reception seating">','<img src=" http://www.apexei.com.au/random_images/large-office-fitout.jpg" alt="large office fitout">','<img src=" http://www.apexei.com.au/random_images/partitions_Sydney.jpg" alt="partitions Sydney">','<img src=" http://www.apexei.com.au/random_images/workstation_partitions_Sydney.jpg" alt="workstation partitions Sydney">','<img src=" http://www.apexei.com.au/random_images/large-office-fitout-Sydney.jpg" alt="large office fitout Sydney">','<img src=" http://www.apexei.com.au/random_images/Sydney-recepton-fitout.jpg" alt="Sydney recepton fitout">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    
