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