﻿/****************************************************************
        custom click code for whenever we cant use the control
*****************************************************************/

function OmnitureClick(clickname, ltv) {
    if (typeof (window['s']) != 'undefined' && typeof (window['s']) != 'string') {
        if (ltv)
            s.linkTrackVars = ltv;
        s.tl(this, 'o', clickname);
     }

    return true;
}

function OmniturePageView(pagename) {
    s.pageName = pagename;
    s.t();
}