/* OnlineOpinion v5.0.2 */
/* Released: 6/10/2010 */
/* Components: Full */
/* The following code is Copyright 1998-2010 Opinionlab, Inc.  All rights reserved. Unauthorized use is prohibited. This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. 6606581, 6421724, 6785717 B1 and other patents pending. http://www.opinionlab.com */

/* On Exit Event configuration */
var oo_exit = new OnlineOpinion.Ocode({
    cookie: {
        cookie_name: 'oo_event_exit',
        cookie_type: 'domain',
        expiration: 31536000
    },
    events: {
        onExit: 80,
        disableFormElements: true,
        disableLinks: /^(https:\/\/osc\.hscil\.com|https:\/\/test-osc\.hscil\.com|http:\/\/10.5.129.120|http:\/\/hsc-uatiis01|http:\/\/hsc-uatiis01.hscil.ads|http:\/\/hsc-qaweb02|http:\/\/hsc-qaweb02.hscil.ads|http:\/\/hsc-tfsws.hscil.ads|http:\/\/|http:\/\/localhost\/OSC\/|http:\/\/www\.bcbsok\.com)/i
    },
    referrerRewrite:
        {
            searchPattern: /:\/\//g,
            replacePattern: '://event.'
        },
    customVariables:
        { Real_URL: window.location.href },

    thirdPartyCookies: [{ name: '9A52FE6C2B22DF11ADAC0019BBCA1734', value: '1', read: true}]
}); 


