images = new Array(10); images[0] = "Solutions ie - Specialised Reports for Property Assets"; images[1] = "Liverpool Glass - serving Sydney"; images[2] = "BPS Strata Maintenance - Specialising in Strata & Insurance work for nearly 30 years"; images[3] = "ADL Pest Control & Maintenance Services"; images[4] = "MLC Pest Control"; images[5] = "CHU Insurance"; images[6] = "IUM Pre Purchase Inspections"; images[7] = "The Financial Position"; images[8] = "Premium Insulation"; images[9] = "Kladis Building Solutions"; index = Math.floor(Math.random() * images.length); document.write(images[index]);