
// 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/deutschetelekom.gif",
    "/images/page/client-logos/microsoft.gif",
    "/images/page/client-logos/verisign.gif",
    "/images/page/client-logos/winstar.gif",
    "/images/page/client-logos/ap.gif",
    "/images/page/client-logos/condenast.gif",
    "/images/page/client-logos/foodnetwork.gif",
    "/images/page/client-logos/hearst.gif",
    "/images/page/client-logos/Meredith02.gif",
    "/images/page/client-logos/readersdigest.gif",
    "/images/page/client-logos/magnify.gif"
)
