
// 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
//var urls= new Array(
//"{path='site/page/category/international'}"
//);

// ... 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/sesameworkshop.gif",
    "/images/page/client-logos/timewarnercable.gif",
    "/images/page/client-logos/hearst.gif",
    "/images/page/client-logos/oxygen.gif",
    "/images/page/client-logos/HALMRK.gif",
    "/images/page/client-logos/foxnews.gif",
    "/images/page/client-logos/foodnetwork.gif",
    "/images/page/client-logos/CNBCWLD.gif",
    "/images/page/client-logos/consumersunion.gif",
    "/images/page/client-logos/scripps.gif",
    "/images/page/client-logos/amc.gif",
    "/images/page/client-logos/comcast.gif",
    "/images/page/client-logos/AE.gif",
    "/images/page/client-logos/tribunemedia.gif"
)
