﻿/// <reference path="~/Scripts/global-libs.js" >

var homepageBannerData = {
    // properties
    displayFor: 3000, // (default value: can be overridden pre banner) how many milliseconds should each banner stay on screen
    transitionFor: 2000,

    banners: [{
        image: "bm-home-banner-office.png",
        uri: "/software/office/",
        title: "Office - your office manager",
        displayFor: 6000
    }
    , {
        image: "bm-home-banner-link.png",
        uri: "/software/link/",
        title: "Link - get connected",
        displayFor: 6000
    }
    , {
        image: "bm-home-banner-produce.png",
        uri: "/software/produce/",
        title: "Produce - your office manager",
        displayFor: 6000
    }
    , {
        image: "bm-home-banner-rostrum.png",
        uri: "/software/rostrum/",
        title: "Rostrum - giving you a clearer picture",
        displayFor: 6000
    }
    , {
        image: "bm-home-banner-analyzer.png",
        uri: "/software/analyzer/",
        title: "Analyzer - know your business to grow your business",
        displayFor: 6000
    }
    , {
        image: "bm-home-banner-additional-modules.png",
        uri: "/additional-modules/",
        title: "Additional - Modules Ledger, Off-Site, Subscriptions & Marketing",
        displayFor: 6000
    }]
};

var RandomLoadOptions =
{
    Default: 0,
    RandomStart: 1,
    RandomAll: 2
}

var loadingOrder = RandomLoadOptions.RandomAll;

