var trafficLimit = 99.99;

var mboxCopyright = "Copyright 1996-2010. Adobe Systems Incorporated. All rights reserved";mboxUrlBuilder = function(a, b) { this.a = a; this.b = b; this.c = new Array(); this.d = function(e) { return e; }; this.f = null;};mboxUrlBuilder.prototype.addParameter = function(g, h) { var i = new RegExp('(\'|")'); if (i.exec(g)) { throw "Parameter '" + g + "' contains invalid characters"; } for (var j = 0; j < this.c.length; j++) { var k = this.c[j]; if (k.name == g) { k.value = h; return this; } } var l = new Object(); l.name = g; l.value = h; this.c[this.c.length] = l; return this;};mboxUrlBuilder.prototype.addParameters = function(c) { if (!c) { return this; } for (var j = 0; j < c.length; j++) { var m = c[j].indexOf('='); if (m == -1 || m == 0) { continue; } this.addParameter(c[j].substring(0, m), c[j].substring(m + 1, c[j].length)); } return this;};mboxUrlBuilder.prototype.setServerType = function(n) { this.o = n;};mboxUrlBuilder.prototype.setBasePath = function(f) { this.f = f;};mboxUrlBuilder.prototype.setUrlProcessAction = function(p) { this.d = p;};mboxUrlBuilder.prototype.buildUrl = function() { var q = this.f ? this.f : '/m2/' + this.b + '/mbox/' + this.o; var r = document.location.protocol == 'file:' ? 'http:' : document.location.protocol; var e = r + "//" + this.a + q; var s = e.indexOf('?') != -1 ? '&' : '?'; for (var j = 0; j < this.c.length; j++) { var k = this.c[j]; e += s + encodeURIComponent(k.name) + '=' + encodeURIComponent(k.value); s = '&'; } return this.t(this.d(e));};mboxUrlBuilder.prototype.getParameters = function() { return this.c;};mboxUrlBuilder.prototype.setParameters = function(c) { this.c = c;};mboxUrlBuilder.prototype.clone = function() { var u = new mboxUrlBuilder(this.a, this.b); u.setServerType(this.o); u.setBasePath(this.f); u.setUrlProcessAction(this.d); for (var j = 0; j < this.c.length; j++) { u.addParameter(this.c[j].name, this.c[j].value); } return u;};mboxUrlBuilder.prototype.t = function(v) { return v.replace(/\"/g, '&quot;').replace(/>/g, '&gt;');};mboxStandardFetcher = function() { };mboxStandardFetcher.prototype.getType = function() { return 'standard';};mboxStandardFetcher.prototype.fetch = function(w) { w.setServerType(this.getType()); document.write('<' + 'scr' + 'ipt src="' + w.buildUrl() + '" language="JavaScript"><' + '\/scr' + 'ipt>');};mboxStandardFetcher.prototype.cancel = function() { };mboxAjaxFetcher = function() { };mboxAjaxFetcher.prototype.getType = function() { return 'ajax';};mboxAjaxFetcher.prototype.fetch = function(w) { w.setServerType(this.getType()); var e = w.buildUrl(); this.x = document.createElement('script'); this.x.src = e; document.body.appendChild(this.x);};mboxAjaxFetcher.prototype.cancel = function() { };mboxMap = function() { this.y = new Object(); this.z = new Array();};mboxMap.prototype.put = function(A, h) { if (!this.y[A]) { this.z[this.z.length] = A; } this.y[A] = h;};mboxMap.prototype.get = function(A) { return this.y[A];};mboxMap.prototype.remove = function(A) { this.y[A] = undefined;};mboxMap.prototype.each = function(p) { for (var j = 0; j < this.z.length; j++ ) { var A = this.z[j]; var h = this.y[A]; if (h) { var B = p(A, h); if (B === false) { break; } } }};mboxFactory = function(C, b, D) { this.E = false; this.C = C; this.D = D; this.F = new mboxList(); mboxFactories.put(D, this); this.G = typeof document.createElement('div').replaceChild != 'undefined' && (function() { return true; })() && typeof document.getElementById != 'undefined' && typeof (window.attachEvent || document.addEventListener || window.addEventListener) != 'undefined' && typeof encodeURIComponent != 'undefined'; this.H = this.G && mboxGetPageParameter('mboxDisable') == null; var I = D == 'default'; this.J = new mboxCookieManager( 'mbox' + (I ? '' : ('-' + D)), (function() { return mboxCookiePageDomain(); })()); this.H = this.H && this.J.isEnabled() && (this.J.getCookie('disable') == null); if (this.isAdmin()) { this.enable(); } this.K(); this.L = mboxGenerateId(); this.M = mboxScreenHeight(); this.N = mboxScreenWidth(); this.O = mboxBrowserWidth(); this.P = mboxBrowserHeight(); this.Q = mboxScreenColorDepth(); this.R = mboxBrowserTimeOffset(); this.S = new mboxSession(this.L, 'mboxSession', 'session', 31 * 60, this.J); this.T = new mboxPC('PC', 1209600, this.J); this.w = new mboxUrlBuilder(C, b); this.U(this.w, I); this.V = new Date().getTime(); this.W = this.V; var X = this; this.addOnLoad(function() { X.W = new Date().getTime(); }); if (this.G) { this.addOnLoad(function() { X.E = true; X.getMboxes().each(function(Y) { Y.setFetcher(new mboxAjaxFetcher()); Y.finalize(); }); }); this.limitTraffic(trafficLimit, 10368000); if (this.H) { this.Z(); this._ = new mboxSignaler(function(ab, c) { return X.create(ab, c); }, this.J); } }};mboxFactory.prototype.isEnabled = function() { return this.H;};mboxFactory.prototype.getDisableReason = function() { return this.J.getCookie('disable');};mboxFactory.prototype.isSupported = function() { return this.G;};mboxFactory.prototype.disable = function(bb, cb) { if (typeof bb == 'undefined') { bb = 60 * 60; } if (typeof cb == 'undefined') { cb = 'unspecified'; } if (!this.isAdmin()) { this.H = false; this.J.setCookie('disable', cb, bb); }};mboxFactory.prototype.enable = function() { this.H = true; this.J.deleteCookie('disable');};mboxFactory.prototype.isAdmin = function() { return document.location.href.indexOf('mboxEnv') != -1;};mboxFactory.prototype.limitTraffic = function(db, bb) { if (db == 100) { return; } var eb = false; if (this.J.getCookie('traffic') == 'true' || this.isAdmin()) { eb = true; } else if ( parseInt(this.J.getCookie('level')) != db) { eb = (Math.random() * 100) <= db; } this.J.setCookie('level', db, bb); this.J.setCookie('traffic', eb, bb); if (eb) { this.enable(); } else { this.disable(60 * 60, 'limited by traffic'); }};mboxFactory.prototype.addOnLoad = function(fb) { if (this.isDomLoaded()) { fb(); } else { var gb = false; var hb = function() { if (gb) { return; } gb = true; fb(); }; this.ib.push(hb); if (this.isDomLoaded() && !gb) { hb(); } }};mboxFactory.prototype.getEllapsedTime = function() { return this.W - this.V;};mboxFactory.prototype.getEllapsedTimeUntil = function(jb) { return jb - this.V;};mboxFactory.prototype.getMboxes = function() { return this.F;};mboxFactory.prototype.get = function(ab, kb) { return this.F.get(ab).getById(kb || 0);};mboxFactory.prototype.update = function(ab, c) { if (!this.isEnabled()) { return; } if (!this.isDomLoaded()) { var X = this; this.addOnLoad(function() { X.update(ab, c); }); return; } if (this.F.get(ab).length() == 0) { throw "Mbox " + ab + " is not defined"; } this.F.get(ab).each(function(Y) { Y.getUrlBuilder() .addParameter('mboxPage', mboxGenerateId()); Y.load(c); });};mboxFactory.prototype.create = function( ab, c, lb) { if (!this.isSupported()) { return null; } var e = this.w.clone(); e.addParameter('mboxCount', this.F.length() + 1); e.addParameters(c); var kb = this.F.get(ab).length(); var mb = this.D + '-' + ab + '-' + kb; var nb; if (lb) { nb = new mboxLocatorNode(lb); } else { if (this.E) { throw 'The page has already been loaded, can\'t write marker'; } nb = new mboxLocatorDefault(mb); } try { var X = this; var ob = 'mboxImported-' + mb; var Y = new mbox(ab, kb, e, nb, ob); if (this.H) { Y.setFetcher( this.E ? new mboxAjaxFetcher() : new mboxStandardFetcher()); } Y.setOnError(function(pb, n) { Y.setMessage(pb); Y.activate(); if (!Y.isActivated()) { X.disable(60 * 60, pb); window.location.reload(false); } }); this.F.add(Y); } catch (qb) { this.disable(); throw 'Failed creating mbox "' + ab + '", the error was: ' + qb; } var rb = new Date(); e.addParameter('mboxTime', rb.getTime() - (rb.getTimezoneOffset() * 60000)); return Y;};mboxFactory.prototype.getCookieManager = function() { return this.J;};mboxFactory.prototype.getPageId = function() { return this.L;};mboxFactory.prototype.getPCId = function() { return this.T;};mboxFactory.prototype.getSessionId = function() { return this.S;};mboxFactory.prototype.getSignaler = function() { return this._;};mboxFactory.prototype.getUrlBuilder = function() { return this.w;};mboxFactory.prototype.U = function(e, I) { e.addParameter('mboxHost', document.location.hostname) .addParameter('mboxSession', this.S.getId()); if (!I) { e.addParameter('mboxFactoryId', this.D); } if (this.T.getId() != null) { e.addParameter('mboxPC', this.T.getId()); } e.addParameter('mboxPage', this.L); e.addParameter('screenHeight', this.M); e.addParameter('screenWidth', this.N); e.addParameter('browserWidth', this.O); e.addParameter('browserHeight', this.P); e.addParameter('browserTimeOffset', this.R); e.addParameter('colorDepth', this.Q); e.setUrlProcessAction(function(e) { e += '&mboxURL=' + encodeURIComponent(document.location); var sb = encodeURIComponent(document.referrer); if (e.length + sb.length < 2000) { e += '&mboxReferrer=' + sb; } e += '&mboxVersion=' + mboxVersion; return e; });};mboxFactory.prototype.tb = function() { return "";};mboxFactory.prototype.Z = function() { document.write('<style>.' + 'mboxDefault' + ' { visibility:hidden; }</style>');};mboxFactory.prototype.isDomLoaded = function() { return this.E;};mboxFactory.prototype.K = function() { if (this.ib != null) { return; } this.ib = new Array(); var X = this; (function() { var ub = document.addEventListener ? "DOMContentLoaded" : "onreadystatechange"; var vb = false; var wb = function() { if (vb) { return; } vb = true; for (var i = 0; i < X.ib.length; ++i) { X.ib[i](); } }; if (document.addEventListener) { document.addEventListener(ub, function() { document.removeEventListener(ub, arguments.callee, false); wb(); }, false); window.addEventListener("load", function(){ document.removeEventListener("load", arguments.callee, false); wb(); }, false); } else if (document.attachEvent) { if (self !== self.top) { document.attachEvent(ub, function() { if (document.readyState === 'complete') { document.detachEvent(ub, arguments.callee); wb(); } }); } else { var xb = function() { try { document.documentElement.doScroll('left'); wb(); } catch (yb) { setTimeout(xb, 13); } }; xb(); } } if (document.readyState === "complete") { wb(); } })();};mboxSignaler = function(zb, J) { this.J = J; var Ab = J.getCookieNames('signal-'); for (var j = 0; j < Ab.length; j++) { var Bb = Ab[j]; var Cb = J.getCookie(Bb).split('&'); var Y = zb(Cb[0], Cb); Y.load(); J.deleteCookie(Bb); }};mboxSignaler.prototype.signal = function(Db, ab ) { this.J.setCookie('signal-' + Db, mboxShiftArray(arguments).join('&'), 45 * 60);};mboxList = function() { this.F = new Array();};mboxList.prototype.add = function(Y) { if (Y != null) { this.F[this.F.length] = Y; }};mboxList.prototype.get = function(ab) { var B = new mboxList(); for (var j = 0; j < this.F.length; j++) { var Y = this.F[j]; if (Y.getName() == ab) { B.add(Y); } } return B;};mboxList.prototype.getById = function(Eb) { return this.F[Eb];};mboxList.prototype.length = function() { return this.F.length;};mboxList.prototype.each = function(p) { if (typeof p != 'function') { throw 'Action must be a function, was: ' + typeof(p); } for (var j = 0; j < this.F.length; j++) { p(this.F[j]); }};mboxLocatorDefault = function(g) { this.g = 'mboxMarker-' + g; document.write('<div id="' + this.g + '" style="visibility:hidden;display:none">&nbsp;</div>');};mboxLocatorDefault.prototype.locate = function() { var Fb = document.getElementById(this.g); while (Fb != null) { if (Fb.nodeType == 1) { if (Fb.className == 'mboxDefault') { return Fb; } } Fb = Fb.previousSibling; } return null;};mboxLocatorDefault.prototype.force = function() { var Gb = document.createElement('div'); Gb.className = 'mboxDefault'; var Hb = document.getElementById(this.g); Hb.parentNode.insertBefore(Gb, Hb); return Gb;};mboxLocatorNode = function(Ib) { this.Fb = Ib;};mboxLocatorNode.prototype.locate = function() { return typeof this.Fb == 'string' ? document.getElementById(this.Fb) : this.Fb;};mboxLocatorNode.prototype.force = function() { return null;};mboxCreate = function(ab ) { var Y = mboxFactoryDefault.create( ab, mboxShiftArray(arguments)); if (Y) { Y.load(); } return Y;};mboxDefine = function(lb, ab ) { var Y = mboxFactoryDefault.create(ab, mboxShiftArray(mboxShiftArray(arguments)), lb); return Y;};mboxUpdate = function(ab ) { mboxFactoryDefault.update(ab, mboxShiftArray(arguments));};mbox = function(g, Jb, w, Kb, ob) { this.Lb = null; this.Mb = 0; this.nb = Kb; this.ob = ob; this.Nb = null; this.Ob = new mboxOfferContent(); this.Gb = null; this.w = w; this.message = ''; this.Pb = new Object(); this.Qb = 0; this.Jb = Jb; this.g = g; this.Rb(); w.addParameter('mbox', g) .addParameter('mboxId', Jb); this.Sb = function() {}; this.Tb = function() {}; this.Ub = null;};mbox.prototype.getId = function() { return this.Jb;};mbox.prototype.Rb = function() { if (this.g.length > 250) { throw "Mbox Name " + this.g + " exceeds max length of " + "250 characters."; } else if (this.g.match(/^\s+|\s+$/g)) { throw "Mbox Name " + this.g + " has leading/trailing whitespace(s)."; }};mbox.prototype.getName = function() { return this.g;};mbox.prototype.getParameters = function() { var c = this.w.getParameters(); var B = new Array(); for (var j = 0; j < c.length; j++) { if (c[j].name.indexOf('mbox') != 0) { B[B.length] = c[j].name + '=' + c[j].value; } } return B;};mbox.prototype.setOnLoad = function(p) { this.Tb = p; return this;};mbox.prototype.setMessage = function(pb) { this.message = pb; return this;};mbox.prototype.setOnError = function(Sb) { this.Sb = Sb; return this;};mbox.prototype.setFetcher = function(Vb) { if (this.Nb) { this.Nb.cancel(); } this.Nb = Vb; return this;};mbox.prototype.getFetcher = function() { return this.Nb;};mbox.prototype.load = function(c) { if (this.Nb == null) { return this; } this.setEventTime("load.start"); this.cancelTimeout(); this.Mb = 0; var w = (c && c.length > 0) ? this.w.clone().addParameters(c) : this.w; this.Nb.fetch(w); var X = this; this.Wb = setTimeout(function() { X.Sb('browser timeout', X.Nb.getType()); }, 15000); this.setEventTime("load.end"); return this;};mbox.prototype.loaded = function() { this.cancelTimeout(); if (!this.activate()) { var X = this; setTimeout(function() { X.loaded(); }, 100); }};mbox.prototype.activate = function() { if (this.Mb) { return this.Mb; } this.setEventTime('activate' + ++this.Qb + '.start'); if (this.show()) { this.cancelTimeout(); this.Mb = 1; } this.setEventTime('activate' + this.Qb + '.end'); return this.Mb;};mbox.prototype.isActivated = function() { return this.Mb;};mbox.prototype.setOffer = function(Ob) { if (Ob && Ob.show && Ob.setOnLoad) { this.Ob = Ob; } else { throw 'Invalid offer'; } return this;};mbox.prototype.getOffer = function() { return this.Ob;};mbox.prototype.show = function() { this.setEventTime('show.start'); var B = this.Ob.show(this); this.setEventTime(B == 1 ? "show.end.ok" : "show.end"); return B;};mbox.prototype.showContent = function(Xb) { if (Xb == null) { return 0; } if (this.Gb == null || !this.Gb.parentNode) { this.Gb = this.getDefaultDiv(); if (this.Gb == null) { return 0; } } if (this.Gb != Xb) { this.Yb(this.Gb); this.Gb.parentNode.replaceChild(Xb, this.Gb); this.Gb = Xb; } this.Zb(Xb); this.Tb(); return 1;};mbox.prototype.hide = function() { this.setEventTime('hide.start'); var B = this.showContent(this.getDefaultDiv()); this.setEventTime(B == 1 ? 'hide.end.ok' : 'hide.end.fail'); return B;};mbox.prototype.finalize = function() { this.setEventTime('finalize.start'); this.cancelTimeout(); if (this.getDefaultDiv() == null) { if (this.nb.force() != null) { this.setMessage('No default content, an empty one has been added'); } else { this.setMessage('Unable to locate mbox'); } } if (!this.activate()) { this.hide(); this.setEventTime('finalize.end.hide'); } this.setEventTime('finalize.end.ok');};mbox.prototype.cancelTimeout = function() { if (this.Wb) { clearTimeout(this.Wb); } if (this.Nb != null) { this.Nb.cancel(); }};mbox.prototype.getDiv = function() { return this.Gb;};mbox.prototype.getDefaultDiv = function() { if (this.Ub == null) { this.Ub = this.nb.locate(); } return this.Ub;};mbox.prototype.setEventTime = function(_b) { this.Pb[_b] = (new Date()).getTime();};mbox.prototype.getEventTimes = function() { return this.Pb;};mbox.prototype.getImportName = function() { return this.ob;};mbox.prototype.getURL = function() { return this.w.buildUrl();};mbox.prototype.getUrlBuilder = function() { return this.w;};mbox.prototype.ac = function(Gb) { return Gb.style.display != 'none';};mbox.prototype.Zb = function(Gb) { this.bc(Gb, true);};mbox.prototype.Yb = function(Gb) { this.bc(Gb, false);};mbox.prototype.bc = function(Gb, cc) { Gb.style.visibility = cc ? "visible" : "hidden"; Gb.style.display = cc ? "block" : "none";};mboxOfferContent = function() { this.Tb = function() {};};mboxOfferContent.prototype.show = function(Y) { var B = Y.showContent(document.getElementById(Y.getImportName())); if (B == 1) { this.Tb(); } return B;};mboxOfferContent.prototype.setOnLoad = function(Tb) { this.Tb = Tb;};mboxOfferAjax = function(Xb) { this.Xb = Xb; this.Tb = function() {};};mboxOfferAjax.prototype.setOnLoad = function(Tb) { this.Tb = Tb;};mboxOfferAjax.prototype.show = function(Y) { var dc = document.createElement('div'); dc.id = Y.getImportName(); dc.innerHTML = this.Xb; var B = Y.showContent(dc); if (B == 1) { this.Tb(); } return B;};mboxOfferDefault = function() { this.Tb = function() {};};mboxOfferDefault.prototype.setOnLoad = function(Tb) { this.Tb = Tb;};mboxOfferDefault.prototype.show = function(Y) { var B = Y.hide(); if (B == 1) { this.Tb(); } return B;};mboxCookieManager = function mboxCookieManager(g, ec) { this.g = g; this.ec = ec == '' || ec.indexOf('.') == -1 ? '' : '; domain=' + ec; this.fc = new mboxMap(); this.loadCookies();};mboxCookieManager.prototype.isEnabled = function() { this.setCookie('check', 'true', 60); this.loadCookies(); return this.getCookie('check') == 'true';};mboxCookieManager.prototype.setCookie = function(g, h, bb) { if (typeof g != 'undefined' && typeof h != 'undefined' && typeof bb != 'undefined') { var gc = new Object(); gc.name = g; gc.value = escape(h); gc.expireOn = Math.ceil(bb + new Date().getTime() / 1000); this.fc.put(g, gc); this.saveCookies(); }};mboxCookieManager.prototype.getCookie = function(g) { var gc = this.fc.get(g); return gc ? unescape(gc.value) : null;};mboxCookieManager.prototype.deleteCookie = function(g) { this.fc.remove(g); this.saveCookies();};mboxCookieManager.prototype.getCookieNames = function(hc) { var ic = new Array(); this.fc.each(function(g, gc) { if (g.indexOf(hc) == 0) { ic[ic.length] = g; } }); return ic;};mboxCookieManager.prototype.saveCookies = function() { var jc = new Array(); var kc = 0; this.fc.each(function(g, gc) { jc[jc.length] = g + '#' + gc.value + '#' + gc.expireOn; if (kc < gc.expireOn) { kc = gc.expireOn; } }); var lc = new Date(kc * 1000); document.cookie = this.g + '=' + jc.join('|') + '; expires=' + lc.toGMTString() + '; path=/' + this.ec;};mboxCookieManager.prototype.loadCookies = function() { this.fc = new mboxMap(); var mc = document.cookie.indexOf(this.g + '='); if (mc != -1) { var nc = document.cookie.indexOf(';', mc); if (nc == -1) { nc = document.cookie.indexOf(',', mc); if (nc == -1) { nc = document.cookie.length; } } var oc = document.cookie.substring( mc + this.g.length + 1, nc).split('|'); var pc = Math.ceil(new Date().getTime() / 1000); for (var j = 0; j < oc.length; j++) { var gc = oc[j].split('#'); if (pc <= gc[2]) { var qc = new Object(); qc.name = gc[0]; qc.value = gc[1]; qc.expireOn = gc[2]; this.fc.put(qc.name, qc); } } }};mboxSession = function(rc, sc, Bb, tc, J) { this.sc = sc; this.Bb = Bb; this.tc = tc; this.J = J; this.uc = false; this.Jb = typeof mboxForceSessionId != 'undefined' ? mboxForceSessionId : mboxGetPageParameter(this.sc); if (this.Jb == null || this.Jb.length == 0) { this.Jb = J.getCookie(Bb); if (this.Jb == null || this.Jb.length == 0) { this.Jb = rc; this.uc = true; } } J.setCookie(Bb, this.Jb, tc);};mboxSession.prototype.getId = function() { return this.Jb;};mboxSession.prototype.forceId = function(vc) { this.Jb = vc; this.J.setCookie(this.Bb, this.Jb, this.tc);};mboxPC = function(Bb, tc, J) { this.Bb = Bb; this.tc = tc; this.J = J; this.Jb = typeof mboxForcePCId != 'undefined' ? mboxForcePCId : J.getCookie(Bb); if (this.Jb != null) { J.setCookie(Bb, this.Jb, tc); }};mboxPC.prototype.getId = function() { return this.Jb;};mboxPC.prototype.forceId = function(vc) { if (this.Jb != vc) { this.Jb = vc; this.J.setCookie(this.Bb, this.Jb, this.tc); return true; } return false;};mboxGetPageParameter = function(g) { var B = null; var wc = new RegExp(g + "=([^\&]*)"); var xc = wc.exec(document.location); if (xc != null && xc.length >= 2) { B = xc[1]; } return B;};mboxSetCookie = function(g, h, bb) { return mboxFactoryDefault.getCookieManager().setCookie(g, h, bb);};mboxGetCookie = function(g) { return mboxFactoryDefault.getCookieManager().getCookie(g);};mboxCookiePageDomain = function() { var ec = (/([^:]*)(:[0-9]{0,5})?/).exec(document.location.host)[1]; var yc = /[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/; if (!yc.exec(ec)) { var zc = (/([^\.]+\.[^\.]{3}|[^\.]+\.[^\.]+\.[^\.]{2})$/).exec(ec); if (zc) { ec = zc[0]; } } return ec ? ec: "";};mboxShiftArray = function(Ac) { var B = new Array(); for (var j = 1; j < Ac.length; j++) { B[B.length] = Ac[j]; } return B;};mboxGenerateId = function() { return (new Date()).getTime() + "-" + Math.floor(Math.random() * 999999);};mboxScreenHeight = function() { return screen.height;};mboxScreenWidth = function() { return screen.width;};mboxBrowserWidth = function() { return (window.innerWidth) ? window.innerWidth : document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth;};mboxBrowserHeight = function() { return (window.innerHeight) ? window.innerHeight : document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight;};mboxBrowserTimeOffset = function() { return -new Date().getTimezoneOffset();};mboxScreenColorDepth = function() { return screen.pixelDepth;};if (typeof mboxVersion == 'undefined') { var mboxVersion = 40; var mboxFactories = new mboxMap(); var mboxFactoryDefault = new mboxFactory('conrad.tt.omtrdc.net', 'conrad', 'default');};if (mboxGetPageParameter("mboxDebug") != null || mboxFactoryDefault.getCookieManager() .getCookie("debug") != null) { setTimeout(function() { if (typeof mboxDebugLoaded == 'undefined') { alert('Could not load the remote debug.\nPlease check your connection' + ' to Test&amp;Target servers'); } }, 60*60); document.write('<' + 'scr' + 'ipt language="Javascript1.2" src=' + '"http://admin5.testandtarget.omniture.com/admin/mbox/mbox_debug.jsp?mboxServerHost=conrad.tt.omtrdc.net' + '&clientCode=conrad"><' + '\/scr' + 'ipt>');};mboxScPluginFetcher = function(b, Bc) { this.b = b; this.Bc = Bc;};mboxScPluginFetcher.prototype.Cc = function(w) { w.setBasePath('/m2/' + this.b + '/sc/standard'); this.Dc(w); var e = w.buildUrl(); e += '&scPluginVersion=1'; return e;};mboxScPluginFetcher.prototype.Dc = function(w) { var Ec = [ "dynamicVariablePrefix","visitorID","vmk","ppu","charSet", "visitorNamespace","cookieDomainPeriods","cookieLifetime","pageName", "currencyCode","variableProvider","channel","server", "pageType","transactionID","purchaseID","campaign","state","zip","events", "products","linkName","linkType","resolution","colorDepth", "javascriptVersion","javaEnabled","cookiesEnabled","browserWidth", "browserHeight","connectionType","homepage","pe","pev1","pev2","pev3", "visitorSampling","visitorSamplingGroup","dynamicAccountSelection", "dynamicAccountList","dynamicAccountMatch","trackDownloadLinks", "trackExternalLinks","trackInlineStats","linkLeaveQueryString", "linkDownloadFileTypes","linkExternalFilters","linkInternalFilters", "linkTrackVars","linkTrackEvents","linkNames","lnk","eo" ]; for (var j = 0; j < Ec.length; j++) { this.Fc(Ec[j], w); } for (var j = 1; j <= 50; j++) { this.Fc('prop' + j, w); this.Fc('eVar' + j, w); this.Fc('hier' + j, w); }};mboxScPluginFetcher.prototype.Fc = function(g, w) { var h = this.Bc[g]; if (typeof(h) === 'undefined' || h === null || h === '') { return; } w.addParameter(g, h);};mboxScPluginFetcher.prototype.cancel = function() { };mboxStandardScPluginFetcher = function(b, Bc) { mboxScPluginFetcher.call(this, b, Bc);};mboxStandardScPluginFetcher.prototype = new mboxScPluginFetcher;mboxStandardScPluginFetcher.prototype.getType = function() { return 'standard';};mboxStandardScPluginFetcher.prototype.fetch = function(w) { w.setServerType(this.getType()); var e = this.Cc(w); document.write('<' + 'scr' + 'ipt src="' + e + '" language="JavaScript"><' + '\/scr' + 'ipt>');};mboxAjaxScPluginFetcher = function(b, Bc) { mboxScPluginFetcher.call(this, b, Bc);};mboxAjaxScPluginFetcher.prototype = new mboxScPluginFetcher;mboxAjaxScPluginFetcher.prototype.fetch = function(w) { w.setServerType(this.getType()); var e = this.Cc(w); this.x = document.createElement('script'); this.x.src = e; document.body.appendChild(this.x);};mboxAjaxScPluginFetcher.prototype.getType = function() { return 'ajax';};function mboxLoadSCPlugin(Bc) { if (!Bc) { return null; } Bc.m_tt = function(Bc) { var Gc = Bc.m_i('tt'); Gc.H = true; Gc.b = 'conrad'; Gc['_t'] = function() { if (!this.isEnabled()) { return; } var Y = this.Ic(); if (Y) { var Vb = mboxFactoryDefault.isDomLoaded() ? new mboxAjaxScPluginFetcher(this.b, this.s) : new mboxStandardScPluginFetcher(this.b, this.s); Y.setFetcher(Vb); Y.load(); } }; Gc.isEnabled = function() { return this.H && mboxFactoryDefault.isEnabled(); }; Gc.Ic = function() { var ab = this.Jc(); var Gb = document.createElement('DIV'); return mboxFactoryDefault.create(ab, new Array(), Gb); }; Gc.Jc = function() { var Kc = this.s.events && this.s.events.indexOf('purchase') != -1; return 'SiteCatalyst: ' + (Kc ? 'purchase' : 'event'); }; }; return Bc.loadModule('tt');};

function FloatingElement(){var a=function(){function i(a,b,c,d){return a?d?function(d,e){return b(d,c,e)&&a(d,e)}:function(d,e){return a(d,e)&&b(d,c,e)}:function(a,d){return b(a,c,d)}}var a={},b=function(c,d,e,f){c=typeof c=="string"?c.replace(/^\s+|\s+$/,""):"";var g=a[c]||(a[c]=new b.initialize(c));return d==null?g:g.search(d,e,f)};b.initialize=function(a){this.text=a};var c=b.initialize.prototype=b.prototype;b.implement=function(a,c){for(var d in c)b[a][d]=c[d]};var d=b.support={};(function(){var a=document.createElement("div"),b=(new Date).getTime();a.innerHTML='<a name="'+b+'" class="\u20ac b"></a>',a.appendChild(document.createComment("")),d.byTagAddsComments=a.getElementsByTagName("*").length>1,d.hasQsa=!!a.querySelectorAll&&!!a.querySelectorAll(".\u20ac").length,d.hasByClass=function(){if(!a.getElementsByClassName||!a.getElementsByClassName("b").length)return!1;a.firstChild.className="c";return a.getElementsByClassName("c").length==1}();var c=document.documentElement;c.insertBefore(a,c.firstChild),d.byIdAddsName=!!document.getElementById(b),c.removeChild(a)})();var e=function(){return!0};c.search=function(a,c,f){f=f||{};var g,h,i;if(!a)a=document;else if(a.nodeType!=1&&a.nodeType!=9)if(typeof a=="string")a=b.search(a),g=!0;else if(Object.prototype.toString.call(a)=="[object Array]"||typeof a.length=="number"&&a.item){var j=[];for(h=0;i=a[h];h++)(i.nodeType==1||i.nodeType==9)&&j.push(i);g=j.length>1,a=g?j:j[0]||document}var k,l,m,n={},o={},p=n,q=b.getUid,r=function(a){var b=q(a);return p[b]?null:p[b]=!0};if(c&&c.length)for(h=0;i=c[h];h++)r(i);if(d.hasQsa&&!g&&a.nodeType==9&&!/\[/.test(this.text)){try{var s=a.querySelectorAll(this.text)}catch(t){}if(s){if(!c)return b.toArray(s);for(h=0;i=s[h];h++)r(i)&&c.push(i);f.unordered||c.sort(b.compare);return c}}var u=this.parse();if(!u.length)return[];for(var h=0,v;v=u[h];h++){var w=r;v.first&&(c?k=!0:w=e,g?m=a:v.combinator&&(m=[a])),v.last&&c?(p=n,l=c):(p={},l=[]);if(!v.combinator&&!g)l=v.combine(l,a,v,o,w,!l.length);else for(var x=0,y=m.length;x<y;x++)l=v.combine(l,m[x],v,o,w);v.last?l.length&&(c=l):m=l}!f.unordered&&k&&c&&c.sort(b.compare);return c||[]},c.find=function(a,b,c){return this.search(a,b,c)[0]},c.match=function(a,b){var c=this.parse();if(c.length==1)return!!this.parse()[0].match(a,{});if(!b){b=a;while(b.parentNode)b=b.parentNode}var d=this.search(b),e=d.length;if(!(e--))return!1;while(e--)if(d[e]==a)return!0;return!1},c.filter=function(a){var b=[],c=this.parse()[0].match;for(var d=0,e;e=a[d];d++)c(e)&&b.push(e);return b};var f;b.recompile=function(){var a,c=[","],d=["!"];for(a in q)a!=" "&&c[a.length>1?"unshift":"push"](b.escapeRegExp(a));for(a in s)d.push(a);f=new RegExp("[\\w\\u00a1-\\uFFFF][\\w\\u00a1-\\uFFFF-]*|[#.](?:[\\w\\u00a1-\\uFFFF-]|\\\\:|\\\\.)+|[ \\t\\r\\n\\f](?=[\\w\\u00a1-\\uFFFF*#.[:])|[ \\t\\r\\n\\f]*("+c.join("|")+")[ \\t\\r\\n\\f]*|\\[([\\w\\u00a1-\\uFFFF-]+)[ \\t\\r\\n\\f]*(?:(["+d.join("")+"]?=)[ \\t\\r\\n\\f]*(?:\"([^\"]*)\"|'([^']*)'|([^\\]]*)))?]|:([-\\w\\u00a1-\\uFFFF]+)(?:\\((?:\"([^\"]*)\"|'([^']*)'|([^)]*))\\))?|\\*|(.+)","g")};var g=function(a){return{ident:[],classes:[],attributes:[],pseudos:[],combinator:a}},h=function(a){return a};c.parse=function(a){var c=a?"plain":"parsed";if(this[c])return this[c];var d=this.text,e=a?h:this.compute,i=[],j=g(null);j.first=!0;var k=function(a){i.push(e(j)),j=g(a)};f.lastIndex=0;var l,m;while(l=f.exec(d)){if(l[11]){if(b.verbose)throw SyntaxError('Syntax error, "'+m+'" unexpected at #'+f.lastIndex+' in "'+d+'"');return this[c]=[]}m=l[0];switch(m.charAt(0)){case".":j.classes.push(m.slice(1).replace(/\\/g,""));break;case"#":j.id=m.slice(1).replace(/\\/g,"");break;case"[":j.attributes.push({name:l[2],operator:l[3]||null,value:l[4]||l[5]||l[6]||null});break;case":":j.pseudos.push({name:l[7],value:l[8]||l[9]||l[10]||null});break;case" ":case"\t":case"\r":case"\n":case"\f":l[1]=l[1]||" ";default:var n=l[1];if(n){if(n==","){j.last=!0,k(null),j.first=!0;continue}j.first&&!j.ident.length?j.combinator=n:k(n)}else m!="*"&&(j.tag=m)}j.ident.push(m)}j.last=!0,i.push(e(j));return this[c]=i};var j=function(){return!0},k=function(a,b){return a.id==b},l=function(a,b){return a.nodeName.toUpperCase()==b},m=function(a){return new RegExp("(?:^|[ \\t\\r\\n\\f])"+a+"(?:$|[ \\t\\r\\n\\f])")},n=function(a,b){return a.className&&b.test(a.className)},o=function(a){a.getter=b.lookupAttribute(a.name)||b.getAttribute;if(!a.operator||!a.value)return a;var c=s[a.operator];c&&(a.escaped=b.escapeRegExp(a.value),a.pattern=new RegExp(c(a.value,a.escaped,a)));return a},p=function(a,b){var c=b.getter(a,b.name);switch(b.operator){case null:return c;case"=":return c==b.value;case"!=":return c!=b.value}if(!c&&b.value)return!1;return b.pattern.test(c)};c.compute=function(a){var c,e,f,g,h,q,s=a.tag,t=a.id,u=a.classes,v=s?s.toUpperCase():null;t&&(q=!0,h=i(null,k,t),g=function(a){if(a.getElementById){var b=a.getElementById(t);return b&&(!v||b.nodeName.toUpperCase()==v)&&(!d.getIdAdds||b.id==t)?[b]:[]}var c=a.getElementsByTagName(s||"*");for(var e=0,f;f=c[e];e++)if(f.id==t)return[f];return[]});if(u.length>0)if(!g&&d.hasByClass){for(c=0;e=u[c];c++)h=i(h,n,m(e));var w=u.join(" ");g=function(a){return a.getElementsByClassName(w)}}else if(!g&&u.length==1){q=!0;var x=m(u[0]);h=i(h,n,x),g=function(a){var b=a.getElementsByTagName(s||"*"),c=[];for(var d=0,e;e=b[d];d++)e.className&&x.test(e.className)&&c.push(e);return c}}else for(c=0;e=u[c];c++)f=i(f,n,m(e));s?g?q||(f=i(f,l,v)):(h=i(h,l,v),g=function(a){return a.getElementsByTagName(s)}):g||(g=function(a){var b=a.getElementsByTagName("*");if(!d.byTagAddsComments)return b;var c=[];for(var e=0,f;f=b[e];e++)f.nodeType===1&&c.push(f);return c});for(c=0;e=a.pseudos[c];c++)if(e.name=="not"){var y=b(e.value);f=i(f,function(a,b){return!b.match(a)},y.parse().length==1?y.parsed[0]:y)}else{var z=r[e.name];z&&(f=i(f,z,e.value))}for(c=0;e=a.attributes[c];c++)f=i(f,p,o(e));(a.simple=!f)?a.matchAux=j:(a.matchAux=f,h=i(h,f)),a.match=h||j,a.combine=b.combinators[a.combinator||" "],a.search=g;return a};var q=b.combinators={" ":function(a,c,d,e,f,g){var h=d.search(c);if(g&&d.simple)return b.toArray(h);for(var i=0,j,k=d.matchAux;j=h[i];i++)f(j)&&k(j,e)&&a.push(j);return a},">":function(a,b,c,d,e){var f=c.search(b);for(var g=0,h;h=f[g];g++)h.parentNode==b&&e(h)&&c.matchAux(h,d)&&a.push(h);return a},"+":function(a,b,c,d,e){while(b=b.nextSibling)if(b.nodeType==1){e(b)&&c.match(b,d)&&a.push(b);break}return a},"~":function(a,b,c,d,e){while(b=b.nextSibling)if(b.nodeType==1){if(!e(b))break;c.match(b,d)&&a.push(b)}return a}},r=b.pseudos={"first-child":function(a){return r.index(a,0)},"last-child":function(a){while(a=a.nextSibling)if(a.nodeType===1)return!1;return!0},"only-child":function(a){var b=a;while(b=b.previousSibling)if(b.nodeType===1)return!1;var c=a;while(c=c.nextSibling)if(c.nodeType===1)return!1;return!0},"nth-child":function(a,c,d){var e=b.parseNth(c||"n");if(e.special!="n")return r[e.special](a,e.a,d);d=d||{},d.positions=d.positions||{};var f=b.getUid(a);if(!d.positions[f]){var g=0;while(a=a.previousSibling){if(a.nodeType!=1)continue;g++;var h=d.positions[b.getUid(a)];if(h!=undefined){g=h+g;break}}d.positions[f]=g}return d.positions[f]%e.a==e.b},empty:function(a){return!(a.innerText||a.textContent||"").length},contains:function(a,b){return(a.innerText||a.textContent||"").indexOf(b)!=-1},index:function(a,b){var c=1;while(a=a.previousSibling)if(a.nodeType==1&&++c>b)return!1;return c==b},even:function(a,b,c){return r["nth-child"](a,"2n+1",c)},odd:function(a,b,c){return r["nth-child"](a,"2n",c)}};r.first=r["first-child"],r.last=r["last-child"],r.nth=r["nth-child"],r.eq=r.index;var s=b.operators={"*=":function(a,b){return b},"^=":function(a,b){return"^"+b},"$=":function(a,b){return a+"$"},"~=":function(a,b){return"(?:^|[ \\t\\r\\n\\f])"+b+"(?:$|[ \\t\\r\\n\\f])"},"|=":function(a,b){return"(?:^|\\|)"+b+"(?:$|\\|)"}},t={"class":"className"};b.lookupAttribute=function(a){var b=t[a];if(b)return function(a){return a[b]};var c=/^(?:src|href|action)$/.test(a)?2:0;return function(b){return b.getAttribute(a,c)}},b.getAttribute=function(a,b){return a.getAttribute(b)};var u=Array.slice||function(a){return Array.prototype.slice.call(a)};try{u(document.documentElement.childNodes)}catch(v){u=function(a){if(a instanceof Array)return a;var b=a.length,c=Array(b);while(b--)c[b]=a[b];return c}}b.toArray=u,b.compare=document.compareDocumentPosition?function(a,b){return 3-(a.compareDocumentPosition(b)&6)}:function(a,b){return a.sourceIndex-b.sourceIndex};var w=1;b.getUid=window.ActiveXObject?function(a){return(a.$slyUid||(a.$slyUid={id:w++})).id}:function(a){return a.$slyUid||(a.$slyUid=w++)};var x={};b.parseNth=function(a){if(x[a])return x[a];var b=a.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!b)return!1;var c=parseInt(b[1],10),d=(parseInt(b[3],10)||0)-1;if(c=isNaN(c)?1:c){while(d<1)d+=c;while(d>=c)d-=c}switch(b[2]){case"n":b={a:c,b:d,special:"n"};break;case"odd":b={a:2,b:0,special:"n"};break;case"even":b={a:2,b:1,special:"n"};break;case"first":b={a:0,special:"index"};break;case"last":b={special:"last-child"};break;case"only":b={special:"only-child"};break;default:b={a:c?c-1:d,special:"index"}}return x[a]=b},b.escapeRegExp=function(a){return a.replace(/[-.*+?^${}()|[\]\/\\]/g,"\\$&")},b.generise=function(a){b[a]=function(c){var d=b(c);return d[a].apply(d,Array.prototype.slice.call(arguments,1))}};var y=["parse","search","find","match","filter"];for(var z=0;y[z];z++)b.generise(y[z]);b.recompile();return b}();return{css:function(a){var b=document.createElement("style");b.setAttribute("type","text/css");if(b.textContent){b.textContent=a;var c=document.getElementsByTagName("head")[0];c.appendChild(b)}else if(b.styleSheet){b.styleSheet.cssText=a;var c=document.getElementsByTagName("head")[0];c.appendChild(b)}else{var d=document.createElement("style");d.setAttribute("type","text/css"),d.innerHTML=a;var c=document.getElementsByTagName("head")[0];c.appendChild(d)}},selector:function(){return a},findAndExecute:function(b,c,d){typeof d!="undefined"&&d();var e=0,f=!1,g=setInterval(function(b,c,d){return function(){var b=a.search(d),h=b.length,i=[],j=0;for(var k=0;k<h;k++)typeof b[k]!="undefined"&&(i[j]=b[k],j++);typeof i!="undefined"&&i.length>0&&(clearInterval(g),c(i));if(e>=20||f)clearInterval(g),e=0;e++}}(this.Sly,c,b),100)}}}var copyright="Floating Elements v2.0.0 <http://www.adversitement.nl> - (C) 2011 Adversitement (Floating Elements v2.0.0 makes use of Sly v1.0rc2 <http://sly.digitarald.com>)"

var afMbox = new Object(); 
afMbox.functionNames = new Array();

afMbox.addOnload = function(functionName) {
	if (typeof(afMbox.functionNames) == "undefined") {
		afMbox.functionNames = [];
	}
	afMbox.functionNames.push(functionName);
}
	
afMbox.runOnload = function(functionName) {

         if (typeof(afMbox.functionNames) == "undefined") {

                   return false;

         }else{

                   for (var i=0;i<afMbox.functionNames.length; i++) {

                            if (typeof(afMbox.functionNames[i]) != "undefined" && afMbox.functionNames[i] != "") {

                                      eval(afMbox.functionNames[i]+"()"); 

                        }

                   }

         }

}







/**
 * Callback methods for the conversion mbox on the order page:
 */

var convTotalPriceNum;
var convOrderIDNum;
var convProductIDsNum = new Array();


/**
 * Specify the mboxes on the page:
 */

var currentLocation = window.location.href||"";
  
// Shopping Cart
if(currentLocation.indexOf("OrderprocessCart.html") > -1 && trafficLimit != 0) {
  document.write('<div class="mboxDefault"></div>');
	mboxCreate('0_OP_Cart_RC-top');
}

// Step 0: Login page
if (currentLocation.indexOf("OrderprocessLogin.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('0_OP_Login');
}

// Step 1: PreRegistration
if (currentLocation.indexOf("OrderprocessPreRegistration.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('1_OP_PreRegistration');
}

// Step 2: Registrierung
if (currentLocation.indexOf("OrderprocessRegistration.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('2_OP_Registration');
}

// Step 3: Liferung
if (currentLocation.indexOf("OrderprocessDelivery.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('3_OP_Delivery');
}

// Step 4: Zalungswunsch
if (currentLocation.indexOf("OrderprocessPaymentMode.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('4_OP_PaymentMode');
}

// Step 5: Prufen & Bestellen
if (currentLocation.indexOf("OrderprocessCheckorder.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('5_OP_Checkorder');
}

// Step 5.2: Change address
if (currentLocation.indexOf("OrderprocessChangeAddress.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('5.2_OP_ChangeAddress');
}

// Step 5.3: Change Delivery
if (currentLocation.indexOf("OrderprocessChangeDelivery.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('5.3_OP_ChangeDelivery');
}

// Step 5.4: Payment mode
if (currentLocation.indexOf("OrderprocessChangePaymentMode.html") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('5.4_OP_ChangePaymentMode');
}

// USB Sticks related page
if (currentLocation.indexOf("0412014/USB-Sticks") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('usbsticks');
}

// SEA Multimeter Main Cat
if (currentLocation.indexOf("search=multimeter&insert_kz=NA") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('multimeter_main_cat');
}

// Saving Cart Step 1
if (currentLocation.indexOf("OrderprocessCart.html?openMZLayer") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('saving_cart_step1');
}

// Saving Cart Step 2
if (currentLocation.indexOf("action=saveShoppingList&shoppingListName") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('saving_cart_step2');
}

// Externe Festplatten Main Cat
if (currentLocation.indexOf("/SHOP_AREA_32310/Externe-Festplatten") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('externe_festplatten_main_cat');
}

// Drucker Landing Page
if (currentLocation.indexOf("search=drucker&initial=true") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('drucker_landing_page');
}

// Beratung 3D Welten 
if (currentLocation.indexOf("content/3d_infos/") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('beratung_3d_welten');
}

// SEA LED Landing Page
if (currentLocation.indexOf("FastSearch.html?search=led&initial=true") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('sea_led_landingpage');
}

// Handy ABn Test
if (currentLocation.indexOf("SHOP_AREA_38672/Handys-ohne-Vertrag") > -1 && trafficLimit != 0) {
	document.write('<div class="mboxDefault"></div>');
	mboxCreate('handy_abn_test');
}

// Last step:
if (currentLocation.indexOf("OrderprocessConfirmation.html") > -1 && trafficLimit != 0) {	
	function setConversionMbox(){
		var convTotalPriceNum = document.getElementById("mc_info_gesamtpreis").innerHTML.replace(/[^0-9\.\,]+/g,"").replace(".", "").replace(",", ".");
		var convOrderIDNum = document.getElementById("mc_info_bestellnummer").innerHTML;
		if(typeof($$) != "function") {
			return;
		}
		var elements = $$("#orderconfirmation div.articledef p span");
		for (var i = 0; i < elements.length; i++) {
			var element = elements[i].innerHTML;
			convProductIDsNum[i] = element;
		}
		var productPurchasedId = "productPurchasedId=" + convProductIDsNum.join(",");
		var orderTotal = "orderTotal=" + convTotalPriceNum;
		var orderId = "orderId=" + convOrderIDNum;
		// Tell Test&Target that the page has loaded properly. This will avoid loading errors:
		mboxFactoryDefault.D = true;
		mboxFactoryDefault.getMboxes().each(function(Q) {
		 Q.setFetcher(new mboxAjaxFetcher());
		 Q.finalize(); });
		mboxUpdate("6_OP_Confirmation", productPurchasedId, orderTotal, orderId);
	}
	var d = document.createElement('div');
	mboxDefine(d, "6_OP_Confirmation");
	afMbox.addOnload("setConversionMbox");
}

/**
 * Run the onload
 */

if(window.addEventListener) {
  window.addEventListener("load", afMbox.runOnload, false);
} else if(window.attachEvent) {
  window.attachEvent("onload", afMbox.runOnload);
}
