var mboxCopyright="Copyright 1996-2010. Adobe Systems Incorporated. All rights reserved.";
mboxUrlBuilder=function(d,c){this.a=d;
this.b=c;
this.c=new Array();
this.d=function(a){return a
};
this.f=null
};
mboxUrlBuilder.prototype.addParameter=function(f,e){var d=new RegExp("('|\")");
if(d.exec(f)){throw"Parameter '"+f+"' contains invalid characters"
}for(var c=0;
c<this.c.length;
c++){var b=this.c[c];
if(b.name==f){b.value=e;
return this
}}var a=new Object();
a.name=f;
a.value=e;
this.c[this.c.length]=a;
return this
};
mboxUrlBuilder.prototype.addParameters=function(d){if(!d){return this
}for(var b=0;
b<d.length;
b++){var a=d[b].indexOf("=");
if(a==-1||a==0){continue
}this.addParameter(d[b].substring(0,a),d[b].substring(a+1,d[b].length))
}return this
};
mboxUrlBuilder.prototype.setServerType=function(a){this.o=a
};
mboxUrlBuilder.prototype.setBasePath=function(a){this.f=a
};
mboxUrlBuilder.prototype.setUrlProcessAction=function(a){this.d=a
};
mboxUrlBuilder.prototype.buildUrl=function(){var f=this.f?this.f:"/m2/"+this.b+"/mbox/"+this.o;
var d=document.location.protocol=="file:"?"http:":document.location.protocol;
var g=d+"//"+this.a+f;
var c=g.indexOf("?")!=-1?"&":"?";
for(var b=0;
b<this.c.length;
b++){var a=this.c[b];
g+=c+encodeURIComponent(a.name)+"="+encodeURIComponent(a.value);
c="&"
}return this.t(this.d(g))
};
mboxUrlBuilder.prototype.getParameters=function(){return this.c
};
mboxUrlBuilder.prototype.setParameters=function(a){this.c=a
};
mboxUrlBuilder.prototype.clone=function(){var b=new mboxUrlBuilder(this.a,this.b);
b.setServerType(this.o);
b.setBasePath(this.f);
b.setUrlProcessAction(this.d);
for(var a=0;
a<this.c.length;
a++){b.addParameter(this.c[a].name,this.c[a].value)
}return b
};
mboxUrlBuilder.prototype.t=function(a){return a.replace(/\"/g,"&quot;").replace(/>/g,"&gt;")
};
mboxStandardFetcher=function(){};
mboxStandardFetcher.prototype.getType=function(){return"standard"
};
mboxStandardFetcher.prototype.fetch=function(a){a.setServerType(this.getType());
document.write('<script src="'+a.buildUrl()+'" language="JavaScript"><\/script>')
};
mboxStandardFetcher.prototype.cancel=function(){};
mboxAjaxFetcher=function(){};
mboxAjaxFetcher.prototype.getType=function(){return"ajax"
};
mboxAjaxFetcher.prototype.fetch=function(a){a.setServerType(this.getType());
var b=a.buildUrl();
this.x=document.createElement("script");
this.x.src=b;
document.body.appendChild(this.x)
};
mboxAjaxFetcher.prototype.cancel=function(){};
mboxMap=function(){this.y=new Object();
this.z=new Array()
};
mboxMap.prototype.put=function(a,b){if(!this.y[a]){this.z[this.z.length]=a
}this.y[a]=b
};
mboxMap.prototype.get=function(a){return this.y[a]
};
mboxMap.prototype.remove=function(a){this.y[a]=undefined
};
mboxMap.prototype.each=function(d){for(var b=0;
b<this.z.length;
b++){var a=this.z[b];
var c=this.y[a];
if(c){var e=d(a,c);
if(e===false){break
}}}};
mboxFactory=function(e,a,d){this.E=false;
this.C=e;
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 c=d=="default";
this.J=new mboxCookieManager("mbox"+(c?"":("-"+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(e,a);
this.U(this.w,c);
this.V=new Date().getTime();
this.W=this.V;
var f=this;
this.addOnLoad(function(){f.W=new Date().getTime()
});
if(this.G){this.addOnLoad(function(){f.E=true;
f.getMboxes().each(function(b){b.setFetcher(new mboxAjaxFetcher());
b.finalize()
})
});
this.limitTraffic(100,10368000);
if(this.H){this.Z();
this._=new mboxSignaler(function(b,g){return f.create(b,g)
},this.J)
}}};
mboxFactory.prototype.forcePCId=function(a){if(this.T.forceId(a)){this.S.forceId(mboxGenerateId())
}};
mboxFactory.prototype.forceSessionId=function(a){this.S.forceId(a)
};
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(a,b){if(typeof a=="undefined"){a=60*60
}if(typeof b=="undefined"){b="unspecified"
}if(!this.isAdmin()){this.H=false;
this.J.setCookie("disable",b,a)
}};
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(b,a){};
mboxFactory.prototype.addOnLoad=function(a){if(this.isDomLoaded()){a()
}else{var b=false;
var c=function(){if(b){return
}b=true;
a()
};
this.ib.push(c);
if(this.isDomLoaded()&&!b){c()
}}};
mboxFactory.prototype.getEllapsedTime=function(){return this.W-this.V
};
mboxFactory.prototype.getEllapsedTimeUntil=function(a){return a-this.V
};
mboxFactory.prototype.getMboxes=function(){return this.F
};
mboxFactory.prototype.get=function(b,a){return this.F.get(b).getById(a||0)
};
mboxFactory.prototype.update=function(a,d){if(!this.isEnabled()){return
}if(!this.isDomLoaded()){var b=this;
this.addOnLoad(function(){b.update(a,d)
});
return
}if(this.F.get(a).length()==0){throw"Mbox "+a+" is not defined"
}this.F.get(a).each(function(c){c.getUrlBuilder().addParameter("mboxPage",mboxGenerateId());
c.load(d)
})
};
mboxFactory.prototype.create=function(o,m,g){if(!this.isSupported()){return null
}var l=this.w.clone();
l.addParameter("mboxCount",this.F.length()+1);
l.addParameters(m);
var k=this.F.get(o).length();
var n=this.D+"-"+o+"-"+k;
var j;
if(g){j=new mboxLocatorNode(g)
}else{if(this.E){throw"The page has already been loaded, can't write marker"
}j=new mboxLocatorDefault(n)
}try{var f=this;
var d="mboxImported-"+n;
var b=new mbox(o,k,l,j,d);
if(this.H){b.setFetcher(this.E?new mboxAjaxFetcher():new mboxStandardFetcher())
}b.setOnError(function(c,e){b.setMessage(c);
b.activate();
if(!b.isActivated()){f.disable(60*60,c);
window.location.reload(false)
}});
this.F.add(b)
}catch(h){this.disable();
throw'Failed creating mbox "'+o+'", the error was: '+h
}var a=new Date();
l.addParameter("mboxTime",a.getTime()-(a.getTimezoneOffset()*60000));
return b
};
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(b,a){b.addParameter("mboxHost",document.location.hostname).addParameter("mboxSession",this.S.getId());
if(!a){b.addParameter("mboxFactoryId",this.D)
}if(this.T.getId()!=null){b.addParameter("mboxPC",this.T.getId())
}b.addParameter("mboxPage",this.L);
b.addParameter("screenHeight",this.M);
b.addParameter("screenWidth",this.N);
b.addParameter("browserWidth",this.O);
b.addParameter("browserHeight",this.P);
b.addParameter("browserTimeOffset",this.R);
b.addParameter("colorDepth",this.Q);
b.setUrlProcessAction(function(c){c+="&mboxURL="+encodeURIComponent(document.location);
var d=encodeURIComponent(document.referrer);
if(c.length+d.length<2000){c+="&mboxReferrer="+d
}c+="&mboxVersion="+mboxVersion;
return c
})
};
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 a=this;
(function(){var b=document.addEventListener?"DOMContentLoaded":"onreadystatechange";
var c=false;
var d=function(){if(c){return
}c=true;
for(var f=0;
f<a.ib.length;
++f){a.ib[f]()
}};
if(document.addEventListener){document.addEventListener(b,function(){document.removeEventListener(b,arguments.callee,false);
d()
},false);
window.addEventListener("load",function(){document.removeEventListener("load",arguments.callee,false);
d()
},false)
}else{if(document.attachEvent){if(self!==self.top){document.attachEvent(b,function(){if(document.readyState==="complete"){document.detachEvent(b,arguments.callee);
d()
}})
}else{var e=function(){try{document.documentElement.doScroll("left");
d()
}catch(f){setTimeout(e,13)
}};
e()
}}}if(document.readyState==="complete"){d()
}})()
};
mboxSignaler=function(d,c){this.J=c;
var g=c.getCookieNames("signal-");
for(var e=0;
e<g.length;
e++){var a=g[e];
var b=c.getCookie(a).split("&");
var f=d(b[0],b);
f.load();
c.deleteCookie(a)
}};
mboxSignaler.prototype.signal=function(a,b){this.J.setCookie("signal-"+a,mboxShiftArray(arguments).join("&"),45*60)
};
mboxList=function(){this.F=new Array()
};
mboxList.prototype.add=function(a){if(a!=null){this.F[this.F.length]=a
}};
mboxList.prototype.get=function(b){var d=new mboxList();
for(var a=0;
a<this.F.length;
a++){var c=this.F[a];
if(c.getName()==b){d.add(c)
}}return d
};
mboxList.prototype.getById=function(a){return this.F[a]
};
mboxList.prototype.length=function(){return this.F.length
};
mboxList.prototype.each=function(b){if(typeof b!="function"){throw"Action must be a function, was: "+typeof(b)
}for(var a=0;
a<this.F.length;
a++){b(this.F[a])
}};
mboxLocatorDefault=function(a){this.g="mboxMarker-"+a;
document.write('<div id="'+this.g+'" style="visibility:hidden;display:none">&nbsp;</div>')
};
mboxLocatorDefault.prototype.locate=function(){var a=document.getElementById(this.g);
while(a!=null){if(a.nodeType==1){if(a.className=="mboxDefault"){return a
}}a=a.previousSibling
}return null
};
mboxLocatorDefault.prototype.force=function(){var b=document.createElement("div");
b.className="mboxDefault";
var a=document.getElementById(this.g);
a.parentNode.insertBefore(b,a);
return b
};
mboxLocatorNode=function(a){this.Fb=a
};
mboxLocatorNode.prototype.locate=function(){return typeof this.Fb=="string"?document.getElementById(this.Fb):this.Fb
};
mboxLocatorNode.prototype.force=function(){return null
};
mboxCreate=function(a){var b=mboxFactoryDefault.create(a,mboxShiftArray(arguments));
if(b){b.load()
}return b
};
mboxDefine=function(b,a){var c=mboxFactoryDefault.create(a,mboxShiftArray(mboxShiftArray(arguments)),b);
return c
};
mboxUpdate=function(a){mboxFactoryDefault.update(a,mboxShiftArray(arguments))
};
mbox=function(d,c,a,e,b){this.Lb=null;
this.Mb=0;
this.nb=e;
this.ob=b;
this.Nb=null;
this.Ob=new mboxOfferContent();
this.Gb=null;
this.w=a;
this.message="";
this.Pb=new Object();
this.Qb=0;
this.Jb=c;
this.g=d;
this.Rb();
a.addParameter("mbox",d).addParameter("mboxId",c);
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 d=this.w.getParameters();
var b=new Array();
for(var a=0;
a<d.length;
a++){if(d[a].name.indexOf("mbox")!=0){b[b.length]=d[a].name+"="+d[a].value
}}return b
};
mbox.prototype.setOnLoad=function(a){this.Tb=a;
return this
};
mbox.prototype.setMessage=function(a){this.message=a;
return this
};
mbox.prototype.setOnError=function(a){this.Sb=a;
return this
};
mbox.prototype.setFetcher=function(a){if(this.Nb){this.Nb.cancel()
}this.Nb=a;
return this
};
mbox.prototype.getFetcher=function(){return this.Nb
};
mbox.prototype.load=function(d){if(this.Nb==null){return this
}this.setEventTime("load.start");
this.cancelTimeout();
this.Mb=0;
var a=(d&&d.length>0)?this.w.clone().addParameters(d):this.w;
this.Nb.fetch(a);
var b=this;
this.Wb=setTimeout(function(){b.Sb("browser timeout",b.Nb.getType())
},15000);
this.setEventTime("load.end");
return this
};
mbox.prototype.loaded=function(){this.cancelTimeout();
if(!this.activate()){var a=this;
setTimeout(function(){a.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(a){if(a&&a.show&&a.setOnLoad){this.Ob=a
}else{throw"Invalid offer"
}return this
};
mbox.prototype.getOffer=function(){return this.Ob
};
mbox.prototype.show=function(){this.setEventTime("show.start");
var a=this.Ob.show(this);
this.setEventTime(a==1?"show.end.ok":"show.end");
return a
};
mbox.prototype.showContent=function(a){if(a==null){return 0
}if(this.Gb==null||!this.Gb.parentNode){this.Gb=this.getDefaultDiv();
if(this.Gb==null){return 0
}}if(this.Gb!=a){this.Yb(this.Gb);
this.Gb.parentNode.replaceChild(a,this.Gb);
this.Gb=a
}this.Zb(a);
this.Tb();
return 1
};
mbox.prototype.hide=function(){this.setEventTime("hide.start");
var a=this.showContent(this.getDefaultDiv());
this.setEventTime(a==1?"hide.end.ok":"hide.end.fail");
return a
};
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(a){this.Pb[a]=(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(a){return a.style.display!="none"
};
mbox.prototype.Zb=function(a){this.bc(a,true)
};
mbox.prototype.Yb=function(a){this.bc(a,false)
};
mbox.prototype.bc=function(b,a){b.style.visibility=a?"visible":"hidden";
b.style.display=a?"block":"none"
};
mboxOfferContent=function(){this.Tb=function(){}
};
mboxOfferContent.prototype.show=function(a){var b=a.showContent(document.getElementById(a.getImportName()));
if(b==1){this.Tb()
}return b
};
mboxOfferContent.prototype.setOnLoad=function(a){this.Tb=a
};
mboxOfferAjax=function(a){this.Xb=a;
this.Tb=function(){}
};
mboxOfferAjax.prototype.setOnLoad=function(a){this.Tb=a
};
mboxOfferAjax.prototype.show=function(b){var a=document.createElement("div");
a.id=b.getImportName();
a.innerHTML=this.Xb;
var c=b.showContent(a);
if(c==1){this.Tb()
}return c
};
mboxOfferDefault=function(){this.Tb=function(){}
};
mboxOfferDefault.prototype.setOnLoad=function(a){this.Tb=a
};
mboxOfferDefault.prototype.show=function(a){var b=a.hide();
if(b==1){this.Tb()
}return b
};
mboxCookieManager=function mboxCookieManager(b,a){this.g=b;
this.ec=a==""||a.indexOf(".")==-1?"":"; domain="+a;
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(c,b,a){if(typeof c!="undefined"&&typeof b!="undefined"&&typeof a!="undefined"){var d=new Object();
d.name=c;
d.value=escape(b);
d.expireOn=Math.ceil(a+new Date().getTime()/1000);
this.fc.put(c,d);
this.saveCookies()
}};
mboxCookieManager.prototype.getCookie=function(a){var b=this.fc.get(a);
return b?unescape(b.value):null
};
mboxCookieManager.prototype.deleteCookie=function(a){this.fc.remove(a);
this.saveCookies()
};
mboxCookieManager.prototype.getCookieNames=function(b){var a=new Array();
this.fc.each(function(c,d){if(c.indexOf(b)==0){a[a.length]=c
}});
return a
};
mboxCookieManager.prototype.saveCookies=function(){var a=new Array();
var b=0;
this.fc.each(function(d,e){a[a.length]=d+"#"+e.value+"#"+e.expireOn;
if(b<e.expireOn){b=e.expireOn
}});
var c=new Date(b*1000);
document.cookie=this.g+"="+a.join("|")+"; expires="+c.toGMTString()+"; path=/"+this.ec
};
mboxCookieManager.prototype.loadCookies=function(){this.fc=new mboxMap();
var f=document.cookie.indexOf(this.g+"=");
if(f!=-1){var g=document.cookie.indexOf(";",f);
if(g==-1){g=document.cookie.indexOf(",",f);
if(g==-1){g=document.cookie.length
}}var a=document.cookie.substring(f+this.g.length+1,g).split("|");
var c=Math.ceil(new Date().getTime()/1000);
for(var b=0;
b<a.length;
b++){var e=a[b].split("#");
if(c<=e[2]){var d=new Object();
d.name=e[0];
d.value=e[1];
d.expireOn=e[2];
this.fc.put(d.name,d)
}}}};
mboxSession=function(d,e,b,a,c){this.sc=e;
this.Bb=b;
this.tc=a;
this.J=c;
this.uc=false;
this.Jb=typeof mboxForceSessionId!="undefined"?mboxForceSessionId:mboxGetPageParameter(this.sc);
if(this.Jb==null||this.Jb.length==0){this.Jb=c.getCookie(b);
if(this.Jb==null||this.Jb.length==0){this.Jb=d;
this.uc=true
}}c.setCookie(b,this.Jb,a)
};
mboxSession.prototype.getId=function(){return this.Jb
};
mboxSession.prototype.forceId=function(a){this.Jb=a;
this.J.setCookie(this.Bb,this.Jb,this.tc)
};
mboxPC=function(b,a,c){this.Bb=b;
this.tc=a;
this.J=c;
this.Jb=typeof mboxForcePCId!="undefined"?mboxForcePCId:c.getCookie(b);
if(this.Jb!=null){c.setCookie(b,this.Jb,a)
}};
mboxPC.prototype.getId=function(){return this.Jb
};
mboxPC.prototype.forceId=function(a){if(this.Jb!=a){this.Jb=a;
this.J.setCookie(this.Bb,this.Jb,this.tc);
return true
}return false
};
mboxGetPageParameter=function(c){var d=null;
var a=new RegExp(c+"=([^&]*)");
var b=a.exec(document.location);
if(b!=null&&b.length>=2){d=b[1]
}return d
};
mboxSetCookie=function(c,b,a){return mboxFactoryDefault.getCookieManager().setCookie(c,b,a)
};
mboxGetCookie=function(a){return mboxFactoryDefault.getCookieManager().getCookie(a)
};
mboxCookiePageDomain=function(){var a=(/([^:]*)(:[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(a)){var c=(/([^\.]+\.[^\.]{3}|[^\.]+\.[^\.]+\.[^\.]{2})$/).exec(a);
if(c){a=c[0]
}}return a?a:""
};
mboxShiftArray=function(a){var c=new Array();
for(var b=1;
b<a.length;
b++){c[c.length]=a[b]
}return c
};
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("corporationserviceco.tt.omtrdc.net","corporationserviceco","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('<script language="Javascript1.2" src="http://admin12.testandtarget.omniture.com/admin/mbox/mbox_debug.jsp?mboxServerHost=corporationserviceco.tt.omtrdc.net&clientCode=corporationserviceco"><\/script>')
}mboxFactoryDefault.addOnLoad(mboxAppendSession);
var mboxSessionKeyword="OFM";
function mboxAppendAnchorTags(){var a=document.getElementsByTagName("a");
for(i=0;
i<a.length;
i++){if(a[i].href.indexOf(mboxSessionKeyword)!=-1){a[i].href=a[i].href.replace(mboxSessionKeyword,"mboxSession="+mboxFactoryDefault.getSessionId().getId())
}}}function mboxAppendForm(){var a=document.getElementsByTagName("form");
for(i=0;
i<a.length;
i++){if(a[i].action.indexOf(mboxSessionKeyword)!=-1){a[i].action=a[i].action.replace(mboxSessionKeyword,"mboxSession="+mboxFactoryDefault.getSessionId().getId())
}}}function mboxAppendSession(){mboxAppendAnchorTags();
mboxAppendForm()
};
