var mboxCopyright = "&copy; 1996-2008. Omniture, Inc. 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 + 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() { };mboxFactory = function(y, b) { this.z = false; this.A = new mboxList(); this.B = 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.C = this.B; if (mboxGetPageParameter('mboxDisable') != null) { this.C = false; } if (!mboxCookies.isEnabled()) { this.C = false; } if (mboxCookies.getCookie('disable') == 'true') { this.C = false; } if (this.isAdmin()) { this.enable(); } this.D = mboxGenerateId(); this.E = new mboxSession(this.D, 'mboxSession', 'session', 31 * 60); this.F = new mboxPC(this.D, 'PC', 63072000); this.w = new mboxUrlBuilder(y, b); this.G(); this.H = new Date().getTime(); this.I = this.H; var J = this; this.addOnLoad(function() { J.I = new Date().getTime(); }); if (this.B) { this.addOnLoad(function() { J.z = true; J.getMboxes().each(function(K) { K.setFetcher(new mboxAjaxFetcher()), K.finalize(); }); }); this.limitTraffic(100, 10368000); if (this.C) { this.L(); this.M = new mboxSignaler(function(N, c) { return J.create(N, c); }); } }};mboxFactory.prototype.isEnabled = function() { return this.C;};mboxFactory.prototype.isSupported = function() { return this.B;};mboxFactory.prototype.disable = function(O) { if (typeof duration == 'undefined') { O = 60 * 60; } if (!this.isAdmin()) { this.C = false; mboxCookies.setCookie('disable', 'true', O); }};mboxFactory.prototype.enable = function() { this.C = true; mboxCookies.deleteCookie('disable');};mboxFactory.prototype.isAdmin = function() { return document.location.href.indexOf( 'mboxEnv') != -1;};mboxFactory.prototype.limitTraffic = function(P, O) {};mboxFactory.prototype.addOnLoad = function(p) { if (window.addEventListener) { window.addEventListener('load', p, false); } else if (document.addEventListener) { document.addEventListener('load', p, false); } else if (document.attachEvent) { window.attachEvent('onload', p); }};mboxFactory.prototype.getEllapsedTime = function() { return this.I - this.H;};mboxFactory.prototype.getEllapsedTimeUntil = function(Q) { return Q - this.H;};mboxFactory.prototype.getMboxes = function() { return this.A;};mboxFactory.prototype.get = function(N, R) { return this.A.get(N).getById(R || 0);};mboxFactory.prototype.update = function(N, c) { if (!this.isEnabled()) { return; } if (this.A.get(N).length() == 0) { throw "Mbox " + N + " is not defined"; } this.A.get(N).each(function(K) { K.getUrlBuilder() .addParameter('mboxRandomRequestId', mboxGenerateId()); K.load(c); });};mboxFactory.prototype.create = function(N, c, S) { if (!this.isSupported()) { return null; } var e = this.w.clone(); e.addParameter("mboxCount", this.A.length() + 1); e.addParameters(c); var R = this.A.get(N).length(); var T; if (S) { T = new mboxLocatorNode(S); } else { if (this.z) { throw 'The page has already been loaded, can\'t write marker'; } T = new mboxLocatorDefault(N + '-' + R); } try { var J = this; var K = new mbox(N, R, e, T); if (this.C) { K.setFetcher(this.z ? new mboxAjaxFetcher() : new mboxStandardFetcher()); } K.setOnError(function(U, n) { K.setMessage(U); if (n == 'standard') { K.activate(); if (!K.isActivated()) { J.disable(); window.location.reload(false); } } else { throw U; } }); this.A.add(K); } catch (V) { this.disable(); throw 'Failed creating mbox "' + N + '", the error was: ' + V; } return K;};mboxFactory.prototype.getPageId = function() { return this.D;};mboxFactory.prototype.getPCId = function() { return this.F;};mboxFactory.prototype.getSessionId = function() { return this.E;};mboxFactory.prototype.getSignaler = function() { return this.M;};mboxFactory.prototype.getUrlBuilder = function() { return this.w;};mboxFactory.prototype.G = function() { var e = this.w; e.addParameter('mboxHost', document.location.hostname) .addParameter('mboxSession', this.E.getId()); if (this.F.getId() != null) { e.addParameter('mboxPC', this.F.getId()); } e.addParameter('mboxPage', this.D); var W = mboxCookies.getCookie('edge'); if (W != null) { e.addParameter('edge', W); } e.setUrlProcessAction(function(e) { e += '&mboxVersion=' + mboxVersion; return e; });};mboxFactory.prototype.X = function() { return "";};mboxFactory.prototype.L = function() { document.write('<style>.' + 'mboxDefault' + ' { visibility:hidden; }</style>');};mboxSignaler = function(Y) { var Z = mboxCookies.getCookieNames('signal-'); for (var j = 0; j < Z.length; j++) { var _ = Z[j]; var ab = mboxCookies.getCookie(_).split('&'); var K = Y(ab[0], ab); K.load(); mboxCookies.deleteCookie(_); }};mboxSignaler.prototype.signal = function(bb, N ) { mboxCookies.setCookie('signal-' + bb, mboxShiftArray(arguments).join('&'), 45 * 60);};mboxList = function() { this.A = new Array();};mboxList.prototype.add = function(K) { if (K != null) { this.A[this.A.length] = K; }};mboxList.prototype.get = function(N) { var cb = new mboxList(); for (var j = 0; j < this.A.length; j++) { var K = this.A[j]; if (K.getName() == N) { cb.add(K); } } return cb;};mboxList.prototype.getById = function(db) { return this.A[db];};mboxList.prototype.length = function() { return this.A.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.A.length; j++) { p(this.A[j]); }};mboxLocatorDefault = function(g) { this.g = 'mboxMarker-' + g; document.write('<div id="' + this.g + '" style="visibility:hidden;display:none"></div>');};mboxLocatorDefault.prototype.locate = function() { var eb = document.getElementById(this.g); while (eb != null) { if (eb.nodeType == 1) { if (eb.className == 'mboxDefault') { return eb; } } eb = eb.previousSibling; } return null;};mboxLocatorDefault.prototype.force = function() { var fb = document.createElement('div'); fb.className = 'mboxDefault'; var gb = document.getElementById(this.g); gb.parentNode.insertBefore(fb, gb); return fb;};mboxLocatorNode = function(hb) { this.eb = hb;};mboxLocatorNode.prototype.locate = function() { return typeof this.eb == 'string' ? document.getElementById(this.eb) : this.eb;};mboxLocatorNode.prototype.force = function() { return null;};mboxCreate = function(N ) { var K = mboxFactoryDefault.create(N, mboxShiftArray(arguments)); if (K) { K.load(); } return K;};mboxDefine = function(S, N ) { var K = mboxFactoryDefault.create(N, mboxShiftArray(mboxShiftArray(arguments)), S); return K;};mboxUpdate = function(N ) { mboxFactoryDefault.update(N, mboxShiftArray(arguments));};mbox = function(g, ib, w, jb) { this.kb = null; this.lb = 0; this.mb = null; this.T = jb; this.nb = null; this.ob = new mboxOfferContent(); this.fb = this.getDefaultDiv(); this.w = w; this.message = ''; this.pb = new Object(); this.qb = 0; this.ib = ib; this.g = g; this.rb(); w.addParameter('mbox', g) .addParameter('mboxId', ib); this.sb = function() {}; this.tb = function() {};};mbox.prototype.getId = function() { return this.ib;};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.parameters = function() { return this.w.getParameters();};mbox.prototype.setOnLoad = function(p) { this.tb = p; return this;};mbox.prototype.setMessage = function(U) { this.message = U; return this;};mbox.prototype.setOnError = function(sb) { this.sb = sb; return this;};mbox.prototype.setFetcher = function(ub) { if (this.nb) { this.nb.cancel(); } this.nb = ub; 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(); var w = (c && c.length > 0) ? this.w.clone().addParameters(c) : this.w; this.nb.fetch(w); var J = this; this.vb = setTimeout(function() { J.sb('Fetch of mbox timed out', J.nb.getType()); }, 15000); this.setEventTime("load.end"); return this;};mbox.prototype.loaded = function(c) { this.cancelTimeout(); if (!this.activate()) { var J = this; setTimeout(function() { J.loaded(); }, 100); }};mbox.prototype.activate = function() { if (this.lb) { return this.lb; } this.setEventTime('activate' + ++this.qb + '.start'); if (this.show()) { this.cancelTimeout(); this.lb = 1; } this.setEventTime('activate' + this.qb + '.end'); return this.lb;};mbox.prototype.isActivated = function() { return this.lb;};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 cb = this.ob.show(this); this.setEventTime(cb == 1 ? "show.end.ok" : "show.end"); return cb;};mbox.prototype.showContent = function(wb) { if (wb == null) { return 0; } if (this.fb == null) { this.fb = this.getDefaultDiv(); if (this.fb == null) { return 0; } } if (this.fb != wb) { this.xb(this.fb); this.fb.parentNode.replaceChild(wb, this.fb); this.fb = wb; } this.yb(wb); this.tb(); return 1;};mbox.prototype.hide = function() { this.setEventTime('hide.start'); var cb = this.showContent(this.getDefaultDiv()); this.setEventTime(cb == 1 ? 'hide.end.ok' : 'hide.end.fail'); return cb;};mbox.prototype.finalize = function() { this.setEventTime('finalize.start'); this.cancelTimeout(); if (this.getDefaultDiv() == null) { if (this.T == null) { this.setMessage('No locator specified'); } else { if (this.T.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.vb) { clearTimeout(this.vb); } if (this.nb != null) { this.nb.cancel(); }};mbox.prototype.getDiv = function() { return this.fb;};mbox.prototype.getDefaultDiv = function() { if (this.mb != null) { return this.mb; } if (this.T == null) { return null; } this.mb = this.T.locate(); return this.mb;};mbox.prototype.setEventTime = function(zb) { this.pb[zb] = (new Date()).getTime();};mbox.prototype.getEventTimes = function() { return this.pb;};mbox.prototype.getURL = function() { return this.w.buildUrl();};mbox.prototype.getUrlBuilder = function() { return this.w;};mbox.prototype.Ab = function(fb) { return fb.style.display != 'none';};mbox.prototype.yb = function(fb) { this.Bb(fb, true);};mbox.prototype.xb = function(fb) { this.Bb(fb, false);};mbox.prototype.Bb = function(fb, Cb) { fb.style.visibility = Cb ? "visible" : "hidden"; fb.style.display = Cb ? "block" : "none";};mboxOfferContent = function() { this.tb = function() {};};mboxOfferContent.prototype.show = function(K) { var cb = K.showContent(document.getElementById( this.Db(K))); if (cb == 1) { this.tb(); } return cb;};mboxOfferContent.prototype.setOnLoad = function(tb) { this.tb = tb;};mboxOfferContent.prototype.Db = function(K) { return 'mboxImported-' + K.getName() + '-' + K.getId();};mboxOfferAjax = function(wb) { this.wb = wb; this.tb = function() {};};mboxOfferAjax.prototype.setOnLoad = function(tb) { this.tb = tb;};mboxOfferAjax.prototype.show = function(K) { var Eb = document.createElement('div'); Eb.id = 'mboxImported-' + K.getName() + '-' + K.getId(); Eb.innerHTML = this.wb; var cb = K.showContent(Eb); if (cb == 1) { this.tb(); } return cb;};mboxOfferDefault = function() { this.tb = function() {};};mboxOfferDefault.prototype.setOnLoad = function(tb) { this.tb = tb;};mboxOfferDefault.prototype.show = function(K) { var cb = K.hide(); if (cb == 1) { this.tb(); } return cb;};mboxCookieManager = function mboxCookieManager(g, Fb) { this.g = g; this.Fb = Fb == '' || Fb.indexOf('.') == -1 ? '' : '; domain=' + Fb; this.loadCookies();};mboxCookieManager.prototype.isEnabled = function() { this.setCookie('check', 'true', 60); this.loadCookies(); return this.getCookie('check') == 'true';};mboxCookieManager.prototype.setCookie = function(g, h, O) { if (typeof g != 'undefined' && typeof h != 'undefined' && typeof O != 'undefined') { var db = this.Gb.length; for (var j = 0; j < this.Gb.length; j++) { if (this.Gb[j].name == g) { db = j; break; } } var Hb = new Object(); Hb.name = g; Hb.value = escape(h); Hb.expireOn = Math.ceil(O + new Date().getTime() / 1000); this.Gb[db] = Hb; this.saveCookies(); }};mboxCookieManager.prototype.getCookie = function(g) { for (var j = 0; j < this.Gb.length; j++) { var Hb = this.Gb[j]; if (Hb.name == g) { return unescape(Hb.value); } } return null;};mboxCookieManager.prototype.deleteCookie = function(g) { var Ib = new Array(); for (var j = 0; j < this.Gb.length; j++) { var Hb = this.Gb[j]; if (Hb.name != g) { Ib[Ib.length] = Hb; } } this.Gb = Ib; this.saveCookies();};mboxCookieManager.prototype.getCookieNames = function(Jb) { var Kb = new Array(); for (var j = 0; j < this.Gb.length; j++) { var Hb = this.Gb[j]; if (Hb.name.indexOf(Jb) == 0) { Kb[Kb.length] = Hb.name; } } return Kb;};mboxCookieManager.prototype.saveCookies = function() { var Lb = new Array(); var Mb = 0; for (var j = 0; j < this.Gb.length; j++) { var Hb = this.Gb[j]; Lb[Lb.length] = Hb.name + '#' + Hb.value + '#' + Hb.expireOn; if (Mb < Hb.expireOn) { Mb = Hb.expireOn; } } var Nb = new Date(Mb * 1000); document.cookie = this.g + '=' + Lb.join('|') + '; expires=' + Nb.toGMTString() + '; path=/' + this.Fb;};mboxCookieManager.prototype.loadCookies = function() { this.Gb = new Array(); var Ob = document.cookie.indexOf(this.g + '='); if (Ob != -1) { var Pb = document.cookie.indexOf(';', Ob); if (Pb == -1) { Pb = document.cookie.indexOf(',', Ob); if (Pb == -1) { Pb = document.cookie.length; } } var Qb = document.cookie.substring( Ob + this.g.length + 1, Pb).split('|'); var Rb = Math.ceil(new Date().getTime() / 1000); for (var j = 0; j < Qb.length; j++) { var Hb = Qb[j].split('#'); if (Rb <= Hb[2]) { var Sb = new Object(); Sb.name = Hb[0]; Sb.value = Hb[1]; Sb.expireOn = Hb[2]; this.Gb[this.Gb.length] = Sb; } } }};mboxSession = function(Tb, Ub, _, Vb) { this.Ub = Ub; this._ = _; this.Vb = Vb; this.Wb = false; this.ib = typeof mboxForceSessionId != 'undefined' ? mboxForceSessionId : mboxGetPageParameter(this.Ub); if (this.ib == null || this.ib.length == 0) { this.ib = mboxCookies.getCookie(_); if (this.ib == null || this.ib.length == 0) { this.ib = Tb; this.Wb = true; } } mboxCookies.setCookie(_, this.ib, Vb);};mboxSession.prototype.getId = function() { return this.ib;};mboxSession.prototype.forceId = function(Xb) { this.ib = Xb; mboxCookies.setCookie(this._, this.ib, this.Vb);};mboxPC = function(Tb, _, Vb) { this._ = _; this.Vb = Vb; this.ib = typeof mboxForcePCId != 'undefined' ? mboxForcePCId : mboxCookies.getCookie(_); if (this.ib != null) { mboxCookies.setCookie(_, this.ib, Vb); }};mboxPC.prototype.getId = function() { return this.ib;};mboxPC.prototype.forceId = function(Xb) { if (this.ib != Xb) { this.ib = Xb; mboxCookies.setCookie(this._, this.ib, this.Vb); return true; } return false;};mboxGetPageParameter = function(g) { var cb = null; var Yb = new RegExp(g + "=([^\&]*)"); var Zb = Yb.exec(document.location); if (Zb != null && Zb.length >= 2) { cb = Zb[1]; } return cb;};mboxSetCookie = function(g, h, O) { return mboxCookies.setCookie(g, h, O);};mboxGetCookie = function(g) { return mboxCookies.getCookie(g);};mboxCookiePageDomain = function() { var Fb = (/([^:]*)(:[0-9]{0,5})?/).exec(document.location.host)[1]; var _b = /[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/; if (!_b.exec(Fb)) { var ac = (/([^\.]+\.[^\.]{3}|[^\.]+\.[^\.]+\.[^\.]{2})$/).exec(Fb); if (ac) { Fb = ac[0]; } } return Fb ? Fb: "";};mboxShiftArray = function(bc) { var cb = new Array(); for (var j = 1; j < bc.length; j++) { cb[cb.length] = bc[j]; } return cb;};mboxGenerateId = function() { return (new Date()).getTime() + "-" + Math.floor(Math.random() * 999999);};if (typeof mboxVersion == 'undefined') { var mboxVersion = 32; var mboxCookies = new mboxCookieManager("mbox", (function() { return mboxCookiePageDomain(); })()); var mboxFactoryDefault = new mboxFactory('mbox9.offermatica.com', 'myfamilycominc');};mboxDisplayDebugInfo = function() { mboxDebugger.show();};mboxCookieIsEnabled = function() { mboxCookies.setCookie('check', "true", 60); return mboxCookies.getCookie('check') == "true"};mboxDebug = function(cc, dc, ec) { this.fc = cc; this.p = null; var gc = mboxGetPageParameter(dc); if (gc == null) { gc = mboxCookies.getCookie(this.fc); } if (gc != null) { if (gc.indexOf("x") == 0) { this.p = new mboxDebugActionNone(); document.write('<' + 'scr' + 'ipt language="Javascript1.2" src=' + '"http://admin9.offermatica.com/admin/mbox/mbox_debug_' + gc + '.jsp?mboxServerHost=mbox9.offermatica.com&clientCode=myfamilycominc&' + 'session=' + mboxCookies.getCookie('session') + '"><' + '\/scr' + 'ipt>'); } else if (gc.indexOf("log") == 0) { this.p = new mboxDebugActionLog(gc); } else if (gc == "reset") { gc = null; } else { this.p = new mboxDebugActionDefault(); } } if (this.p != null) { if (ec.isSupported()) { ec.addOnLoad(mboxDisplayDebugInfo); } else { alert("mbox functionality is not supported on this browser"); this.disable(); } } if (gc != null) { mboxCookies.setCookie(this.fc, gc, 45 * 60); } else { this.disable() }};mboxDebug.prototype.isEnabled = function() { return this.p != null;};mboxDebug.prototype.disable = function() { mboxCookies.deleteCookie(this.fc);};mboxDebug.prototype.setShowAction = function(p) { this.p = p;};mboxDebug.prototype.show = function() { if (this.p != null) { this.p.show(); }};mboxDebugActionLog = function(gc) { this.gc = gc; this.hc = (new Date()).getTime();};mboxDebugActionLog.prototype.show = function() { var ic = (new Date()).getTime(); var jc = new mboxDebugWindow("Debug Log"); jc.putPageStart(); jc.put("<img sr" + "c='" + document.location.protocol + "//mbox9.offermatica.com/ima" + "ges/log.gif" + "?mboxDebug=" + this.gc + "&mboxClient=myfamilycominc" + "&mboxPageLoadTime=" + (ic - this.hc) + "'/>"); jc.put("<br />"); jc.putCloseButton(); jc.putPageEnd();};mboxDebugActionNone = function() {};mboxDebugActionNone.prototype.show = function() { alert("Debug mode not defined" + "\n('x-mode' not supported when debug is remote in mbox.js)");};mboxDebugActionDefault = function() {};mboxDebugActionDefault.prototype.show = function() { var window = new mboxDebugWindow("Debug"); window.putPageStart(); window.put("  <b>Mbox Debug Window (version:" + mboxVersion + ")</b></br>"); window.put("<p/>"); window.put("<b>Page</b>: " + document.location); window.put(" <ul>"); if (mboxFactoryDefault.isEnabled()) { window.put("  <li>Enabled: true</li>"); } else { window.put( '  <li>Enabled: <span style="color:red"><b>false</b></span></li>'); } window.put("  <li>Cookies enabled: " + mboxCookieIsEnabled() + "</li>"); window.put("  <li>Page URL: '" + document.location + "'</li>"); window.put("  <li>Cookies: '" + document.cookie + "'</li>"); mboxFactoryDefault.getMboxes().each(function(K) { var R = K.getName(); window.put("  <li>mbox: '" + R + "'"); window.put("   <ul>"); if (K.message != '') { window.put('   <li><span style="color: red"><b>Error: ' + K.message + '</b></span></li>'); } if (K.getDefaultDiv() == null) { window.put('    <li><span style="color: red">' + '<b>Error: cannot find mbox in dom</b></span></li>'); } window.put('    <li><a href="' + K.getURL() + '">' + K.getURL() + '</a></li>'); window.put("   </ul>"); window.put("  </li>"); }); window.put(" </ul>"); window.putCloseButton(); window.putPageEnd();};mboxDebugWindow = function(g) { this.g = g + " " + document.location.hostname; var kc = /\W/g; var lc = this.g.replace(kc, '_'); this.jc = window.open("", "mboxDebugWindow" + lc, "width=600,height=300,resizable,scrollbars=yes,toolbar=yes"); if (this.jc == null) { alert("Unable to open Omniture Test&amp;Target's mboxDebugWindow Window.\n" + "Are you blocking popups?\n"); }};mboxDebugWindow.prototype.put = function(nc) { if (this.jc == null) { return; } try { this.jc.document.writeln(nc); this.jc.scrollBy(0, 1000); } catch (e) { alert("Unable to write to the current mboxDebug window.\n" + "Please close any open debug window"); this.jc = null; }};mboxDebugWindow.prototype.putCloseButton = function() { this.put("<a href=\"javascript:mboxDebugWindowClose()\">" + "click here to close debug window</a>");};mboxDebugWindow.prototype.putPageStart = function() { this.put("<html><head>" + " <title>" + this.g + "</title>" + "  <" + "scr" + "ipt>" + "   function mboxDebugWindowClose() {" + "     try {" + "       window.opener.mboxDebugger.disable();" + "     } catch(e) {" + "       alert('Could not disable debug mode.\\n'" + "         + 'Browse to a page containing an mbox and\\n'" + "         + 'click on close link.');" + "     }" + "     window.close();" + "   }" + "  <" + "\/scr" + "ipt>" + " </head>" + " <body>");};mboxDebugWindow.prototype.putPageEnd = function() { this.put("</body></html>"); if (this.jc != null) { this.jc.document.close(); }};if (typeof mboxDebugger == 'undefined') { mboxDebugger = new mboxDebug("debug", "mboxDebug", mboxFactoryDefault);}