
// the range for the changing of images interval (min and max)
// in seconds
var minSpeed = 5;
var maxSpeed = 8;

// how long to wait after loading page before starting timers
// in seconds
var initWait = 1;


// if you want images to fade out on IE5.5+ browsers
var fadeOut = true;
var fadingTime = 1;


// the list of urls 

// not using links here

// ... and corresponding list of images
// (note there may be an error if there are less of these
// thna of urls)


var imgnames= new Array(
    "/images/page/client-logos/generalmills.gif",
    "/images/page/client-logos/disney.gif",
    "/images/page/client-logos/proctergamble.gif"
)
