//This function is included in every page where the common footer is loaded.
function ActivateWebAnalytics()
{
    /*  Intializing all the variables. 
        You may give each page an identifying name, server, and channel on
        the next lines. */
    s.pageName=""
    s.server=""
    s.channel=""
    s.pageType=""
    s.prop1=""
    s.prop2=""
    s.prop3=""
    s.prop4=""
    s.prop5=""
    /* E-commerce Variables */
    /*s.campaign="" */
    s.state=""
    s.zip=""
    s.events=""
    s.products=""
    s.purchaseID=""
    s.eVar1=""
    s.eVar2=""
    s.eVar3=""
    /* Hierarchy Variables */
    s.hier1=""

    if(typeof(SetLocalWebAnalyticsVars) != 'undefined')
    {
        SetLocalWebAnalyticsVars();
    }
    var s_code=s.t();if(s_code)document.write(s_code);  
//    s.pageName=document.title;
}