
// 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/Bush.jpg'
Pic[1] = 'images/msnimages/Obama.jpg'
Pic[2] = 'images/msnimages/McCain.jpg'

// Alt tag text - one entry for each picture !
var Alt = new Array() 
Alt[0] = 'Lee Sang-hack/AP/PA Photos'
Alt[1] = 'Mark Duncan/AP/PA Photos'
Alt[2] = 'Mary Altaffer/AP/PA Photos'




