/* test and target configuration */ // enable global mbox on select site sections try { om_tt_enableMbox = false; var om_tt_enabledSections = [ "www1.cbn.com/cbn-apps","www.cbn.com/mobile","/special/thehope","/contact/feedback-salvation", "confirmhope.aspx", "receipthope.aspx" ]; for(var om_tt_eSi = 0; ((om_tt_eSi < om_tt_enabledSections.length) && !(om_tt_enableMbox)); om_tt_eSi++) { if (location.href.toLowerCase().indexOf(om_tt_enabledSections[om_tt_eSi]) >=0) { om_tt_enableMbox = true; } } if (om_tt_enableMbox) { document. write('
'); mboxCreate('global'); } } catch (e) { }