// The contents of this script will be called when the Page Loads.
// The scripts main function is to load a 4 dimensional array into a <div> structure.
// The array will consist of the following Parts:
// 1. The Image to Display
// 2. The link for the image
// 3. Tart Page TYpe, e.g. "_new"
// 4. Optional Text to display when the user's mouse hovers over the picture.
// 
// This script will be autogenerated using data from the database and uploaded every so often depending on change frequency.
// The template used to generate each of the pages has a number of different areas where ads can be placed.
// The exact size of these areas has yet to be confirmed as I need to understand what ad banner standards exist.
// But, I do know at this point that there will be 10 possible areas and 5 differrent size variations.
// Each of the banner areas will have differing delay times as to not confuse the visitor.

// How it works.
// This script will generate an array for an individual <DIV> ID.
// There can be any number of DIV IDs used on the page and for each of these divs there will be an array.
// The DIV IDs will reflect the size and type of Banners to be shown and the arrays will use the information in the database to generate the necessary arrays.

// Each Site will have their own Adbannersfile using SiteId as the name prefix

var mygallery3 = new fadeSlideShow({
    wrapperid: "ABHeaderMiddle", // 
    dimensions: [730, 90], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
["http://www.thefinchleyclinic.com/shop/affiliate_show_banner.php?ref=18&affiliate_banner_id=18", "http://www.thefinchleyclinic.com/shop/index.php?ref=18&affiliate_banner_id=18", "_new", "Leading Edge Nutrition and Detoxification"],
["http://www.thefinchleyclinic.com/shop/affiliate_show_banner.php?ref=18&affiliate_banner_id=17", "http://www.thefinchleyclinic.com/shop/index.php?ref=18&affiliate_banner_id=17", "_new", "The Candida and Colon Cleansing Specialist"],
["http://www.thefinchleyclinic.com/shop/affiliate_show_banner.php?ref=18&affiliate_banner_id=55", "http://www.thefinchleyclinic.com/shop/index.php?ref=18&cPath=2&affiliate_banner_id=55", "_new", ""],
["http://www.thefinchleyclinic.com/shop/affiliate_show_banner.php?ref=18&affiliate_banner_id=14", "http://www.thefinchleyclinic.com/shop/product_info.php?ref=18&products_id=39&affiliate_banner_id=14", "_new", "Oxy-Powder"],
["http://www.awin1.com/cshow.php?s=168205&v=2619&q=94882&r=98623", "http://www.awin1.com/cread.php?s=168205&v=2619&q=94882&r=98623", "_new", "The Perfume Superstore"]

],
    displaymode: { type: 'auto', pause: 5000, cycles: 0, wraparound: false },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})

var mygallery5 = new fadeSlideShow({
    wrapperid: "ABFooter1", // 
    dimensions: [250, 60], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
["http://www.awin1.com/cshow.php?s=168173&v=2619&q=94876&r=98623", "http://www.awin1.com/cread.php?s=168173&v=2619&q=94876&r=98623", "_new", "The Perfume Superstore"]
],
    displaymode: { type: 'auto', pause: 6000, cycles: 0, wraparound: false },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})
var mygallery6 = new fadeSlideShow({
    wrapperid: "ABRightMiddle", // 
    dimensions: [160, 600], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
["http://www.awin1.com/cshow.php?s=172358&v=2619&q=94884&r=98623", "http://www.awin1.com/cread.php?s=172358&v=2619&q=94884&r=98623", "_new", "The Perfume Superstore"],
["http://www.awin1.com/cshow.php?s=172357&v=2619&q=94884&r=98623", "http://www.awin1.com/cread.php?s=172357&v=2619&q=94884&r=98623", "_new", "The Perfume Superstore"],
["http://www.awin1.com/cshow.php?s=172359&v=2619&q=94884&r=98623", "http://www.awin1.com/cread.php?s=172359&v=2619&q=94884&r=98623", "_new", "The Perfume Superstore"],
["http://www.thefinchleyclinic.com/shop/affiliate_show_banner.php?ref=18&affiliate_banner_id=27","http://www.thefinchleyclinic.com/shop/index.php?ref=18&affiliate_banner_id=27","_new", "The Candida and Colon Cleansing Specialist"]
],
    displaymode: { type: 'auto', pause: 10000, cycles: 0, wraparound: false },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 600, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})