app['zedoCode']=function(){
    var values={
        "allbrands":{pop_gen:"377113",pop_ent:"377114",pop_conl:"377115",pop_tor:"377116",pop_vid:"377117",pop_fs:"377118",others:"377119"},
        ".partypoker.com":{lp_spo:"64465",lp_soc:"264466",lp_bt:"64467",lp_gam:"64468",lp_sem:"64469",others:"64470"},
        ".partycasino.com":{lp_spo:"78075",lp_soc:"78076",lp_bt:"78077",lp_gam:"78078",lp_sem:"78079",others:"78080"},
        ".partypoker.it":{lp_spo:"263867",lp_soc:"263868",lp_bt:"263869",lp_gam:"263870",lp_sem:"263871",others:"263872"},
        ".partypoker.fr":{lp_spo:"263877",lp_soc:"263878",lp_bt:"263879",lp_gam:"263880",lp_sem:"263881",others:"263882"},
        ".wptpoker.com":{lp_spo:"370827",lp_soc:"370828",lp_bt:"370829",lp_gam:"370830",lp_sem:"370831",others:"370832"}
    }

    var zedoParam=utils.getQueryString('zedo');
    var brand=siteConfig.domain;
    if(zedoParam!=null)
    {
        if(values[brand]==undefined || zedoParam.indexOf("pop")>-1 )brand="allbrands";  
        if(values[brand][zedoParam]==undefined)zedoParam="others";
        document.write('<script type="text/javascript" src="http://d3.zedo.com/up/755/'+values[brand][zedoParam]+'/n.js"></script>');
    }else
    {
         document.write('<SCRIPT LANGUAGE="JavaScript" src="https://tt3.zedo.com/up/755/377120/s.js"></script>');
    }   
}
app.zedoCode();

