// JavaScript Document
<!--

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(1);

images[0] = "<a href = 'projectreviews_offices.htm'><img src='images/projectreviews/offices/menzieshqedinburgh.jpg' alt='offices' border='0'></a>";
index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
