//liveManager socialMedia v2.0, Copyright 2008 Tealium.com Inc. All Rights Reserved.
var Lm={q:{},l:[],f:{},p:0,o:0,A:function(a,b,c,d){if(a.c)this.l.push(a);b=document;if(b.createElement){c="Lm_"+a.a;if(!b.getElementById(c)){try{eval(a.e)}catch(e){};
d=b.createElement('script');d.language='javascript';d.type='text/javascript';d.src=a.b;d.id=c;b.getElementsByTagName("head")[0].appendChild(d)}}},LOAD:function(a,b,c,d){
this.f[a]=0;c=this.l.length;for(b=this.p;b<c;b++){d=this.l[b];if(this.f[d.a]==0){this.f[d.a]=++this.p;try{eval(d.d);}catch(e){}}else return;}if(this.p==c&&this.o==0)this.o=1},
EV:function(a,b,c,d){if(a.addEventListener){a.addEventListener(b,c,false)}else if(a.attachEvent){a.attachEvent(((d==1)?"":"on")+b,c)}}}

//Comments 1, 2 and 3 were added on 7/6/09. 
//If you are adding nordic tagging to a site, please check items 1-3 and update if necessary.

//1. Update _NRDOMAIN to applicable production domain.
var _NRDOMAIN="mysymbicort.com";				
var _NRGATEWAY="gw.nordicresearch.com";
var _NRACCT="100266";

//2. Update Lm.dev with a list of applicable testing environments.
Lm.dev=["mysymbicort2.digitashealth.com","stage.mysymbicort.com"];	
Lm.lh=location.hostname;
for(var i=0;i<Lm.dev.length;i++){
  if(Lm.lh==Lm.dev[i]){
    _NRDOMAIN=location.hostname;
    _NRGATEWAY="gw.nordicresearch.com";
    _NRACCT="100267"; //2.1. Update this value to the correct acct number.
    break;
  }
}

//3. This code references other js files.
// Please update the paths to trackEvent.js, nr_c.js, and nr_wa_core_c.js here.
// Please update the paths to ga.js if site is using Google Analytics.
Lm.d=new Date();
Lm.lc="20090227" + Lm.d.getDate();
//Lm.A({a:"ga",b:"/hcp/includes/js/nordic/ga.js",c:1})  //3.1. This line only necessary if using Google Analytics
Lm.A({a:"trackEvent",b:"/hcp/includes/js/nordic/trackEvent.js?v="+Lm.lc,c:1,d:"Lm.L1();",e:"trackEvent={event:function(a,b){Lm.q['trackEvent']={a:a,b:b}}};pObj={cmp:[],goal:{}};"});
Lm.L1=function(){Lm.A({a:"nr_c",b:"/hcp/includes/js/nordic/nr_c.js?v="+Lm.lc,c:1,d:"Lm.L2();"})}
Lm.L2=function(){Lm.A({a:"nr_wa_core_c",b:"/hcp/includes/js/nordic/nr_wa_core_c.js?v="+Lm.lc,c:1,d:"Lm.L3();"})}
Lm.L3=function(){nr_t.init();trackEvent.INIT();}

//Lm.dc=document.cookie;
//if(Lm.dc.indexOf("Sm=")==-1)Lm.A({a:"Sm",b:"socialmedia.js?v="+Lm.d.getDate()+Lm.d.getHours(),c:0});

Lm.ONLOAD=function(p){
  if(Lm.o==0&&Lm.l.length>0){setTimeout("Lm.ONLOAD()",500);return}p={}; 
//  Lm.A({a:"hbx",b:"/hbx.js?v="+Lm.lc,c:0});
//  if(Lm.dc.indexOf("Sm=")==-1){Sm.INIT();Sm.T(p)}
}
Lm.EV(window,"load",Lm.ONLOAD);