var gImages=new Array;  // Array to hold images so they don't show up on the page
var gIndex=0;		// Index for current image	
var DCS=new Object();   // The DCS object holds parameters to override fields in the SDC weblog
var WT=new Object();    // The WT object holds parameters used in custom reporting
var DCSext=new Object(); // The DCSext object holds site specific parameters
var gQP=new Array();     // Array of desired query parameters to pass to WebTrends


var HSBC = new Object(); // THw HSBC parameter holds five subgroups of parameters defined on a per site basis


HSBC.SITE = new Object(); // SITE specific variables go into this object.  They are translated to DCSext vairables
HSBC.PAGE = new Object(); // WT Overrides --portal variables that need to overrride WT variables go into this object
HSBC.EXT = new Object(); //  This is a placeholder for non SITE oriented DCSext variables
HSBC.LOG = new Object(); //  DCS overrides -- Variables in here will override DCS.* variables matching the name
HSBC.DCS = new Object(); // This object contains HSBC.DCS.ID with the dcsid and HSBC.DCS.Doms with the comma-separated
                         // list of domains to be considered on-site.  As it currently stands, these domains have 
                         // to be complete domain names.

// List all the live domains the group has (per GeB) to make sure they are not included as an off-site link
//for UAT
HSBC.DCS.Doms="www.ipoonline.hsbc.com.hk,www.qualityassurance.ipoonline.hsbc.com.hk,www.tools.asiapacific.hsbc.com,www.tools.hsbc.com.hk,www.banking.hsbc.com.hk,www.qualityassurance.hsbc.com.hk,www.hsbc.com.hk";

// This is where the information collected by the WT Tracklet be sent
var gDomain="www1.member-hsbc-group.com";

// The gDcsId will be assigned from the HSBC.DCS.ID variable
var gDcsId="dcs8a9pzfvievvfhkn6u3og9d_5u3o"; // GLOBAL DCS ID... 


