images = new Array(7); images[0] = "Solutions ie - Specialised Reports for Property Assets"; images[1] = "ADL Pest Control & Maintenance Services"; images[2] = "CHU Insurance"; images[3] = "IUM Pre Purchase Inspections"; images[4] = "Paul Malouf Accountants"; images[5] = "Express Glass"; images[6] = "Allen and Newton"; index = Math.floor(Math.random() * images.length); document.write(images[index]);