var exit=true;

function offers(campaignId, exc) 
{
    if( exit ) 
    {
        if( exc == 1 )
        { 
            launchFull("http://avon.exit-console.com/ec/exitOffers.do?campaignId=" + campaignId, 'Offers','yes','yes');
//            launchFull("http://www.freebizoppsearch.net/temp-exit/index.html", 'Offers','yes','yes');
        }
    } 
}   
        
function offers_pan(campaignId, exc, pan) 
{
    if (exit) 
    {
        if( exc == 1 )
        { 
            launchFull("http://avon.exit-console.com/ec/exitOffers.do?campaignId=" + campaignId, 'Offers','yes','yes')
//            launchFull("http://www.freebizoppsearch.net/temp-exit/index.html", 'Offers','yes','yes');
        }

        if( pan == "fss" ) 
        {
            launchFull('http://www.freescreensaverfun.com/congrats.php', 'FreeScreenSaver','yes','yes');
        }
        else if( pan == "fhs" )
        {
            launchFull('http://www.freehotsinglesdownload.com/congrats.php', 'FreeHotSingles','yes','yes');
        }
        else if( pan == "fww" )
        {
            launchFull('http://www.freeweatherwatch.com/congrats.php', 'FreeWeatherWatch','yes','yes');
        }
    } 
} 

