
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 3000

// Duration of crossfade (seconds)
var crossFadeDuration = 2

// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'images/msnimages/gmooh8.jpg'
Pic[1] = 'images/msnimages/gmooh6.jpg'
Pic[2] = 'images/msnimages/gmooh3.jpg'
Pic[3] = 'images/msnimages/gmooh9.jpg'
Pic[4] = 'images/msnimages/gmooh10.jpg'
Pic[5] = 'images/msnimages/gmooh2.jpg'
Pic[6] = 'images/msnimages/gmooh7.jpg'
Pic[7] = 'images/msnimages/gmooh1.jpg'
Pic[8] = 'images/msnimages/gmooh4.jpg'
Pic[9] = 'images/msnimages/gmooh5.jpg'
Pic[10] = 'images/msnimages/gmooh11.jpg'
Pic[11] = 'images/msnimages/gmooh12.jpg'

// Alt tag text - one entry for each picture !
var Alt = new Array() 
Alt[0] = 'Nicola Mclean'
Alt[1] = 'Joe Swash'
Alt[2] = 'Dani Behr'
Alt[3] = 'Robert Kilroy Silk'
Alt[4] = 'Simon Webbe'
Alt[5] = 'Carly Zucker'
Alt[6] = 'Martina Navratilova'
Alt[7] = 'Brian Paddick'
Alt[8] = 'Esther Rantzen'
Alt[9] = 'George Takei'
Alt[10] = 'David Van Day'
Alt[11] = 'Timmy Mallett'




