
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 5000

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

// 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/premierleague1.jpg'
Pic[1] = 'images/msnimages/premierleague2.jpg'
Pic[2] = 'images/msnimages/premierleague3.jpg'

// Alt tag text - one entry for each picture !
var Alt = new Array() 
Alt[0] = 'Neal Simpson/EMPICS Sport/PA Photos'
Alt[1] = 'Mike Egerton/EMPICS Sport/PA Photos'
Alt[2] = 'Jon Super/AP/PA Photos'



