var mboxCopyright = "&copy; 2003-2009. 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 + 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) { p(A, h); } }};mboxFactory = function(B, b, C) { this.D = false; this.B = B; this.C = C; this.E = new mboxList(); mboxFactories.put(C, this); this.F = 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.G = this.F && mboxGetPageParameter('mboxDisable') == null; var H = C == 'default'; this.I = new mboxCookieManager( 'mbox' + (H ? '' : ('-' + C)), (function() { var J = (/([^:]*)(:[0-9]{0,5})?/).exec(document.location.host)[1];
var K = /[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/;
if (!K.exec(J)) {
 if (J.indexOf(".us.com") == -1) {
 var L = (J.split('.').length <= 3) ? (/[^\.]+\.[^\.]{2,3}$/).exec(J) : (/[^\.]+\.[^\.]+\.[^\.]{2,3}$/).exec(J);
 if (L) {
 J = L[0];
 }
 } 
}
return J ? J: ""; })()); this.G = this.G && this.I.isEnabled() && (this.I.getCookie('disable') == null); if (this.isAdmin()) { this.enable(); } this.M = mboxGenerateId(); this.N = new mboxSession(this.M, 'mboxSession', 'session', 31 * 60, this.I); this.O = new mboxPC('PC', 1209600, this.I); this.w = new mboxUrlBuilder(B, b); this.P(this.w, H); this.Q = new Date().getTime(); this.R = this.Q; var S = this; this.addOnLoad(function() { S.R = new Date().getTime(); }); if (this.F) { this.addOnLoad(function() { S.D = true; S.getMboxes().each(function(T) { T.setFetcher(new mboxAjaxFetcher()); T.finalize(); }); }); this.limitTraffic(100, 10368000); if (this.G) { this.U(); this.V = new mboxSignaler(function(W, c) { return S.create(W, c); }, this.I); } }};mboxFactory.prototype.isEnabled = function() { return this.G;};mboxFactory.prototype.getDisableReason = function() { return this.I.getCookie('disable');};mboxFactory.prototype.isSupported = function() { return this.F;};mboxFactory.prototype.disable = function(X, Y) { if (typeof X == 'undefined') { X = 60 * 60; } if (typeof Y == 'undefined') { Y = 'unspecified'; } if (!this.isAdmin()) { this.G = false; this.I.setCookie('disable', Y, X); }};mboxFactory.prototype.enable = function() { this.G = true; this.I.deleteCookie('disable');};mboxFactory.prototype.isAdmin = function() { return document.location.href.indexOf('mboxEnv') != -1;};mboxFactory.prototype.limitTraffic = function(Z, X) {};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.R - this.Q;};mboxFactory.prototype.getEllapsedTimeUntil = function(_) { return _ - this.Q;};mboxFactory.prototype.getMboxes = function() { return this.E;};mboxFactory.prototype.get = function(W, ab) { return this.E.get(W).getById(ab || 0);};mboxFactory.prototype.update = function(W, c) { if (!this.isEnabled()) { return; } if (this.E.get(W).length() == 0) { throw "Mbox " + W + " is not defined"; } this.E.get(W).each(function(T) { T.getUrlBuilder() .addParameter('mboxPage', mboxGenerateId()); T.load(c); });};mboxFactory.prototype.create = function( W, c, bb) { if (!this.isSupported()) { return null; } var e = this.w.clone(); e.addParameter('mboxCount', this.E.length() + 1); e.addParameters(c); var ab = this.E.get(W).length(); var cb = this.C + '-' + W + '-' + ab; var db; if (bb) { db = new mboxLocatorNode(bb); } else { if (this.D) { throw 'The page has already been loaded, can\'t write marker'; } db = new mboxLocatorDefault(cb); } try { var S = this; var eb = 'mboxImported-' + cb; var T = new mbox(W, ab, e, db, eb); if (this.G) { T.setFetcher(this.D ? new mboxAjaxFetcher() : new mboxStandardFetcher()); } T.setOnError(function(fb, n) { T.setMessage(fb); T.activate(); if (!T.isActivated()) { S.disable(60 * 60, fb); window.location.reload(false); } }); this.E.add(T); } catch (gb) { this.disable(); throw 'Failed creating mbox "' + W + '", the error was: ' + gb; } var hb = new Date(); e.addParameter('mboxTime', hb.getTime() - (hb.getTimezoneOffset() * 60000)); return T;};mboxFactory.prototype.getCookieManager = function() { return this.I;};mboxFactory.prototype.getPageId = function() { return this.M;};mboxFactory.prototype.getPCId = function() { return this.O;};mboxFactory.prototype.getSessionId = function() { return this.N;};mboxFactory.prototype.getSignaler = function() { return this.V;};mboxFactory.prototype.getUrlBuilder = function() { return this.w;};mboxFactory.prototype.P = function(e, H) { e.addParameter('mboxHost', document.location.hostname) .addParameter('mboxSession', this.N.getId()); if (!H) { e.addParameter('mboxFactoryId', this.C); } if (this.O.getId() != null) { e.addParameter('mboxPC', this.O.getId()); } e.addParameter('mboxPage', this.M); e.setUrlProcessAction(function(e) { e += '&mboxURL=' + encodeURIComponent(document.location); var ib = encodeURIComponent(document.referrer); if (e.length + ib.length < 2000) { e += '&mboxReferrer=' + ib; } e += '&mboxVersion=' + mboxVersion; return e; });};mboxFactory.prototype.jb = function() { return "";};mboxFactory.prototype.U = function() { document.write('<style>.' + 'mboxDefault' + ' { visibility:hidden; }</style>');};mboxFactory.prototype.isDomLoaded = function() { return this.D;};mboxSignaler = function(kb, I) { this.I = I; var lb = I.getCookieNames('signal-'); for (var j = 0; j < lb.length; j++) { var mb = lb[j]; var nb = I.getCookie(mb).split('&'); var T = kb(nb[0], nb); T.load(); I.deleteCookie(mb); }};mboxSignaler.prototype.signal = function(ob, W ) { this.I.setCookie('signal-' + ob, mboxShiftArray(arguments).join('&'), 45 * 60);};mboxList = function() { this.E = new Array();};mboxList.prototype.add = function(T) { if (T != null) { this.E[this.E.length] = T; }};mboxList.prototype.get = function(W) { var pb = new mboxList(); for (var j = 0; j < this.E.length; j++) { var T = this.E[j]; if (T.getName() == W) { pb.add(T); } } return pb;};mboxList.prototype.getById = function(qb) { return this.E[qb];};mboxList.prototype.length = function() { return this.E.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.E.length; j++) { p(this.E[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 rb = document.getElementById(this.g); while (rb != null) { if (rb.nodeType == 1) { if (rb.className == 'mboxDefault') { return rb; } } rb = rb.previousSibling; } return null;};mboxLocatorDefault.prototype.force = function() { var sb = document.createElement('div'); sb.className = 'mboxDefault'; var tb = document.getElementById(this.g); tb.parentNode.insertBefore(sb, tb); return sb;};mboxLocatorNode = function(ub) { this.rb = ub;};mboxLocatorNode.prototype.locate = function() { return typeof this.rb == 'string' ? document.getElementById(this.rb) : this.rb;};mboxLocatorNode.prototype.force = function() { return null;};mboxCreate = function(W ) { var T = mboxFactoryDefault.create( W, mboxShiftArray(arguments)); if (T) { T.load(); } return T;};mboxDefine = function(bb, W ) { var T = mboxFactoryDefault.create(W, mboxShiftArray(mboxShiftArray(arguments)), bb); return T;};mboxUpdate = function(W ) { mboxFactoryDefault.update(W, mboxShiftArray(arguments));};mbox = function(g, vb, w, wb, eb) { this.xb = null; this.yb = 0; this.db = wb; this.eb = eb; this.zb = null; this.Ab = new mboxOfferContent(); this.sb = null; this.w = w; this.message = ''; this.Bb = new Object(); this.Cb = 0; this.vb = vb; this.g = g; this.Db(); w.addParameter('mbox', g) .addParameter('mboxId', vb); this.Eb = function() {}; this.Fb = function() {}; this.Gb = null;};mbox.prototype.getId = function() { return this.vb;};mbox.prototype.Db = 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 pb = new Array(); for (var j = 0; j < c.length; j++) { if (c[j].name.indexOf('mbox') != 0) { pb[pb.length] = c[j].name + '=' + c[j].value; } } return pb;};mbox.prototype.setOnLoad = function(p) { this.Fb = p; return this;};mbox.prototype.setMessage = function(fb) { this.message = fb; return this;};mbox.prototype.setOnError = function(Eb) { this.Eb = Eb; return this;};mbox.prototype.setFetcher = function(Hb) { if (this.zb) { this.zb.cancel(); } this.zb = Hb; return this;};mbox.prototype.getFetcher = function() { return this.zb;};mbox.prototype.load = function(c) { if (this.zb == null) { return this; } this.setEventTime("load.start"); this.cancelTimeout(); this.yb = 0; var w = (c && c.length > 0) ? this.w.clone().addParameters(c) : this.w; this.zb.fetch(w); var S = this; this.Ib = setTimeout(function() { S.Eb('browser timeout', S.zb.getType()); }, 15000); this.setEventTime("load.end"); return this;};mbox.prototype.loaded = function() { this.cancelTimeout(); if (!this.activate()) { var S = this; setTimeout(function() { S.loaded(); }, 100); }};mbox.prototype.activate = function() { if (this.yb) { return this.yb; } this.setEventTime('activate' + ++this.Cb + '.start'); if (this.show()) { this.cancelTimeout(); this.yb = 1; } this.setEventTime('activate' + this.Cb + '.end'); return this.yb;};mbox.prototype.isActivated = function() { return this.yb;};mbox.prototype.setOffer = function(Ab) { if (Ab && Ab.show && Ab.setOnLoad) { this.Ab = Ab; } else { throw 'Invalid offer'; } return this;};mbox.prototype.getOffer = function() { return this.Ab;};mbox.prototype.show = function() { this.setEventTime('show.start'); var pb = this.Ab.show(this); this.setEventTime(pb == 1 ? "show.end.ok" : "show.end"); return pb;};mbox.prototype.showContent = function(Jb) { if (Jb == null) { return 0; } if (this.sb == null || !this.sb.parentNode) { this.sb = this.getDefaultDiv(); if (this.sb == null) { return 0; } } if (this.sb != Jb) { this.Kb(this.sb); this.sb.parentNode.replaceChild(Jb, this.sb); this.sb = Jb; } this.Lb(Jb); this.Fb(); return 1;};mbox.prototype.hide = function() { this.setEventTime('hide.start'); var pb = this.showContent(this.getDefaultDiv()); this.setEventTime(pb == 1 ? 'hide.end.ok' : 'hide.end.fail'); return pb;};mbox.prototype.finalize = function() { this.setEventTime('finalize.start'); this.cancelTimeout(); if (this.getDefaultDiv() == null) { if (this.db.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.Ib) { clearTimeout(this.Ib); } if (this.zb != null) { this.zb.cancel(); }};mbox.prototype.getDiv = function() { return this.sb;};mbox.prototype.getDefaultDiv = function() { if (this.Gb == null) { this.Gb = this.db.locate(); } return this.Gb;};mbox.prototype.setEventTime = function(Mb) { this.Bb[Mb] = (new Date()).getTime();};mbox.prototype.getEventTimes = function() { return this.Bb;};mbox.prototype.getImportName = function() { return this.eb;};mbox.prototype.getURL = function() { return this.w.buildUrl();};mbox.prototype.getUrlBuilder = function() { return this.w;};mbox.prototype.Nb = function(sb) { return sb.style.display != 'none';};mbox.prototype.Lb = function(sb) { this.Ob(sb, true);};mbox.prototype.Kb = function(sb) { this.Ob(sb, false);};mbox.prototype.Ob = function(sb, Pb) { sb.style.visibility = Pb ? "visible" : "hidden"; sb.style.display = Pb ? "block" : "none";};mboxOfferContent = function() { this.Fb = function() {};};mboxOfferContent.prototype.show = function(T) { var pb = T.showContent(document.getElementById(T.getImportName())); if (pb == 1) { this.Fb(); } return pb;};mboxOfferContent.prototype.setOnLoad = function(Fb) { this.Fb = Fb;};mboxOfferAjax = function(Jb) { this.Jb = Jb; this.Fb = function() {};};mboxOfferAjax.prototype.setOnLoad = function(Fb) { this.Fb = Fb;};mboxOfferAjax.prototype.show = function(T) { var Qb = document.createElement('div'); Qb.id = T.getImportName(); Qb.innerHTML = this.Jb; var pb = T.showContent(Qb); if (pb == 1) { this.Fb(); } return pb;};mboxOfferDefault = function() { this.Fb = function() {};};mboxOfferDefault.prototype.setOnLoad = function(Fb) { this.Fb = Fb;};mboxOfferDefault.prototype.show = function(T) { var pb = T.hide(); if (pb == 1) { this.Fb(); } return pb;};mboxCookieManager = function mboxCookieManager(g, J) { this.g = g; this.J = J == '' || J.indexOf('.') == -1 ? '' : '; domain=' + J; this.Rb = 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, X) { if (typeof g != 'undefined' && typeof h != 'undefined' && typeof X != 'undefined') { var Sb = new Object(); Sb.name = g; Sb.value = escape(h); Sb.expireOn = Math.ceil(X + new Date().getTime() / 1000); this.Rb.put(g, Sb); this.saveCookies(); }};mboxCookieManager.prototype.getCookie = function(g) { var Sb = this.Rb.get(g); return Sb ? unescape(Sb.value) : null;};mboxCookieManager.prototype.deleteCookie = function(g) { this.Rb.remove(g); this.saveCookies();};mboxCookieManager.prototype.getCookieNames = function(Tb) { var Ub = new Array(); this.Rb.each(function(g, Sb) { if (g.indexOf(Tb) == 0) { Ub[Ub.length] = g; } }); return Ub;};mboxCookieManager.prototype.saveCookies = function() { var Vb = new Array(); var Wb = 0; this.Rb.each(function(g, Sb) { Vb[Vb.length] = g + '#' + Sb.value + '#' + Sb.expireOn; if (Wb < Sb.expireOn) { Wb = Sb.expireOn; } }); var Xb = new Date(Wb * 1000); document.cookie = this.g + '=' + Vb.join('|') + '; expires=' + Xb.toGMTString() + '; path=/' + this.J;};mboxCookieManager.prototype.loadCookies = function() { this.Rb = new mboxMap(); var Yb = document.cookie.indexOf(this.g + '='); if (Yb != -1) { var Zb = document.cookie.indexOf(';', Yb); if (Zb == -1) { Zb = document.cookie.indexOf(',', Yb); if (Zb == -1) { Zb = document.cookie.length; } } var _b = document.cookie.substring( Yb + this.g.length + 1, Zb).split('|'); var ac = Math.ceil(new Date().getTime() / 1000); for (var j = 0; j < _b.length; j++) { var Sb = _b[j].split('#'); if (ac <= Sb[2]) { var bc = new Object(); bc.name = Sb[0]; bc.value = Sb[1]; bc.expireOn = Sb[2]; this.Rb.put(bc.name, bc); } } }};mboxSession = function(cc, dc, mb, ec, I) { this.dc = dc; this.mb = mb; this.ec = ec; this.I = I; this.fc = false; this.vb = typeof mboxForceSessionId != 'undefined' ? mboxForceSessionId : mboxGetPageParameter(this.dc); if (this.vb == null || this.vb.length == 0) { this.vb = I.getCookie(mb); if (this.vb == null || this.vb.length == 0) { this.vb = cc; this.fc = true; } } I.setCookie(mb, this.vb, ec);};mboxSession.prototype.getId = function() { return this.vb;};mboxSession.prototype.forceId = function(gc) { this.vb = gc; this.I.setCookie(this.mb, this.vb, this.ec);};mboxPC = function(mb, ec, I) { this.mb = mb; this.ec = ec; this.I = I; this.vb = typeof mboxForcePCId != 'undefined' ? mboxForcePCId : I.getCookie(mb); if (this.vb != null) { I.setCookie(mb, this.vb, ec); }};mboxPC.prototype.getId = function() { return this.vb;};mboxPC.prototype.forceId = function(gc) { if (this.vb != gc) { this.vb = gc; this.I.setCookie(this.mb, this.vb, this.ec); return true; } return false;};mboxGetPageParameter = function(g) { var pb = null; var hc = new RegExp(g + "=([^\&]*)"); var ic = hc.exec(document.location); if (ic != null && ic.length >= 2) { pb = ic[1]; } return pb;};mboxSetCookie = function(g, h, X) { return mboxFactoryDefault.getCookieManager().setCookie(g, h, X);};mboxGetCookie = function(g) { return mboxFactoryDefault.getCookieManager().getCookie(g);};mboxCookiePageDomain = function() { var J = (/([^:]*)(:[0-9]{0,5})?/).exec(document.location.host)[1]; var K = /[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/; if (!K.exec(J)) { var L = (/([^\.]+\.[^\.]{3}|[^\.]+\.[^\.]+\.[^\.]{2})$/).exec(J); if (L) { J = L[0]; } } return J ? J: "";};mboxShiftArray = function(jc) { var pb = new Array(); for (var j = 1; j < jc.length; j++) { pb[pb.length] = jc[j]; } return pb;};mboxGenerateId = function() { return (new Date()).getTime() + "-" + Math.floor(Math.random() * 999999);};if (typeof mboxVersion == 'undefined') { var mboxVersion = 38; var mboxFactories = new mboxMap(); var mboxFactoryDefault = new mboxFactory('vantagemediallc.tt.omtrdc.net', 'vantagemediallc', '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://admin16.testandtarget.omniture.com/admin/mbox/mbox_debug.jsp?mboxServerHost=vantagemediallc.tt.omtrdc.net' + '&clientCode=vantagemediallc"><' + '\/scr' + 'ipt>');};mboxFactoryDefault.addOnLoad(mboxAppendSession);
var mboxSessionKeyword = "ofm";

function mboxAppendAnchorTags() {
 var anchorTags = document.getElementsByTagName('a');
 for (i = 0; i < anchorTags.length; i++) {
 if (anchorTags[i].href.indexOf(mboxSessionKeyword) != -1) {
 anchorTags[i].href = anchorTags[i].href.replace(mboxSessionKeyword,"mboxSession="+mboxFactoryDefault.getSessionId().getId());
 }
 }
}

function mboxAppendForm() {
 var formTags = document.getElementsByTagName('form');
 for (i = 0; i < formTags.length; i++) {
 if (formTags[i].action.indexOf(mboxSessionKeyword) != -1) {
 formTags[i].action = formTags[i].action.replace(mboxSessionKeyword,"mboxSession="+mboxFactoryDefault.getSessionId().getId());
 }
 }
}

function mboxAppendArea() {
 var areaTags = document.getElementsByTagName('area');
 for (i = 0; i < areaTags.length; i++) {
 if (areaTags[i].href.indexOf(mboxSessionKeyword) != -1) {
 areaTags[i].href = areaTags[i].href.replace(mboxSessionKeyword,"mboxSession="+mboxFactoryDefault.getSessionId().getId());
 }
 }
}

function mboxAppendSession() {
 mboxAppendAnchorTags();
 mboxAppendForm();
 mboxAppendArea();
}