ForeSee.surveydefs = [{
    name: 'npr-onexit',
    invite: {
        when: 'onentry'
    },
    pop: {
        when: 'later'
    },
    criteria: {
        sp: 0.25,
        lf: 1
    },
    include: {
        urls: ['.']
    }
}];
ForeSee.properties = {
    repeatdays: 90,
    
    language: {
        locale: 'en'
    },
    
    exclude: {
        local: [],
        referer: []
    },
    
    invite: {
        url: 'invite.html',
        //content: '<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"><HTML><HEAD><TITLE>Foresee Invite</TITLE><meta http-equiv=\"Content-Type\" content= \"text/html; charset=utf-8\"></HEAD><BODY><div id=\"fsrinvite\"><div id=\"fsrcontainer\"><div class=\"fsri_sitelogo\"><img src=\"{%baseHref%}sitelogo.gif\" alt=\"Site Logo\"></div><div class=\"fsri_fsrlogo\"><img src=\"{%baseHref%}fsrlogo.gif\" alt=\"Site Logo\"></div></div><div class=\"fsri_body\"><b>Welcome to XYZ Company!</b><br><br>You have been selected to take part in a customer satisfaction survey. This survey is conducted by an independent company, ForeSee Results.<br><br>The feedback obtained from this survey will help us to enhance our website. All results are strictly confidential.<br><br>Please click on Continue to share your opinions.<br><br></div></div></BODY></HTML>',
        width: '500',
        bgcolor: '#333',
        opacity: 0.7,
        x: 'center',
        y: 'center',
        delay: 0,
        buttons: {
            accept: 'Yes',
            decline: 'No thanks'
        },
        hideOnClick: false
    },
    
    tracker: {
        width: '500',
        height: '325',
        timeout: 12,
        url: 'tracker.html'
    },
    
    survey: {
        width: 500,
        height: 600,
        loading: true
    },
    
    qualifier: {
        location: 'local',
        width: '500',
        height: '300'
    },
    
    loading: {
        url: 'survey_loading.html'
    },
    
    pop: {
        what: 'survey',
        after: 'leaving-site',
        pu: false,
        tracker: true
    },
    
    mode: 'first-party'
};
