<!-- 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] = "01"
images[3] = "01"
images[4] = "03"
images[5] = "03"
images[6] = "02"
images[7] = "02"
images[8] = "02"

var imageM = images[rand1]
names = new Array
names [1] = "Take Control Of Your Web Site"
names [2] = "Can you update your web site in less than 2 minutes?"
names [3] = "Can you update your web site from here?"
names [4] = "Is your web site ready? "
names [5] = "Is your  site better than the competition?"
names [6] = "Can you update your web site from here?"
names [7] = "Is your content fresh?"
names [8] = "Can you update your web site from here?"
var nameM = names[rand1]
// -- End Hiding Here -->
