
// 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/aperture.gif",
    "/images/page/client-logos/Columbia_GSB.gif",
    "/images/page/client-logos/girlscouts.gif",
    "/images/page/client-logos/metmuseum.gif",
    "/images/page/client-logos/audubon.gif",
    "/images/page/client-logos/nypl.gif",
    "/images/page/client-logos/sesameworkshop.gif",
    "/images/page/client-logos/archeology.gif",
    "/images/page/client-logos/oecd.gif"
)
