<!-- Hide this script from old browsers --
var imagenumber = 8 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "01"
images[2] = "02"
images[3] = "03"
images[4] = "04"
images[5] = "05"
images[6] = "06"
images[7] = "07"
images[8] = "08"

var imageM = images[rand1]
names = new Array
names [1] = "CPA's... Making Sense of a Changing and Complex World"
names [2] = "CPA's... Trusted Professionals Shaping the Future"
names [3] = "CPA's... Trusted Professionals"
names [4] = "CPA's... More Than Just Numbers"
names [5] = "CPA's... Making Sense of a Changing and Complex World"
names [6] = "CPA's... Trusted Professionals Shaping the Future"
names [7] = "CPA's... Trusted Professionals"
names [8] = "CPA's... More Than Just Numbers"
var nameM = names[rand1]
// -- End Hiding Here -->

