var s=s||{};
//tealium universal tag - utag.loader ut4.0.201202222127, Copyright 2012 Tealium.com Inc. All Rights Reserved.
var utag_condload=false;

if (typeof utag == "undefined" && !utag_condload) {
  var utag = {
    sender: {},
    send: {},
    rpt: {
      ts: {
        a: new Date()
      }
    },
    dbi: [],
    loader: {
      q: [],
      lc: 0,
      f: {},
      p: 0,
      ol: 0,
      wq: [],
      ft: 0,
      rf: 0,
      ri: 0,
      rp: 0,
      rq: [],
      lh: function(a, b, c) {
        a = "" + location.hostname;
        b = a.split(".");
        c = (/\.co\.|\.com\./.test(a)) ? 3 : 2;
        return b.splice(b.length - c, c).join(".");
      },
      WQ: function(a, b, c, d) {
        utag.DB('WQ:' + utag.loader.wq.length);
        c = true;
        try {
          utag.loader.GET()
        } catch (e) {};
        var lq = [];
        for (a = 0; a < utag.loader.wq.length; a++) {
          b = utag.loader.wq[a];
	  b.load = utag.loader.cfg[b.id].load;
          if (b.load > 0) {
            if (b.send) {
              c = false;
              utag.send[b.id] = b;
              this.f[b.id] = 0;
            }
            lq.push(b);
          }
        }
        if (c) {
          d = false;
          for (b in utag.loader.GV(utag.send)) d = true;
          if (c && d) this.LOAD('WAIT_FORCE');
        }
        this.wq = [];
        for (a = 0; a < lq.length; a++) {
          utag.DB('utag.loader.WAIT: loading ' + lq[a].id);
          utag.loader.AS(lq[a])
        }
      },
      AS: function(a, b, c, d) {
        utag.sender[a.id] = a;
        if (typeof a.src == 'undefined') {
          a.src = utag.cfg.path + ((typeof a.name != 'undefined') ? a.name : 'utag.' + a.id + '.js')
        }
        if (utag.cfg.v) a.src += (a.src.indexOf('?') > 0 ? '&' : '?') + 'utv=' + utag.cfg.v;
        utag.rpt['l_' + a.id] = a.src;
        b = document;
        if (a.load == 2) {
          b.write('<script id="' + a.id + '" src="' + a.src + '"></scr' + 'ipt>')
        } else {
          if (b.createElement) {
            c = a.id;
            if (!b.getElementById(c)) {
              if (a.load == 3) {
                d = b.createElement('iframe');
                d.setAttribute('height', '1');
                d.setAttribute('width', '1');
                d.setAttribute('style', 'display:none');
                d.setAttribute('src', a.src)
              } else {
                d = b.createElement('script');
                d.language = 'javascript';
                d.type = 'text/javascript';
                d.src = a.src
              }
              d.id = c;
              b.getElementsByTagName('head')[0].appendChild(d)
            }
          }
        }
      },
      GV: function(a, b, c) {
        b = {};
        for (c in a) {
          if (typeof a[c] != "function") b[c] = a[c];
        }
        return b
      },
      RD: function(o, a, b, c, d, e, f, g) {
        a = document.getElementsByTagName("meta");
        for (b = 0; b < a.length; b++) {
          if (a[b].name && a[b].name != "") o["meta." + a[b].name.toLowerCase()] = a[b].content.toLowerCase();
        }
        a = location.search.toLowerCase();
        if (a.length > 1) {
          b = a.substring(1).split('&');
          for (a = 0; a < b.length; a++) {
            c = b[a].split("=");
            o["qp." + c[0]] = unescape(c[1])
          }
        }
        a = (new Date()).getTime();
        b = utag.loader.RC();
        c = a + parseInt(utag.cfg.session_timeout);
        d = a + (Math.ceil(Math.random() * 1000000));
        if ((b.utag_main && (typeof b.utag_main._st == "undefined" || (typeof b.utag_main._st != "undefined" && parseInt(b.utag_main._st) < a))) || !b.utag_main) {
          if (b.utag_main) {
            b.utag_main._st = c;
            b.utag_main.ses_id = d;
          } else {
            b.utag_main = {
              _st: c,
              ses_id: d
            }
          }
          utag.loader.SC("utag_main", {
            "_st": c,
            "ses_id": d + ";exp-session"
          });
        } else {
          utag.loader.SC("utag_main", {
            "_st": c
          })
        }
        for (d in b) {
          if (d.match(/utag_(.*)/)) {
            for (c in utag.loader.GV(b[d])) {
              o["cp.utag_" + RegExp.$1 + "_" + c] = b[d][c];
            }
          }
        }
        for (c in utag.loader.GV((utag.cl && !utag.cl['_all_']) ? utag.cl : b)) {
          if (c.indexOf("utag_") < 0 && typeof b[c] != "undefined") o["cp." + c] = b[c];
        }
        o["dom.referrer"] = eval("document." + "referrer");
        o["dom.title"] = "" + document.title;
        o["dom.domain"] = "" + location.hostname;
        o["dom.query_string"] = "" + (location.search).substring(1);
        o["dom.url"] = "" + document.URL;
        o["dom.pathname"] = "" + location.pathname;
      },
      RC: function(a, x, b, c, d, e, f, g, h, i, j, k, l, m, n, o, v, ck, cv) {
        o = {};
        b = ("" + document.cookie != "") ? (document.cookie).split("; ") : [];
        for (c = 0; c < b.length; c++) {
          if (b[c].match(/^(.*?)=(.*)$/)) {
            ck = RegExp.$1;
            cv = RegExp.$2;
          }
          e = unescape(cv);
          if (ck.indexOf("ulog") == 0 || ck.indexOf("utag_") == 0) {
            e = e.split("$");
            g = [];
            j = {};
            for (f = 0; f < e.length; f++) {
              g = e[f].split(":");
              if (g.length > 2) {
                g[1] = g.slice(1).join(":");
              }
              v = "";
              if (("" + g[1]).indexOf("~") == 0) {
                h = g[1].substring(1).split("|");
                for (i = 0; i < h.length; i++) h[i] = unescape(h[i]);
                v = h
              } else v = unescape(g[1]);
              j[g[0]] = v
            }
            o[ck] = {};
            e = (new Date()).getTime();
            for (f in utag.loader.GV(j)) {
              if (j[f] instanceof Array) {
                n = [];
                for (m = 0; m < j[f].length; m++) {
                  if (j[f][m].match(/^(.*);exp-(.*)$/)) {
                    k = (RegExp.$2 == "session") ? (typeof j._st != "undefined" ? j._st : e - 1) : parseInt(RegExp.$2);
                    if (k > e) n[m] = (x == 0) ? j[f][m] : RegExp.$1;
                  }
                }
                j[f] = n.join("|");
              } else {
                j[f] = "" + j[f];
                if (j[f].match(/^(.*);exp-(.*)$/)) {
                  k = (RegExp.$2 == "session") ? (typeof j._st != "undefined" ? j._st : e - 1) : parseInt(RegExp.$2);
                  j[f] = (k < e) ? null : (x == 0 ? j[f] : RegExp.$1);
                }
              }
              if (j[f]) o[ck][f] = j[f];
            }
          } else if (utag.cl[ck] || utag.cl['_all_']) {
            o[ck] = e
          }
        }
        return (a) ? (o[a] ? o[a] : {}) : o;
      },
      SC: function(a, b, c, d, e, f, g, h, i, j, k, x, v) {
        if (!a) return 0;
        v = "";
        x = "Thu, 31 Dec 2099 00:00:00 GMT";
        if (c && c == "da") {
          x = "Thu, 31 Dec 2009 00:00:00 GMT";
        } else if (a.indexOf("utag_") != 0 && a.indexOf("ulog") != 0) {
          if (typeof b != "object") {
            v = b
          }
        } else {
          d = utag.loader.RC(a, 0);
          for (e in utag.loader.GV(b)) {
            f = "" + b[e];
            if (f.match(/^(.*);exp-(\d+)(\w)$/)) {
              g = (new Date()).getTime() + parseInt(RegExp.$2) * ((RegExp.$3 == "h") ? 3600000 : 86400000);
              f = RegExp.$1 + ";exp-" + g;
            }
            if (c == "i") {
              if (d[e] == null) d[e] = f;
            } else if (c == "d") delete d[e];
            else if (c == "a") d[e] = (d[e] != null) ? (f - 0) + (d[e] - 0) : f;
            else if (c == "ap" || c == "au") {
              if (d[e] == null) d[e] = f;
              else {
                if (d[e].indexOf("|") > 0) {
                  d[e] = d[e].split("|")
                }
                g = (d[e] instanceof Array) ? d[e] : [d[e]];
                g.push(f);
                if (c == "au") {
                  h = {};
                  k = {};
                  for (i = 0; i < g.length; i++) {
                    if (g[i].match(/^(.*);exp-(.*)$/)) {
                      j = RegExp.$1;
                    }
                    if (typeof k[j] == "undefined") {
                      k[j] = 1;
                      h[g[i]] = 1;
                    }
                  }
                  g = [];
                  for (i in utag.loader.GV(h)) {
                    g.push(i);
                  }
                }
                d[e] = g
              }
            } else d[e] = f;
          }
          h = new Array();
          for (g in utag.loader.GV(d)) {
            if (d[g] instanceof Array) {
              for (c = 0; c < d[g].length; c++) {
                d[g][c] = escape(d[g][c])
              }
              h.push(g + ":~" + d[g].join("|"))
            } else h.push(g + ":" + escape(d[g]))
          };
          if (h.length == 0) {
            h.push("");
            x = ""
          }
          v = (h.join("$"));
        }
        document.cookie = a + "=" + v + ";path=/;domain=" + utag.cfg.domain + ";expires=" + x;
        return 1
      },
      LOAD: function(a, b, c, d) {
        utag.DB('utag.loader.LOAD:' + a);
        if (this.f[a] == 0) {
          utag.DB('utag.loader.LOAD:add sender-' + a);
          this.f[a] = 1;
          if (utag.loader.wq.length > 0) return;
          for (b in utag.loader.GV(this.f)) {
            if (this.f[b] == 0) return
          };
          utag.DB('CLEAR FORCE');
          clearTimeout(utag.loader.ft);
          utag.DB('utag.handler.INIT');
          utag.handler.INIT()
        }
      },
      EV: function(a, b, c, d) {
        if (b == "ready") {
          if (document.readyState === "complete") setTimeout(c, 1);
          else {
            var RH;
            if (document.addEventListener) {
              RH = function() {
                document.removeEventListener("DOMContentLoaded", RH, false);
                c()
              };
              document.addEventListener("DOMContentLoaded", RH, false);
              window.addEventListener("load", c, false);
            } else if (document.attachEvent) {
              RH = function() {
                if (document.readyState === "complete") {
                  document.detachEvent("onreadystatechange", RH);
                  c()
                }
              }
              document.attachEvent("onreadystatechange", RH);
              window.attachEvent("onload", c);
            }
          }
        } else {
          if (a.addEventListener) {
            a.addEventListener(b, c, false)
          } else if (a.attachEvent) {
            a.attachEvent(((d == 1) ? "" : "on") + b, c)
          }
        }
      }
    },
    DB: function(a, b) {
      try {
        b = document.cookie;
        if (b.indexOf('utagdb=true') >= 0) console.log(a)
      } catch (e) {}
    },
    RP: function(a, b, c) {
      if (typeof a != 'undefined' && typeof a.src != 'undefined' && a.src != '') {
        b = [];
        for (c in utag.loader.GV(a)) {
          if (c != 'src') b.push(c + '=' + escape(a[c]));
        }
        this.dbi.push((new Image()).src = a.src + '?utv=' + utag.cfg.v + '&utid=' + utag.cfg.utid + '&' + (b.join('&')));
      }
    },
    view: function(a) {
      this.handler.trigger('view', a)
    },
    link: function(a) {
      this.handler.trigger('link', a)
    },
    handler: {
      base: "",
      df: {},
      o: {},
      send: {},
      iflag: 0,
      INIT: function(a, b, c) {
        this.iflag = 1;
        a = utag.loader.q.length;
        if (a > 0) {
          for (b = 0; b < a; b++) {
            c = utag.loader.q[b];
            utag.handler.trigger(c.a, c.b)
          }
        }
        utag.handler.trigger('view', utag.data)
      },
      test: function() {
        return 1
      },
      trigger: function(a, b, c, d) {
        b = b || {};
        if (!this.iflag) {
          utag.loader.q.push({
            a: a,
            b: b
          });
          return;
        }
        for (c in utag.loader.GV(this.df)) {
          if (typeof this.df[c] != "function" && typeof b[c] == "undefined") b[c] = this.df[c]
        }
        for (c = 0; c < this.extend.length; c++) {
          try {
            this.extend[c](a, b);
            utag.rpt['ex_' + c] = 0
          } catch (e) {
            utag.rpt['ex_' + c] = 1
          }
        };
        for (c in utag.loader.GV(utag.send)) {
          if (typeof utag.sender[c] != "undefined") {
            try {
              utag.sender[c].send(a, utag.handler.C(b));
              utag.rpt['s_' + c] = 0
            } catch (e) {
              utag.rpt['s_' + c] = 1
            };
            utag.rpt.ts['s'] = new Date();
            utag.RP(utag.rpt);
          }
        }
        c = this.base.split(",");
        for (d = 0; d < c.length; d++) {
          if (typeof b[c[d]] != "undefined") this.df[c[d]] = b[c[d]]
        }
        this.o = b
      },
      C: function(a, b, c, d) {
        b = {};
        for (c in utag.loader.GV(a)) {
          if (typeof a[c] != "function") b[c] = a[c]
        }
        return b
      }
    }
  };
  utag.cfg = {
    v: "ut4.0.201202222127",
    session_timeout: 1800000,
    readywait: 0,
    noload: 0,
    forcetimeout: 3000,
    domain: utag.loader.lh(),
    path: "//tealium.hs.llnwd.net/o43/utag/avnet/main/prod/",
    utid: "avnet/main/201202222127"
  };utag.cond={7:0,6:0,5:0};
utag.pre=function(){utag.data=(typeof s!='undefined')?s:{};try{utag.loader.RD(utag.data);try{utag.cond[7]|=(utag.data['qp.registrationcomplete']=='true')}catch(e){};try{utag.cond[6]|=(utag.data['pageName'].indexOf('checkout:shopping cart')>-1)||(utag.data['pageName'].indexOf('part detail')>-1)||(utag.data['pageName'].indexOf('Confirmation')>-1)||(utag.data['dom.query_string'].indexOf('action=home')>-1)}catch(e){};try{utag.cond[5]|=(utag.data['pageName'].indexOf('Confirmation')>-1)||(utag.data['dom.pathname'].indexOf('OrderOKView')>-1)}catch(e){};}catch(e){}};
utag.loader.GET=function(){utag.cl={'_all_':1};utag.pre();
  utag.handler.extend=[];
  utag.loader.cfg={"1":{load:1,send:1,wait:1},"14":{load:utag.cond[5],send:1,wait:1},"15":{load:utag.cond[7],send:1,wait:1},"4":{load:1,send:1,wait:1},"5":{load:utag.cond[6],send:1,wait:1},"16":{load:utag.cond[5],send:1,wait:1},"17":{load:utag.cond[7],send:1,wait:1},"18":{load:utag.cond[5],send:1,wait:1},"19":{load:utag.cond[7],send:1,wait:1},"20":{load:utag.cond[5],send:1,wait:1},"21":{load:utag.cond[7],send:1,wait:1},"22":{load:utag.cond[5],send:1,wait:1},"23":{load:utag.cond[7],send:1,wait:1},"24":{load:utag.cond[5],send:1,wait:1},"25":{load:utag.cond[7],send:1,wait:1},"26":{load:utag.cond[5],send:1,wait:1},"27":{load:utag.cond[7],send:1,wait:1},"29":{load:utag.cond[5],send:1,wait:1},"28":{load:utag.cond[7],send:1,wait:1},"30":{load:utag.cond[5],send:1,wait:1},"32":{load:utag.cond[7],send:1,wait:1},"33":{load:utag.cond[5],send:1,wait:1},"34":{load:utag.cond[7],send:1,wait:1},"35":{load:utag.cond[5],send:1,wait:1},"36":{load:utag.cond[7],send:1,wait:1},"37":{load:utag.cond[7],send:1,wait:1},"38":{load:utag.cond[7],send:1,wait:1},"39":{load:utag.cond[7],send:1,wait:1},"40":{load:utag.cond[7],send:1,wait:1},"41":{load:utag.cond[7],send:1,wait:1},"42":{load:utag.cond[7],send:1,wait:1},"43":{load:utag.cond[7],send:1,wait:1},"44":{load:utag.cond[7],send:1,wait:1},"45":{load:utag.cond[7],send:1,wait:1},"46":{load:utag.cond[7],send:1,wait:1},"47":{load:utag.cond[7],send:1,wait:1},"48":{load:utag.cond[7],send:1,wait:1},"49":{load:utag.cond[7],send:1,wait:1},"50":{load:utag.cond[7],send:1,wait:1},"51":{load:utag.cond[7],send:1,wait:1},"52":{load:utag.cond[7],send:1,wait:1},"53":{load:utag.cond[7],send:1,wait:1},"54":{load:utag.cond[7],send:1,wait:1},"55":{load:utag.cond[7],send:1,wait:1},"56":{load:utag.cond[7],send:1,wait:1},"57":{load:utag.cond[7],send:1,wait:1},"58":{load:utag.cond[7],send:1,wait:1},"59":{load:utag.cond[7],send:1,wait:1},"60":{load:utag.cond[7],send:1,wait:1},"61":{load:utag.cond[7],send:1,wait:1},"62":{load:utag.cond[7],send:1,wait:1},"63":{load:utag.cond[7],send:1,wait:1},"65":{load:utag.cond[5],send:1,wait:1},"66":{load:utag.cond[5],send:1,wait:1},"67":{load:utag.cond[5],send:1,wait:1},"68":{load:utag.cond[5],send:1,wait:1},"69":{load:utag.cond[5],send:1,wait:1},"70":{load:utag.cond[5],send:1,wait:1},"71":{load:utag.cond[5],send:1,wait:1},"72":{load:utag.cond[5],send:1,wait:1},"73":{load:utag.cond[5],send:1,wait:1},"74":{load:utag.cond[5],send:1,wait:1},"75":{load:utag.cond[5],send:1,wait:1},"76":{load:utag.cond[5],send:1,wait:1},"77":{load:utag.cond[5],send:1,wait:1},"78":{load:utag.cond[5],send:1,wait:1},"79":{load:utag.cond[5],send:1,wait:1},"80":{load:utag.cond[5],send:1,wait:1},"81":{load:utag.cond[5],send:1,wait:1},"82":{load:utag.cond[5],send:1,wait:1},"83":{load:utag.cond[5],send:1,wait:1},"84":{load:utag.cond[5],send:1,wait:1},"85":{load:utag.cond[5],send:1,wait:1},"87":{load:utag.cond[5],send:1,wait:1},"88":{load:utag.cond[5],send:1,wait:1},"89":{load:utag.cond[5],send:1,wait:1},"90":{load:utag.cond[5],send:1,wait:1},"91":{load:utag.cond[5],send:1,wait:1},"92":{load:utag.cond[5],send:1,wait:1}};
}

  utag.loader.SETFORCE = function(a) {
    utag.DB('SETFORCE:' + a);
    if (utag.loader.ft > 0) clearTimeout(utag.loader.ft);
    utag.loader.ft = (utag.cfg.forcetimeout != 0) ? setTimeout(utag.loader.FORCE, utag.cfg.forcetimeout) : 0
  }
  utag.loader.FORCE = function(a, b, c, d) {
    a = utag.sender;
    b = utag.loader.f;
    utag.DB('FORCE');
    for (c in utag.loader.GV(b)) {
      d = a[c].id;
      if (typeof b[c] != 'undefined' && b[c] == 0) {
        utag.DB('FORCEERROR:' + d);
        utag.rpt['f_' + d] = 1;
        delete utag.sender[d];
        delete utag.send[d];
        utag.loader.LOAD(d)
      }
    }
  }
  utag.loader.INIT = function(a, b, c, d) {
    if (this.ol == 1) return -1;
    else this.ol = 1;
    utag.rpt.ts['i'] = new Date();
    if (!utag.cfg.noload) {
      try {
        this.GET()
      } catch (e) {};
      var lq = [];
      for (a in this.GV(this.cfg)) {
        b = this.cfg[a];
        b.id = a;
        if (b.wait == 1) {
          this.wq.push(b)
        } else if (b.load > 0) {
          if (b.send) {
            utag.send[b.id] = b;
            this.f[b.id] = 0
          }
          lq.push(b);
        }
      }
      for (a = 0; a < lq.length; a++) {
        utag.DB('utag.loader.INIT: loading ' + b.id);
        utag.loader.AS(lq[a])
      }
      if (utag.loader.wq.length > 0) utag.loader.EV('', 'ready', function(a) {
        utag.loader.WQ();
        utag.loader.SETFORCE('WAIT')
      });
      else utag.loader.SETFORCE('INIT')
    }
    return 1
  };
  utag.loader.EV('', 'ready', function(a) {try{utag_data = s;}catch(e){};
try{if(document.URL.indexOf("OrderOKView")!=-1){
  utag_data.order_id=document.getElementsByName("orderId")[0].value;
}
}catch(e){};
try{if(typeof s.products!="undefined" && s.products){
  var c=[];
  var n=[];
  var q=[];
  var e=[];
  var p=s.products.split(',');
  for(var i=0;i<p.length;i++){
    if(p[i]!="" && p[i].indexOf(';')>-1){
      var j=p[i].split(';');
      c.push(j[0]);
      n.push(j[1]);
      q.push(j[2]);
      e.push(j[3]);
    }
  }
  utag_data.product_category=c.join(',');
  utag_data.product_name=n.join(',');
  utag_data.product_quantity=q.join(',');
  utag_data.product_price=e.join(',');
}
}catch(e){};
try{// PASTE E-Commerce code below
  utag_data._ccustid='';
  utag_data._ctype='';
  utag_data._csubtotal='';
  utag_data._ccurrency='';
  utag_data._ccountry='';
  utag_data._ccity='';
  utag_data._czip='';
  utag_data._ctax='';
  utag_data._cstore='';
  utag_data._cship='';
  utag_data._corder=(typeof utag_data['order_id']!='undefined')?utag_data['order_id']:'';
  utag_data._cstate='';
  utag_data._ctotal='';
  utag_data._cpromo='';
  utag_data._cprod=(typeof utag_data['product_name']!='undefined'&&utag_data['product_name'].length>0)?utag_data['product_name'].split(','):[];
  utag_data._cprodname=(typeof utag_data['product_name']!='undefined'&&utag_data['product_name'].length>0)?utag_data['product_name'].split(','):[];
  utag_data._cbrand=[];
  utag_data._ccat=(typeof utag_data['product_category']!='undefined'&&utag_data['product_category'].length>0)?utag_data['product_category'].split(','):[];
  utag_data._ccat2=[];
  utag_data._cquan=(typeof utag_data['product_quantity']!='undefined'&&utag_data['product_quantity'].length>0)?utag_data['product_quantity'].split(','):[];
  utag_data._cprice=(typeof utag_data['product_price']!='undefined'&&utag_data['product_price'].length>0)?utag_data['product_price'].split(','):[];
  utag_data._csku=[];
  utag_data._cpdisc=[];
  for(c=0;c<utag_data._cprice.length;c++){try{utag_data._cprice[c]=(parseFloat(utag_data._cprice[c])/parseInt(utag_data._cquan[c])).toFixed(2)}catch(e){}}
  utag_data._ctotal=0;for(c=0;c<utag_data._cprice.length;c++){try{utag_data._ctotal+=parseFloat(utag_data._cprice[c])*parseInt(utag_data._cquan[c])}catch(e){};};utag_data._ctotal=utag_data._ctotal.toFixed(2);
  if(utag_data._cprod.length==0){utag_data._cprod=utag_data._csku.slice()};
  if(utag_data._cprodname.length==0){utag_data._cprodname=utag_data._csku.slice()};
  function tf(a){if(a=='' || isNaN(parseFloat(a))){return a}else{return (parseFloat(a)).toFixed(2)}};
  utag_data._ctotal=tf(utag_data._ctotal);utag_data._csubtotal=tf(utag_data._csubtotal);utag_data._ctax=tf(utag_data._ctax);utag_data._cship=tf(utag_data._cship);for(c=0;c<utag_data._cprice.length;c++){utag_data._cprice[c]=tf(utag_data._cprice[c])};for(c=0;c<utag_data._cpdisc.length;c++){utag_data._cpdisc[c]=tf(utag_data._cpdisc[c])};
// END E-Commerce code

// copy the calculated total to utag_data._csubtotal
utag_data._csubtotal=utag_data._ctotal;}catch(e){};})

  utag.cfg.readywait ? utag.loader.EV('', 'ready', function(a) {
    utag.DB('READY');
    utag.loader.INIT()
  }) : utag.loader.INIT();
}

