
// 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/brown1.gif'
Pic[1] = 'images/msnimages/cameron2.gif'

// Alt tag text - one entry for each picture !
var Alt = new Array() 
Alt[0] = 'Shaun Curry/PA Wire/PA Photos'
Alt[1] = 'Dominic Lipinski/PA Wire/PA Photos'




