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