// Compiled with JSCompilerTask
// Turner XMP, Release Build, © 2008 Turner Broadcasting System, Inc. A Time Warner Company.  Version: 0.1.696.2070
// xmp_net, xmp_net_0_1_696_2070.js

if(typeof(window)!=='undefined'){var deconcept;if(typeof deconcept==="undefined"){deconcept={};}
deconcept.hop=function(m,k){if(typeof(m.hasOwnProperty)==='undefined'){return true;}
return m.hasOwnProperty(k);};if(typeof deconcept.util==="undefined"){deconcept.util={};}
if(typeof deconcept.SWFObjectUtil==="undefined"){deconcept.SWFObjectUtil={};}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params={};this.variables={};this.attributes=[];if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",_7);this.setAttribute("doExpressInstall",false);var _d=(_9)?_9:window.location;this.setAttribute("xiRedirectUrl",_d);this.setAttribute("redirectUrl","");if(_a){this.setAttribute("redirectUrl",_a);}};deconcept.SWFObject.prototype={setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(aa){return this.attributes[aa];},addParam:function(ba,ca){this.params[ba]=ca;},getParams:function(){return this.params;},addVariable:function(da,ea){this.variables[da]=ea;},getVariable:function(fa){return this.variables[fa];},getVariables:function(){return this.variables;},getVariablePairs:function(){var ga=[];var ha;var ia=this.getVariables();for(ha in ia){if(deconcept.hop(ia,ha)){ga.push(ha+"="+ia[ha]);}}
return ga;},getSWFHTML:function(){var ja="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
ja="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";ja+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var ka=this.getParams();for(var la in ka){if(deconcept.hop(ka,la)){ja+=[la]+"=\""+ka[la]+"\" ";}}
var ma=this.getVariablePairs().join("&");if(ma.length>0){ja+="flashvars=\""+ma+"\"";}ja+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
ja="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";ja+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var na=this.getParams();for(var oa in na){if(deconcept.hop(na,oa)){ja+="<param name=\""+oa+"\" value=\""+na[oa]+"\" />";}}
var pa=this.getVariablePairs().join("&");if(pa.length>0){ja+="<param name=\"flashvars\" value=\""+pa+"\" />";}ja+="</object>";}
return ja;},write:function(qa){if(this.getAttribute("useExpressInstall")){var ra=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(ra)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof qa==="string")?document.getElementById(qa):qa;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!==""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var sa;var ta=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){ta=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{sa=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{sa=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");ta=new deconcept.PlayerVersion([6,0,21]);sa.AllowScriptAccess="always";}
catch(e2){if(ta.major===6){return ta;}}try{sa=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e3){}}if(sa!==null){ta=new deconcept.PlayerVersion(sa.GetVariable("$version").split(" ")[1].split(","));}}
return ta;};deconcept.PlayerVersion=function(ua){this.major=ua[0]!==null?parseInt(ua[0],10):0;this.minor=ua[1]!==null?parseInt(ua[1],10):0;this.rev=ua[2]!==null?parseInt(ua[2],10):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(va){var q=document.location.search||document.location.hash;if(q){var wa=q.substring(1).split("&");for(var i=0;i<wa.length;i++){if(wa[i].substring(0,wa[i].indexOf("="))===va){return wa[i].substring((wa[i].indexOf("=")+1));}}}
return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
var xa=document.getElementsByTagName("OBJECT");for(var i=0;i<xa.length;i++){xa[i].style.display="none";for(var x in xa[i]){if(deconcept.hop(xa[i],x)){if(typeof xa[i][x]==="function"){xa[i][x]=function(){};}}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload==="function"){var ya=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();ya();};}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};if(typeof window.onbeforeunload==="function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload();};}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
if(Array.prototype.push===null){Array.prototype.push=function(za){this[this.length]=za;return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;}
var xmp;if(!xmp){xmp={};}else if(typeof xmp!=="object"){throw new Error("xmp already exists and is not an object");}
xmp=function(){};xmp.util={};xmp.playlistapi={};xmp.baseplayer={};xmp.baseplayer.listeners={};xmp.$={};xmp.p_$6=this;xmp.i_$OG=function(){return xmp.p_$6;};xmp.i_$OH=function(ns){if(!(typeof(ns)==='string'&&ns.length>0)){throw new Error('Must call with a non-empty string!');}
var Aa=ns.split(".");var Ba=xmp.i_$OG();var Ca=Ba;for(var i=0;i<Aa.length;i++){if(typeof(Ba[Aa[i]])==="undefined"){Ba[Aa[i]]={};}
Ba=Ba[Aa[i]];Ca=Ba;}
if(xmp.$.$3.i_$OI(ns)===null){xmp.$.$3.i_$OJ(ns,Ca);}};xmp.i_$OK=function(Da){return Da;};xmp.i_$OL=function(Ea){return Ea;};xmp.i_$OM=function(){return(typeof(window)!=='undefined');};xmp.i_$ON=function(e){if(e instanceof Error){return('Error name: '+e.name+', Error message: '+e.message);}
else{return"UNKNOWN ERROR";}};xmp.i_$OO=function(Fa){return Fa.replace(/^\s*/,'').replace(/\s*$/,'');};xmp.i_$OP=function(Ga){return((typeof(Ga)==='string')&&(Ga!==null)&&(Ga.length>0));};xmp.i_$OQ=function(Ha){var o=xmp.i_$OG();if(Ha.length>0){var Ia=Ha.split('.');for(var i=0;i<Ia.length;i++){var Ja=o[Ia[i]];if(!xmp.i_$OR(Ja)){return null;}
o=Ja;}}
return o;};xmp.i_$OS=function(Ka,La){var Ma=0;for(var i=0;i<Ka.length;i++){var Na=Ka.charCodeAt(i);if(Na>=48&&Na<=57){continue;}
if(Na===45){if(i!==0){return false;}
continue;}
if(Na===46){if(!La){return false;}
Ma++;if(Ma>1){return false;}
continue;}
return false;}
return true;};xmp.i_$OT=function(Oa,Pa,Qa){var Ra='';var Sa='@';for(var i=0;i<Oa.length;i++){var c=Oa.charAt(i);switch(c){case'&':Ra+='&amp;';break;case'<':Ra+='&lt;';break;case'>':Ra+='&gt;';break;case'\"':Ra+='&quot;';break;case'\'':if(false===Pa){Ra+='&apos;';}break;case' ':if(Qa&&Sa===' '){Ra+='&nbsp;';}
else{Ra+=c;}
break;default:Ra+=c;break;}
Sa=c;}
Ra=Ra.replace(/\r/g,'');if(Qa){Ra=Ra.replace(/\n/g,'<br>');Ra=Ra.replace(/\t/g,'&nbsp;&nbsp;&nbsp;&nbsp;');}
return Ra;};xmp.i_$OU=function(Ta,Ua,Va){if((Ta.length>Ua.length)||Ta.length<Ua.length){throw new xmp.util.internals.InvalidArgsError("Invalid argument count \""+Ta.length+"\" for function/method \""+Va+"\".  Expected count was \""+Ua.length+"\".");}
for(var i=0;i<Ta.length;i++){if(Ua[i]===xmp.i_$OV||typeof(Ta[i])===Ua[i]){continue;}
throw new xmp.util.internals.InvalidArgsError("Invalid \""+Va+"\" function/method argument \""+i+"\" data type \""+typeof(Ta[i])+"\".  Expected data type was \""+Ua[i]+"\".");}};xmp.i_$OR=function(Wa){return(typeof(Wa)!==xmp.i_$OW);};xmp.i_$OX=null;xmp.handleFatalError=function(e){if(xmp.i_$OX!==null){xmp.i_$OX.i_$OY(e);}
else{xmp.i_$OZ(e.message);}};xmp.i_$OZ=function(Xa){xmp.i_$P0(Xa);};xmp.i_$P0=function(Ya){window.alert(Ya);};xmp.i_$P1=function(Za){xmp.i_$OU(arguments,[xmp.i_$P2],"formatTimeString");var $a="";if(Za<60){$a="00:";if(Za===0){$a+="00";}
else{if(Za<10){$a+="0"+Za;}
else{$a+=Za;}}}
else{var ab=Math.floor(Za/60);$a=((ab<10)?"0"+ab+":":ab+":");var bb=(Za-(ab*60));if(bb===0){$a+="00";}
else{if(bb<10){$a+="0"+bb;}
else{$a+=bb;}}}
return $a;};xmp.i_$P3=function(){return xmp.$.$1A.i_$P4().i_$P5('swf')+'/';};xmp.i_$P6=function(db){return xmp.$.$1D.i_$P7(db,'swf');};xmp.makeSWFPath=function(eb,fb){var gb=xmp.i_$P3();if(fb){gb+=xmp.i_$P6(eb);}
else{gb+=(eb+'.swf');}
return gb;};xmp.getImageRoot=function(){return xmp.$.$1A.i_$P4().i_$P5('image');};xmp.i_$P8=function(){return(navigator.appName.indexOf(xmp.MICROSOFT_BROWSER)!==-1);};xmp.i_$P9=function(){return(xmp.$.$T.browser===xmp.FIREFOX_BROWSER);};xmp.i_$PA=function(){return(navigator.appName.indexOf(xmp.OPERA_BROWSER)!==-1);};xmp.i_$PB=function(hb){var el=((xmp.i_$P8()||xmp.i_$PA())?window[hb]:document[hb]);if(!el){el=document.getElementById(hb);}
return el;};xmp.i_$PC=function(ib){var jb=((xmp.i_$P8()||xmp.i_$PA())?ib.parentElement:ib.parentNode);return jb;};xmp.i_$PD=function(kb,lb,mb){mb=(mb)?mb:null;if(xmp.i_$P8()&&(mb===null)){kb.insertBefore(lb);}
else{kb.insertBefore(lb,mb);}};xmp.i_$PE=function(nb,ob){if(xmp.i_$P8()){nb.add(ob);}
else{nb.add(ob,null);}};xmp.i_$PF=function(pb,qb){var rb=false;try{if(!((document.styleSheets)&&(document.styleSheets.length>0))){rb=false;return rb;}
if(typeof(document.styleSheets[0].addRule)!=='undefined'){document.styleSheets[0].addRule(pb,qb);rb=true;}
else if(typeof(document.styleSheets[0].insertRule)!=='undefined'){document.styleSheets[0].insertRule(pb+'  '+qb,0);rb=true;}}
catch(e){}
return rb;};xmp.i_$PG=function(sb){return parseInt(sb,10)+"px";};xmp.DERIVE_CLASS=function(tb,ub){function Inheritance(){}
Inheritance.prototype=tb.prototype;ub.prototype=new Inheritance();ub.prototype.constructor=ub;ub.ctor=tb;ub.base=tb.prototype;};xmp.i_$PH=function(vb){if(typeof vb==='undefined'){return'undefined';}
else if(vb===null){return'null';}
var wb={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'};var xb=null,i,l,v,a=[];switch(vb.constructor){case Array:l=vb.length;for(i=0;i<l;i++){if((v=xmp.i_$PH(vb[i]))!==null){a.push(v);}}
xb='['+a.join(',')+']';break;case Object:for(i in vb){if(vb.hasOwnProperty(i)&&(v=xmp.i_$PH(vb[i]))!==null){a.push(xmp.i_$PH(String(i))+':'+v);}}
xb='{'+a.join(',')+'}';break;case String:xb='"'+vb.replace(/[\x00-\x1f\\"]/g,function($0){var c;if((c=wb[$0])){return c;}
c=$0.charCodeAt();return'\\u00'+Math.floor(c/16).toString(16)+(c%16).toString(16);})+'"';break;case Number:xb=isFinite(vb)?String(vb):'null';break;case Boolean:xb=String(vb);break;default:break;}
return xb;};xmp.i_$PI=function(yb){xmp.i_$PI.p_$7();var zb=xmp.i_$PI.p_$8[yb];return(zb)?zb:null;};xmp.i_$PJ=function(Ab,Bb){var Cb=xmp.i_$PI(Ab);return(Cb)?Cb:Bb;};xmp.i_$PI.p_$8=null;xmp.i_$PI.p_$7=function(){if(xmp.i_$PI.p_$8!==null){return;}
xmp.i_$PI.p_$8={};var Db=window.location.search.substring(1);var Eb=Db.split("&");for(var i=0;i<Eb.length;i++){var Fb=Eb[i].indexOf('=');if(Fb>0){var Gb=Eb[i].substring(0,Fb);var Hb=decodeURIComponent(Eb[i].substring(Fb+1));xmp.i_$PI.p_$8[Gb]=Hb;}}};xmp.i_$PK=function(Ib){var Jb=typeof(Ib);if(Ib===null){Jb='null';}
try{switch(Jb){case'undefined':case'null':case'string':case'boolean':case'number':break;case'object':case'function':switch(Ib.constructor){case String:Jb='String';break;case Boolean:Jb='Boolean';break;case Number:Jb='Number';break;case Array:Jb='Array';break;case RegExp:Jb='RegExp';break;case Function:Jb='Function';break;default:var m=Ib.constructor.toString().match(/function\s*([^( ]+)\(/);if(m){Jb=m[1];}
break;}
break;default:break;}}
finally{Jb=Jb.substr(0,1).toUpperCase()+Jb.substr(1);return Jb;}};xmp.i_$PL=function(Kb,Lb){var Mb='';Mb+=Kb;var Nb=Mb.length;for(var i=Nb;i<Lb;i++){Mb=('0'+Mb);}
return Mb;};xmp.$.$3=function(Ob,Pb,Qb,Rb){if(!Rb){Rb=false;}
if(typeof(Rb)!=='boolean'){throw new Error('parameter "objectDeclarationStyle" - must be a boolean');}
if(!(Qb===xmp.$.$3.i_$PM||Qb===xmp.$.$3.i_$PN||Qb===xmp.$.$3.i_$PO||Qb===xmp.$.$3.i_$PP)){throw new Error('parameter "visibilty" - incorrect visibilty: '+Qb);}
if(!xmp.i_$OP(Ob)){throw new Error('parameter "qualifiedName" - invalid qualifiedName: '+Ob);}
if(!Rb&&typeof(Pb)!=='function'){throw new Error('parameter "constructorFn" must be a function');}
if(Rb&&typeof(Pb)!=='object'){throw new Error('parameter "constructorFn" must be a object');}
this.p_$9=Rb;this.p_$A=Pb;this.p_$B=Ob;this.p_$C=Qb;};xmp.$.$3.p_$D={};xmp.$.$3.p_$E={};xmp.$.$3.i_$PM='public';xmp.$.$3.i_$PN='internal';xmp.$.$3.i_$PP='public_fix_me';xmp.$.$3.i_$PO='external';xmp.$.$3.i_$PQ=function(Sb){if(!Sb){return null;}
if(typeof(Sb.i_$PR)==='function'){return Sb.i_$PR();}
if(typeof(Sb.i_$PS)==='function'){return Sb.i_$PS();}
return null;};xmp.$.$3.i_$PT=function(Tb,Ub){if(!Tb){return false;}
var Vb=xmp.$.$3.i_$PQ(Tb);while(Vb!==null){if(Vb.i_$PU()===Ub){return true;}
Vb=Vb.i_$PV();}
return false;};xmp.$.$3.i_$PW=function(Wb){var Xb=xmp.$.$3.p_$F(Wb);if(Xb){return Xb;}
return null;};xmp.$.$3.i_$PX=function(Yb){var Zb=xmp.$.$3.p_$G(Yb);if(!Zb){return null;}
return new xmp.$.$3(Yb,Zb,xmp.$.$3.i_$PO,false);};xmp.$.$3.i_$OI=function($b){var ac=xmp.$.$3.p_$E[$b];return(ac)?ac:null;};xmp.$.$3.i_$OJ=function(bc,cc){if(xmp.$.$3.i_$OI(bc)!==null){throw new Error('Namespace already registered: '+bc);}
xmp.$.$3.p_$E[bc]=cc;};xmp.$.$3.i_$PY=function(dc,ec,fc){return xmp.$.$3.p_$H(dc,ec,xmp.$.$3.i_$PM,fc);};xmp.$.$3.i_$PZ=function(gc,hc,ic){return xmp.$.$3.p_$H(gc,hc,xmp.$.$3.i_$PN,ic);};xmp.$.$3.i_$Q0=function(jc,kc,lc){return xmp.$.$3.p_$H(jc,kc,xmp.$.$3.i_$PP,lc);};xmp.$.$3.prototype.i_$PU=function(){return this.p_$B;};xmp.$.$3.prototype.i_$Q1=function(){return this.p_$C;};xmp.$.$3.prototype.i_$Q2=function(){var mc=this.i_$PU();var nc=mc.lastIndexOf('.');if(nc===-1){return mc;}
return mc.substring(nc+1);};xmp.$.$3.prototype.i_$PV=function(){if((this.p_$A.ctor)&&(this.p_$A.ctor.i_$PS)){return this.p_$A.ctor.i_$PS();}
return null;};xmp.$.$3.prototype.i_$Q3=function(oc){var pc=this.p_$A;switch(oc.length){case 0:return new pc();case 1:return new pc(oc[0]);case 2:return new pc(oc[0],oc[1]);case 3:return new pc(oc[0],oc[1],oc[2]);case 4:return new pc(oc[0],oc[1],oc[2],oc[3]);case 5:return new pc(oc[0],oc[1],oc[2],oc[3],oc[4]);case 6:return new pc(oc[0],oc[1],oc[2],oc[3],oc[4],oc[5]);default:throw new Error("too many arguments for constructor: "+this.i_$PU());}
return null;};xmp.$.$3.p_$G=function(qc){var rc=xmp.$.$3.p_$I(qc);var sc=xmp.i_$OQ(rc.ns);if(sc===null){return null;}
var tc=sc[rc.method];return(tc)?tc:null;};xmp.$.$3.p_$I=function(uc){var vc=uc.lastIndexOf('.');var wc={};wc.method=uc;wc.ns='';if(vc!==-1){wc.method=uc.substring(vc+1);wc.ns=uc.substring(0,vc);}
return wc;};xmp.$.$3.p_$J=function(xc,yc){function x23(){return yc;}
xc.i_$PS=x23;if(xc.prototype){xc.prototype.i_$PR=x23;}};xmp.$.$3.p_$F=function(zc){var Ac=xmp.$.$3.p_$D[zc];return(Ac)?Ac:null;};xmp.$.$3.p_$H=function(Bc,Cc,Dc,Ec){if(xmp.$.$3.p_$F(Bc)!==null){throw new Error('parameter "qualifiedName" - already registered: '+Bc);}
var Fc=new xmp.$.$3(Bc,Cc,Dc,Ec);xmp.$.$3.p_$D[Fc.i_$PU()]=Fc;xmp.$.$3.p_$J(Cc,Fc);return Fc;};xmp.i_$OH('xmp');xmp.i_$OH('xmp.$');xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u0054\u0079\u0070\u0065',xmp.$.$3);xmp.isXmpInstanceOf=function(Gc,Hc){return xmp.$.$3.i_$PT(Gc,Hc);};xmp.$.$4=function(Ic,Jc){this.p_$8=Ic;this.p_$K=(Jc)?xmp.$.$4.i_$Q4(Ic):xmp.$.$4.i_$Q5(Ic);this.p_$L=-1;this.i_$Q6();};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u004D\u0061\u0070\u0049\u0074\u0065\u0072\u0061\u0074\u006F\u0072',xmp.$.$4);xmp.$.$4.i_$Q7=function(Kc){return new xmp.$.$4(Kc,false);};xmp.$.$4.i_$Q8=function(Lc){return new xmp.$.$4(Lc,true);};xmp.$.$4.i_$Q5=function(Mc){var Nc=[];if(!Mc){return Nc;}
var Oc='';var Pc=(typeof(Mc.hasOwnProperty)!=='undefined');for(Oc in Mc){if((!Pc)||(Pc&&Mc.hasOwnProperty(Oc))){Nc.push(Oc);}}
return Nc;};xmp.$.$4.i_$Q4=function(Qc){return xmp.$.$4.i_$Q5(Qc).sort();};xmp.$.$4.prototype.i_$Q6=function(){this.p_$L=0;};xmp.$.$4.prototype.i_$Q9=function(){return(!this.i_$QA());};xmp.$.$4.prototype.i_$QA=function(){return(this.p_$L>=this.p_$K.length);};xmp.$.$4.prototype.i_$QB=function(){this.p_$L++;};xmp.$.$4.prototype.i_$QC=function(){this.p_$M();return this.p_$K[this.p_$L];};xmp.$.$4.prototype.i_$QD=function(){return this.p_$8[this.i_$QC()];};xmp.$.$4.prototype.i_$QE=function(Rc){this.p_$8[this.i_$QC()]=Rc;};xmp.$.$4.prototype.p_$M=function(){if(this.i_$QA()){throw new Error('MapIterator out of bounds.');}};xmp.$.$4.prototype.i_$QF=function(){return this.p_$K;};xmp.$.$4.prototype.i_$QG=function(){var Sc=[];for(var i=0;i<this.p_$K.length;i++){Sc.push(this.p_$8[this.p_$K[i]]);}
return Sc;};xmp.$.$4.prototype.i_$QH=function(){var Tc={};for(var i=0;i<this.p_$K.length;i++){var Uc=this.p_$K[i];Tc[Uc]=this.p_$8[Uc];}
return Tc;};xmp.$.$4.prototype.i_$QI=function(){for(var i=0;i<this.p_$K.length;i++){var Vc=this.p_$K[i];this.p_$8[Vc]=null;}
this.p_$8=null;};xmp.nullMap=function(Wc){xmp.$.$4.i_$Q7(Wc).i_$QI();};xmp.i_$OV="unknown";xmp.i_$QJ="object";xmp.i_$QK="string";xmp.i_$QL="boolean";xmp.i_$P2="number";xmp.i_$QM="function";xmp.i_$OW="undefined";xmp.TRUE="true";xmp.FALSE="false";xmp.MICROSOFT_BROWSER="Microsoft";xmp.OPERA_BROWSER="Opera";xmp.FIREFOX_BROWSER="Firefox";xmp.SAFARI_BROWSER="Safari";xmp.WINDOWS_PLATFORM="Windows";xmp.MAC_PLATFORM="Mac";xmp.i_$QN="rootUrl";xmp.NO_DEFAULT_VALUE="";xmp.i_$QO="|";xmp.ID_ATTRIBUTE="id";xmp.NAME_ATTRIBUTE="name";xmp.i_$QP=100;xmp.SYNCH_UNIT="SynchUnit";xmp.CONNECTING="Connecting";xmp.CONNECTED="Connected";xmp.OPEN="Open";xmp.CLOSE="Close";xmp.BUFFERING="Buffering";xmp.FIRST_FRAME_RENDERED="FirstFrameRendered";xmp.i_$QQ=1000;xmp.DISPLAY_NONE="none";xmp.DISPLAY_BLOCK="block";xmp.DISPLAY_INLINE="inline";xmp.i_$QR="context";xmp.i_$QS="volume";xmp.MUTE="mute";xmp.i_$QT="#000000";xmp.NO_TIME_LIMIT=-1;xmp.i_$QU="isAvailable";xmp.i_$QV="getPosition";xmp.i_$QW="getDuration";xmp.i_$QX="getVolume";xmp.i_$QY="setVolume";xmp.i_$QZ="getMute";xmp.i_$R0="setMute";xmp.FULLSCREEN="Fullscreen";xmp.i_$R1="getFullscreen";xmp.i_$R2="setFullscreen";xmp.i_$R3="getBufferingProgress";xmp.TYPE="type";xmp.ON_DEMAND_STREAMING_MODE="vod";xmp.LIVE_STREAMING_MODE="live";xmp.CONTROL_STREAMING_MODE="control";xmp.AD_STREAMING_MODE="ad";xmp.i_$R4="width";xmp.i_$R5="height";xmp.MT_PLAYER_BOOTSTRAP="bootstrap";xmp.MT_PLAYER_PLAYLIST_ENDED="playlist_ended";xmp.i_$OH("xmp.net");xmp.$.$5=function(Xc,Yc,Zc,$c,ad){this.p_$N=Xc;this.p_$O=Yc;this.p_$P=Zc;this.p_$Q=$c;this.p_$R=ad;this.p_$S=new xmp.$.$8(Yc);this.p_$T=null;this.p_$U=xmp.$.$7.i_$P4();this.p_$S.i_$R6(this.p_$Q.rootUrl+this.p_$S.i_$R7());};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0041\u0062\u0073\u0074\u0072\u0061\u0063\u0074\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$5);xmp.$.$5.prototype.i_$R8=function(){return this.p_$N;};xmp.$.$5.prototype.i_$R9=function(){return this.p_$O;};xmp.$.$5.prototype.i_$RA=function(){return this.p_$S;};xmp.$.$5.prototype.i_$RB=function(){return this.p_$P;};xmp.$.$5.prototype.i_$RC=function(){return this.p_$Q;};xmp.$.$5.prototype.i_$RD=function(){return this.p_$R;};xmp.$.$5.prototype.i_$RE=function(bd){throw new Error("Not supported.");};xmp.$.$5.prototype.i_$RF=function(cd,dd){throw new Error("Must override.");};xmp.$.$5.prototype.i_$RG=function(){var ed='';ed+=('Request ID: '+this.i_$R8()+', ');ed+=('Transport Type: '+xmp.$.$I.i_$RH(this.i_$RC().transportType)+', ');ed+=('Load ID: '+this.i_$R9()+', ');ed+=('Root URL: '+this.i_$RC().rootUrl+', ');ed+=('Content Type: '+xmp.$.$A.i_$RH(this.i_$RD()));return ed;};xmp.$.$5.prototype.i_$RI=function(){return this.p_$U;};xmp.$.$5.prototype.i_$RJ=function(){throw new Error("Must override.");};xmp.$.$5.prototype.i_$RK=function(){if(this.p_$T){this.p_$T.i_$RL();}};xmp.$.$5.prototype.i_$RM=function(){if(this.p_$T){this.p_$T.i_$RN();}};xmp.$.$5.prototype.i_$RO=function(){if(this.p_$T){this.p_$T.i_$RN();}
var fd=this.i_$RC().timeout;if(fd!==-1){if(this.p_$T===null){this.p_$T=new xmp.$.$1C(this.i_$R8(),fd,1,new xmp.$.$M(this.i_$R8(),this.p_$V,this));}
return true;}
return false;};xmp.$.$5.prototype.p_$V=function(gd,hd){this.i_$RM();this.i_$RJ();};xmp.i_$OH("xmp.net");xmp.$.$6=function(jd,kd,ld,md,nd){xmp.$.$6.ctor.call(this,jd,kd,ld,md,nd);this.p_$W=false;};xmp.DERIVE_CLASS(xmp.$.$5,xmp.$.$6);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0041\u0062\u0073\u0074\u0072\u0061\u0063\u0074\u0054\u0061\u0067\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$6);xmp.$.$6.prototype.i_$RE=function(od){this.i_$RP(od);};xmp.$.$6.prototype.i_$RF=function(pd,qd){try{this.p_$W=false;this.i_$RO();var rd=this.i_$RC().rootUrl+pd;if(qd!==null){throw new Error("Headers not supported");}
this.i_$RQ(rd);this.i_$RK();}
catch(e){this.i_$RR();this.i_$RM();this.i_$RA().i_$RS(e);this.i_$RI().i_$RT(this);}};xmp.$.$6.prototype.i_$RQ=function(sd){throw new Error("Must override this method!");};xmp.$.$6.prototype.i_$RR=function(){throw new Error("Must override this method!");};xmp.$.$6.prototype.i_$RU=function(){throw new Error("Must override this method!");};xmp.$.$6.prototype.i_$RV=function(){throw new Error("Must override this method!");};xmp.$.$6.prototype.i_$RP=function(td){try{this.i_$RM();if(this.p_$W){this.i_$RV('Dropping data, request timed out.');return;}
if(this.i_$RD()===xmp.$.$A.i_$RW){if(typeof td!=='string'){throw new Error('Requested text but got data of type:'+(typeof td));}
this.i_$RA().i_$RX(td);}
else if(this.i_$RD()===xmp.$.$A.i_$RY){var ud=null;if(typeof td==='string'){ud=this.i_$RI().i_$RZ(td);}
else if(typeof td==='object'&&td!==null){ud=td;}
if(ud!==null){this.i_$RA().i_$S0(ud);}
else{throw new Error('Requested JSON but got wrong data type:'+td);}}}
catch(e){this.i_$RA().i_$RS(e);}
this.i_$RR();this.i_$RI().i_$RT(this);};xmp.$.$6.prototype.i_$RJ=function(){this.p_$W=true;this.i_$RA().i_$S1();this.i_$RR();this.i_$RI().i_$RT(this);};xmp.i_$OH("xmp.net");xmp.$.$7=function(){this.p_$X=xmp.$.$16.i_$S2('AjaxRequestManager');this.p_$Y={};this.p_$Z=30000;this.p_$10=xmp.$.$I.i_$RH(xmp.$.$I.i_$S3);this.p_$11=1;this.p_$12=0;this.p_$13='GET';this.p_$14=0;this.p_$15={};};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0041\u006A\u0061\u0078\u0052\u0065\u0071\u0075\u0065\u0073\u0074\u004D\u0061\u006E\u0061\u0067\u0065\u0072',xmp.$.$7);xmp.$.$7.i_$S4='post_form';xmp.$.$7.prototype.i_$S5=function(vd,wd){xmp.$.$C.i_$P4().i_$S5(wd);};xmp.$.$7.p_$16=null;xmp.$.$7.i_$P4=function(){if(xmp.$.$7.p_$16===null){xmp.$.$7.p_$16=new xmp.$.$7();}
return xmp.$.$7.p_$16;};xmp.$.$7.i_$S6=function(xd,yd){var cb=new xmp.$.$M('Ping',xmp.$.$7.p_$17,null);xmp.$.$7.i_$P4().i_$RF(yd,cb,xd,yd,xmp.$.$A.i_$S7,null);};xmp.$.$7.p_$17=function(zd,Ad){};xmp.$.$7.prototype.i_$RF=function(Bd,Cd,Dd,Ed,Fd,Gd){var ok=xmp.i_$OP(Bd)&&xmp.i_$OP(Dd)&&xmp.i_$OP(Ed);if(ok){ok=(Cd!==null)&&(typeof Cd==='object');}
if(ok){Fd=xmp.$.$A.i_$S8(Fd);ok=(Fd!==xmp.$.$A.i_$S9);}
if(ok){if(!Gd){Gd=null;}
ok=((Gd===null)||(typeof Gd==='object'));}
if(!ok){throw new xmp.util.internals.InvalidArgsError('Invalid arguments, please read documentation for xmp.net.AjaxRequestManager.prototype.i_request.');}
var Hd=this.p_$18(Dd);if(!Hd){throw new Error('Could not find proper configuration for URL root type: '+Dd);}
this.p_$19(Hd,Bd,Cd,Ed,Fd,Gd);};xmp.$.$7.prototype.p_$19=function(Id,Jd,Kd,Ld,Md,Nd){var Od=this.p_$1A(Id.transportType,Jd,Kd,Id,Md);this.p_$15[Od.i_$R8()]=Od;this.p_$1B(Od,Ld,Nd);Od.i_$RF(Ld,Nd);};xmp.$.$7.prototype.p_$1C=function(Pd,Qd,Rd){var Sd='Making request = ';Sd+=(Pd.i_$RG()+', ');Sd+=('Relative URL: '+Qd+', ');Sd+=('Request Headers: ');if(Rd===null){Sd+='NONE';}
else{for(var i=0;i<Rd.length;i++){var Td=Rd[i];Sd+=(Td.name+' = '+Td.value);if(i!==(Rd.length-1)){Sd+=' & ';}}}
return Sd;};xmp.$.$7.prototype.p_$1A=function(Ud,Vd,Wd,Xd,Yd){var Zd=xmp.$.$I;var $d=Zd.i_$S8(Ud);this.p_$14++;var ae=this.p_$14.toString();switch($d){case Zd.i_$SA:return new xmp.$.$J(ae,Vd,Wd,Xd,Yd);case Zd.i_$SB:return new xmp.$.$D(ae,Vd,Wd,Xd,Yd);case Zd.i_$SC:return new xmp.$.$H(ae,Vd,Wd,Xd,Yd);case Zd.i_$S3:return new xmp.$.$B(ae,Vd,Wd,Xd,Yd);case Zd.i_$SD:return new xmp.$.$E(ae,Vd,Wd,Xd,Yd);default:return null;}};xmp.$.$7.prototype.i_$RZ=function(be){be=xmp.i_$OO(be);return this.i_$SE('('+be+')');};xmp.$.$7.prototype.i_$SE=function(ce){try{return eval(ce);}
catch(ex){throw new Error("Error parsing JSON: "+xmp.i_$ON(ex));}};xmp.$.$7.prototype.i_$RT=function(de){var ee=de.i_$R8();if(!this.p_$15[ee]){this.p_$X.debug("Did not find transport: "+ee);return;}
delete this.p_$15[ee];try{if(de.i_$RA().i_$SF()){if(de.i_$RA().i_$SG()||(de.i_$RA().i_$SH())){var fe=xmp.$.$P.i_$SI(xmp.$.$1E.CRITICAL_UNSPECIFIED_AJAX_ERROR,'ARM',this.p_$1D(de));this.p_$X.debug('ARM transport timeout',fe);}
else{this.p_$1E(de);}}
else{this.p_$1E(de);}
de.i_$RB().i_$OY(de.i_$RA());}
catch(e){this.p_$X.warn("Error while calling request callback.",e);}};xmp.$.$7.prototype.p_$1F=function(ge){var he=this.p_$Y[ge];if(!he){he=xmp.$.$16.i_$S2('AjaxRequestManager'+'_'+ge);this.p_$Y[ge]=he;}
return he;};xmp.$.$7.prototype.p_$1B=function(ie,je,ke){var le=this.p_$1F(ie.i_$RC().rootUrlType);if(le.isDebugEnabled()){le.debug(this.p_$1C(ie,je,ke));}};xmp.$.$7.prototype.p_$1E=function(me){var ne=this.p_$1F(me.i_$RC().rootUrlType);if(ne.isDebugEnabled()){ne.debug(this.p_$1D(me));}};xmp.$.$7.prototype.p_$1D=function(oe){var pe='Request complete (Request ID: '+oe.i_$R8()+'), response = '+oe.i_$RA().i_$RG();return pe;};xmp.$.$7.prototype.i_$SJ=function(qe,se){try{for(var te=xmp.$.$4.i_$Q7(this.p_$15);te.i_$Q9();te.i_$QB()){var ue=te.i_$QD();if(ue.i_$R9()===qe){ue.i_$RE(se);return;}}
this.p_$X.info("Dropping loaded data, could not find transport for: "+qe);}
catch(e){this.p_$X.warn("Error while calling i_handleLoadedCore.",e);}};xmp.$.$7.prototype.p_$18=function(ve){var we=xmp.$.$1A.i_$P4().i_$P5(ve);if(we.length===0){return null;}
var xe=xmp.$.$1A.i_$P4().i_$SK(ve);var ye=xmp.$.$I.i_$SL(xe.getString('transportType',this.p_$10));if(ye===xmp.$.$I.i_$S9){return null;}
var ze={};ze.rootUrl=we;ze.rootUrlType=ve;ze.transportType=ye;ze.timeout=xe.getInt('timeout',this.p_$Z);ze.retries=xe.getInt('retries',this.p_$11);ze.waitBetweenRetries=xe.getInt('waitBetweenRetries',this.p_$12);ze.requestVerb=xe.getString('requestVerb',this.p_$13);return ze;};xmp.i_$OH("xmp.net");xmp.$.$8=function(id){this.p_$1G=id;this.p_$1H="";this.p_$1I=null;this.p_$1J=null;this.p_$1K='';this.p_$1L=false;this.p_$1M=false;};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0041\u006A\u0061\u0078\u0052\u0065\u0073\u0070\u006F\u006E\u0073\u0065',xmp.$.$8);xmp.$.$8.prototype.i_$R7=function(){return this.p_$1G;};xmp.$.$8.prototype.i_$SM=function(){return this.p_$1H;};xmp.$.$8.prototype.i_$R6=function(Ae){this.p_$1H=Ae;};xmp.$.$8.prototype.i_$SF=function(){return(this.p_$1I!==null);};xmp.$.$8.prototype.i_$SG=function(){return this.p_$1L;};xmp.$.$8.prototype.i_$SH=function(){return this.p_$1M;};xmp.$.$8.prototype.i_$SN=function(){return this.p_$1I;};xmp.$.$8.prototype.i_$SO=function(){this.p_$1N();return this.p_$1J;};xmp.$.$8.prototype.i_$SP=function(){this.p_$1N();return this.p_$1K;};xmp.$.$8.prototype.i_$SQ=function(){if(this.i_$SF()){return xmp.i_$ON(this.i_$SN());}
else{return'No Error';}};xmp.$.$8.prototype.p_$1N=function(){if(this.i_$SF()){var ex=new xmp.$.$9('Tried to access AjaxResponse while in an error state, see nested exception.');ex.message+=('\nNESTED ERROR: '+xmp.i_$ON(this.p_$1I));throw ex;}};xmp.$.$8.prototype.i_$RS=function(Be){this.p_$1O(Be);};xmp.$.$8.prototype.i_$S1=function(){this.p_$1L=true;this.p_$1O(new Error("AjaxResponse: Request timed out."));};xmp.$.$8.prototype.i_$S0=function(Ce){this.p_$1J=Ce;};xmp.$.$8.prototype.i_$RX=function(De){this.p_$1K=De;};xmp.$.$8.prototype.p_$1O=function(Ee){this.p_$1M=false;if(Ee instanceof Error){this.p_$1I=new xmp.$.$9('AjaxResponse, see nested exception');this.p_$1I.message+=('\nNESTED ERROR: '+xmp.i_$ON(Ee));if((Ee instanceof xmp.$.$Q)||(Ee instanceof xmp.$.$P)){this.p_$1M=true;}}
else{this.p_$1I=new xmp.$.$9("AjaxResponse: UNKNOWN ERROR");}};xmp.$.$8.prototype.i_$RG=function(){var Fe='';Fe+=('Response ID: '+this.i_$SM()+'\n');if(this.i_$SF()){Fe+=('Response Text: '+this.p_$1K+'\n');Fe+=('Response JSON: null\n');Fe+=('ERROR Message: '+this.i_$SQ());}
else{Fe+=('Response Text: '+this.i_$SP()+'\n');Fe+=('Response JSON: '+((this.i_$SO()===null)?'null':'not null')+'\n');Fe+='SUCCESS';}
return Fe;};xmp.$.$9=function(Ge){this.name="AjaxResponseException";this.message=Ge;};xmp.DERIVE_CLASS(Error,xmp.$.$9);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0041\u006A\u0061\u0078\u0052\u0065\u0073\u0070\u006F\u006E\u0073\u0065\u0045\u0078\u0063\u0065\u0070\u0074\u0069\u006F\u006E',xmp.$.$9);xmp.i_$OH("xmp.net");xmp.$.$A=function(){};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0043\u006F\u006E\u0074\u0065\u006E\u0074\u0054\u0079\u0070\u0065\u0073',xmp.$.$A);xmp.$.$A.i_$S9=-1;xmp.$.$A.i_$RW=0;xmp.$.$A.i_$RY=1;xmp.$.$A.i_$S7=2;xmp.$.$A.p_$1P=-1;xmp.$.$A.p_$1Q=2;xmp.$.$A.i_$S8=function(He){var Ie=xmp.$.$A;if((typeof He!=='number')||(He<Ie.p_$1P)||(He>Ie.p_$1Q)){return Ie.p_$1P;}
return He;};xmp.$.$A.i_$RH=function(Je){var Ke=xmp.$.$A;var Le=Ke.i_$S8(Je);switch(Le){case Ke.i_$S9:return'invalid';case Ke.i_$RW:return'text';case Ke.i_$RY:return'json';case Ke.i_$S7:return'ping';default:return'invalid';}};xmp.$.$A.i_$SL=function(Me){var Ne=xmp.$.$A;switch(Me){case'invalid':return Ne.i_$S9;case'text':return Ne.i_$RW;case'json':return Ne.i_$RY;case'ping':return Ne.i_$S7;default:return Ne.i_$S9;}};xmp.i_$OH("xmp.net");xmp.net.handleScriptTagDataLoaded=function(Oe,Pe){xmp.$.$7.i_$P4().i_$SJ(Oe,Pe);};xmp.net.i_$SR=function(Qe,Re){xmp.$.$C.i_$P4().i_$SS(Qe,Re);};xmp.net.i_$ST=function(Se,Te){xmp.$.$C.i_$P4().i_$SU(Se,Te);};xmp.net.i_$SV=function(Ue,Ve,We){xmp.$.$C.i_$P4().i_$SW(Ue,Ve,We);};xmp.net.i_$SX=function(Xe,Ye){xmp.$.$C.i_$P4().i_$SY(Xe,Ye);};xmp.i_$OH("xmp.net");xmp.$.$B=function(Ze,$e,af,bf,cf){xmp.$.$B.ctor.call(this,Ze,$e,af,bf,cf);this.p_$1R="text/html";this.p_$1S="";this.p_$1T="";this.p_$1U=xmp.$.$C.i_$P4();this.p_$1V=(xmp.i_$P8()&&(xmp.$.$T.OS===xmp.WINDOWS_PLATFORM));this.p_$1W=null;};xmp.DERIVE_CLASS(xmp.$.$5,xmp.$.$B);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0046\u006C\u0061\u0073\u0068\u0058\u0068\u0072\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$B);xmp.$.$B.prototype.i_$SZ=function(){return this.p_$1S;};xmp.$.$B.prototype.i_$T0=function(){return this.p_$1T;};xmp.$.$B.prototype.i_$T1=function(){return this.i_$RC().requestVerb;};xmp.$.$B.prototype.i_$T2=function(){return this.p_$1R;};xmp.$.$B.prototype.p_$1X=function(){return this.p_$1U;};xmp.$.$B.prototype.i_$T3=function(){return this.p_$1W;};xmp.$.$B.prototype.i_$RF=function(df,ef){try{this.p_$1W=ef;this.p_$1T=this.i_$RC().rootUrl+df;this.p_$1S=this.p_$1X().i_$T4()+this.i_$R8();this.p_$1X().i_$T5(this);}
catch(e){this.i_$T6(e.name,e.message);}};xmp.$.$B.prototype.i_$T7=function(){this.i_$RO();this.p_$1X().i_$T7(this);this.i_$RK();};xmp.$.$B.prototype.i_$T8=function(ff){this.i_$RM();this.i_$RA().i_$RX(ff);if(this.i_$RD()===xmp.$.$A.i_$RY){var gf=this.i_$RI().i_$RZ(ff);this.i_$RA().i_$S0(gf);}
this.p_$1X().i_$T9(this);this.i_$RI().i_$RT(this);};xmp.$.$B.prototype.i_$T6=function(hf,jf){this.i_$RM();var kf="Type:  "+hf+"\nDescription:  "+jf;this.p_$1X().i_$T9(this);var lf=this.p_$1Y(jf);var mf=null;if(this.p_$1V&&(lf===0)){mf=xmp.$.$P.i_$SI(xmp.$.$1E.CRITICAL_UNSPECIFIED_AJAX_ERROR,'FlashXhrTransport',jf);}
else{mf=new Error(kf);}
this.i_$RA().i_$RS(mf);this.i_$RI().i_$RT(this);};xmp.$.$B.prototype.p_$1Y=function(nf){var re=/XML\/HTTP Error:\s{2}(\d{1,6}) \w*/;var of=nf.match(re);if(of!==null&&of.length>1){return parseInt(of[1],0);}
return-1;};xmp.$.$B.prototype.i_$RJ=function(){this.p_$1X().i_$T9(this);this.i_$RA().i_$S1();this.i_$RI().i_$RT(this);};xmp.i_$OH("xmp.net");xmp.$.$C=function(){this.p_$X=xmp.$.$16.i_$S2('FlashXhrTransportManager');this.p_$1Z=5000;this.p_$20="dataCallback";this.p_$21="XMLHttpRequest";this.p_$22="FlashXMLHttpRequest";this.p_$23="FlashXMLHttpRequestContainer";this.p_$24='None';this.p_$25={};this.p_$26=null;this.p_$27={};this.p_$28('Uninitialized');};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0046\u006C\u0061\u0073\u0068\u0058\u0068\u0072\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074\u004D\u0061\u006E\u0061\u0067\u0065\u0072',xmp.$.$C);xmp.$.$C.p_$16=null;xmp.$.$C.i_$P4=function(){if(xmp.$.$C.p_$16===null){xmp.$.$C.p_$16=new xmp.$.$C();}
return xmp.$.$C.p_$16;};xmp.$.$C.prototype.i_$S5=function(pf){try{if(this.p_$29()!=='Uninitialized'){throw new Error('FlashXhrTransportManager - Already started initialization.');}
this.p_$28('Before creation');this.p_$2A();this.p_$28('After creation');this.p_$26=pf;var qf=new xmp.$.$M('FlashXhrTransportManager_init',this.p_$2B,this);qf.i_$TA(this.p_$1Z,[]);}
catch(ex){pf.i_$OY(new Error(xmp.i_$ON(ex)));}};xmp.$.$C.prototype.p_$2B=function(){var rf=this.p_$26;this.p_$26=null;if(rf===null){return;}
var sf=new xmp.$.$4Q(null,'badInitialFlashObject',null,[{label:"Url",text:this.p_$2C()}]);this.p_$X.warn(sf.message,sf);rf.i_$OY(xmp.$.$Q.i_$TB(xmp.$.$1E.FATAL_PLUGIN_INIT,'FlashXhrTransportManager','timed out intializing flash XHR SWF'));};xmp.$.$C.prototype.i_$T4=function(){return this.p_$22;};xmp.$.$C.prototype.p_$2D=function(){return document.getElementById(this.i_$T4());};xmp.$.$C.prototype.i_$T7=function(tf){this.p_$2E();var uf=this.p_$2D();uf.xhrOpen(tf.i_$SZ(),tf.i_$T1(),tf.i_$T2());if(tf.i_$RD()===xmp.$.$A.i_$S7){uf.xhrSetResultData(tf.i_$SZ(),'ping');}
var vf=tf.i_$T3();if(vf){for(var i=0;i<vf.length;i++){var wf=vf[i];var xf=wf.name;if(xmp.i_$OP(wf.type)&&(wf.type===xmp.$.$7.i_$S4)){xf='_POST_FORM_VAR_:'+xf;}
uf.xhrAddRequestHeader(tf.i_$SZ(),xf,wf.value);}}
uf.xhrSend(tf.i_$SZ(),tf.i_$T0());};xmp.$.$C.prototype.p_$2C=function(){return xmp.makeSWFPath(this.p_$21,true);};xmp.$.$C.prototype.p_$2A=function(){if(document.getElementById(this.p_$23)===null){var yf=document.createElement("div");yf.setAttribute(xmp.ID_ATTRIBUTE,this.p_$23);yf.setAttribute(xmp.NAME_ATTRIBUTE,this.p_$23);xmp.i_$PD(document.body,yf);this.p_$27.onInit=xmp.i_$OK('xmp.net.i_$SR');this.p_$27.onData=xmp.i_$OK('xmp.net.i_$ST');this.p_$27.onError=xmp.i_$OK('xmp.net.i_$SV');this.p_$27.handleFSCommand=xmp.i_$OK('xmp.net.i_$SX');var zf={};zf[xmp.i_$QR]='create_handle';zf[xmp.i_$TC]=this.p_$27.onInit;zf[this.p_$20]=this.p_$27.onData;zf[xmp.i_$TD]=this.p_$27.onError;var Af={};Af[xmp.i_$TE]=xmp.i_$TF;xmp.$.$R.i_$TG(this.p_$2C(),this.p_$23,this.i_$T4(),'1','1','#FFFFFF',zf,Af);xmp.$.$R.i_$TH(yf,this.i_$T4(),this.p_$27.handleFSCommand+'(command, args);');}};xmp.$.$C.prototype.p_$2F=function(){this.p_$X.debug('In p_handleInit.');if(this.p_$29()==='Ready'){throw new Error('Invalid state transition, FlashXhrTransportManager already in Ready state.');}
if(this.p_$29()!=='After creation'){if(this.p_$29()!=='Relaying p_handleInit'){var Bf=new xmp.$.$M('FlashXhrTransportManager_relay_handleInit',this.p_$2F,this);Bf.i_$TI([]);this.p_$28('Relaying p_handleInit');}
return;}
var Cf=this.p_$26;this.p_$26=null;if(Cf===null){this.p_$X.i_$TJ("Unexpected: creation callback is null.");return;}
this.p_$28('Ready');Cf.i_$OY('Ready');};xmp.$.$C.prototype.i_$T9=function(Df){this.p_$2D().xhrClose(Df.i_$SZ());this.p_$25[Df.i_$SZ()]=null;delete this.p_$25[Df.i_$SZ()];};xmp.$.$C.prototype.i_$T5=function(Ef){this.p_$2E();this.p_$25[Ef.i_$SZ()]=Ef;Ef.i_$T7();};xmp.$.$C.prototype.i_$SY=function(Ff,Gf){try{Ff=xmp.$.$R.i_$TK(Ff);var Hf=xmp.$.$R;var If=null;switch(Ff){case this.p_$27.onInit:If=Hf.i_$TL(Gf,2);this.i_$SS(If[0],If[1]);break;case this.p_$27.onData:If=Hf.i_$TL(Gf,2);this.i_$SU(If[0],If[1]);break;case this.p_$27.onError:If=Hf.i_$TL(Gf,3);this.i_$SW(If[0],If[1],If[2]);break;default:this.p_$X.warn('Unrecognized FSCommand: '+Ff);break;}}
catch(e){this.p_$X.warn('Error executing FSCommand: '+Ff,e);}};xmp.$.$C.prototype.i_$SS=function(Jf,Kf){try{this.p_$2F();}
catch(e){this.p_$2G(e,true);}};xmp.$.$C.prototype.i_$SU=function(Lf,Mf){try{var Nf=this.p_$2H(Lf);try{Nf.i_$T8(xmp.$.$R.i_$TM(Mf));}
catch(e2){this.p_$2I(Nf,e2,true);}}
catch(e){this.p_$2G(e,false);}};xmp.$.$C.prototype.i_$SW=function(Of,Pf,Qf){try{var Rf=this.p_$2H(Of);try{Rf.i_$T6(Pf,Qf);}
catch(e2){this.p_$2I(Rf,e2,false);}}
catch(e){this.p_$2G(e,false);}};xmp.$.$C.prototype.p_$2H=function(Sf){var Tf=this.p_$2J(Sf);if(!Tf){throw new Error("Could not get transport for handle: "+Sf);}
return Tf;};xmp.$.$C.prototype.p_$2J=function(Uf){var Vf=this.p_$25[Uf];return(Vf)?Vf:null;};xmp.$.$C.prototype.p_$2G=function(Wf,Xf){if(Xf){this.p_$X.i_$TJ("Error in FlashXhrTransportManager",Wf);}
else{this.p_$X.warn("Error in FlashXhrTransportManager",Wf);}};xmp.$.$C.prototype.p_$2I=function(Yf,Zf,$f){try{if($f){Yf.i_$T6(Zf.name,Zf.message);}
else{this.p_$2G(Zf,false);this.i_$T9(Yf);}}
catch(e){var e2=new Error("Error calling p_handleTransportError: "+xmp.i_$ON(e)+"\nOriginal error: "+xmp.i_$ON(Zf));this.p_$2G(e2,true);}};xmp.$.$C.prototype.p_$28=function(ag){this.p_$X.debug('Transition init state from "'+this.p_$24+'" to "'+ag+'".');this.p_$24=ag;};xmp.$.$C.prototype.p_$29=function(){return this.p_$24;};xmp.$.$C.prototype.p_$2K=function(){return(this.p_$29()==='Ready');};xmp.$.$C.prototype.p_$2E=function(){if(!this.p_$2K()){throw new Error("FlashXhrTransportManager is not iniitialized!");}};xmp.i_$OH("xmp.net");xmp.$.$D=function(bg,cg,dg,eg,fg){xmp.$.$D.ctor.call(this,bg,cg,dg,eg,fg);this.p_$X=xmp.$.$16.i_$S2('IFrameTagTransport');};xmp.DERIVE_CLASS(xmp.$.$6,xmp.$.$D);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0049\u0046\u0072\u0061\u006D\u0065\u0054\u0061\u0067\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$D);xmp.$.$D.prototype.i_$RQ=function(gg){var hg=document.createElement('iframe');hg.id=this.i_$RU();document.body.appendChild(hg);hg.src=gg;};xmp.$.$D.prototype.i_$RR=function(){try{var ig=document.getElementById(this.i_$RU());if(ig){document.body.removeChild(ig);}}
catch(e){this.p_$X.warn('Error removing tag with ID: '+this.i_$RU(),e);}};xmp.$.$D.prototype.i_$RU=function(){return'IFrameTagTransport'+'_'+this.i_$R8();};xmp.$.$D.prototype.i_$RV=function(){return this.p_$X;};xmp.i_$OH("xmp.net");xmp.$.$E=function(jg,kg,lg,mg,ng){xmp.$.$E.ctor.call(this,jg,kg,lg,mg,ng);};xmp.DERIVE_CLASS(xmp.$.$5,xmp.$.$E);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u004D\u006F\u0063\u006B\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$E);xmp.$.$E.prototype.i_$RF=function(og,pg){this.p_$1T=og;this.p_$2L=xmp.$.$F.i_$TN(og,pg);this.p_$2M();};xmp.$.$E.prototype.p_$2M=function(){this.i_$RO();this.i_$RK();if(this.p_$2N){this.p_$2N.i_$RN();}
if(this.p_$2L){this.p_$2O=this.p_$2L.i_$TO();}
else{this.p_$2O=xmp.$.$G.i_$P4().i_$TP(this.p_$1T);}
var qg=this.p_$2O?this.p_$2O.delay:200;this.p_$2N=new xmp.$.$1C(this.i_$R8(),qg,1,new xmp.$.$M(this.i_$R8(),this.p_$2P,this));this.p_$2N.i_$RL();};xmp.$.$E.prototype.p_$2P=function(rg,sg){sg.i_$RN();try{if(this.p_$2O){this.p_$2Q(this.p_$2O.data);}
else{this.p_$2G("MockTransportError","No mock data found for "+this.p_$1T);}}
catch(e){this.p_$2G(e.name,e.message);}};xmp.$.$E.prototype.p_$2Q=function(tg){this.i_$RM();var ug=null;var vg=null;if(typeof tg==='string'){ug=tg;}
else{vg=tg;ug=xmp.i_$PH(tg);}
this.i_$RA().i_$RX(ug);if(this.i_$RD()===xmp.$.$A.i_$RY){if(!vg){vg=this.i_$RI().i_$RZ(ug);}
this.i_$RA().i_$S0(vg);}
this.i_$RI().i_$RT(this);};xmp.$.$E.prototype.p_$2G=function(wg,xg){this.i_$RM();var yg="Type:  "+wg+"\nDescription:  "+xg;this.i_$RA().i_$RS(new Error(yg));this.i_$RI().i_$RT(this);};xmp.$.$E.prototype.i_$RJ=function(){this.i_$RA().i_$S1();this.i_$RI().i_$RT(this);};xmp.$.$F=function(zg,Ag){this.p_$1W=Ag;};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u004D\u006F\u0063\u006B\u0041\u0064\u0043\u006F\u006D\u0070\u006F\u0073\u0069\u0074\u006F\u0072',xmp.$.$F);xmp.$.$F.i_$TN=function(Bg,Cg){if(Cg!==null&&Cg.length>0&&xmp.i_$OP(Cg[0].name)&&Cg[0].name.indexOf('ad')===0){return new xmp.$.$F(Bg,Cg);}
return null;};xmp.$.$F.prototype.i_$TO=function(){var Dg=200;try{var Eg=[];for(var i=0;i<this.p_$1W.length;i++){var Fg=this.p_$1W[i];var Gg=xmp.$.$G.i_$P4().i_$TP(Fg.value);var Hg='';if(Gg){var Ig=Gg.data;if(typeof(Ig)==='object'){Ig=xmp.i_$PH(Ig);}
Hg='__@@$$@@__ '+Fg.name+' OK\n'+Ig;Dg=Math.max(Dg,Gg.delay);}
else{Hg='__@@$$@@__ '+Fg.name+' ERROR\n'+"MockTransportError: No mock data found for "+Fg.value;}
Eg.push({sortKey:Fg.name,data:Hg});}
Eg.sort(function(Jg,Kg){if(Jg.sortKey<Kg.sortKey){return-1;}
else if(Jg.sortKey>Kg.sortKey){return 1;}
return 0;});var Lg=[];for(var j=0;j<Eg.length;j++){Lg.push(Eg[j].data);}
var Mg={};Mg.data=Lg.join('\n');Mg.delay=Dg;return Mg;}
catch(ex){xmp.$.$16.i_$S2('MockAdCompositor').warn('Error in i_constructComposite',ex);}
return{'data':'','delay':Dg};};xmp.i_$OH("xmp.net");xmp.$.$G=function(){this.p_$X=xmp.$.$16.i_$S2('MockTransportData');this.p_$2R={};};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u004D\u006F\u0063\u006B\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074\u0044\u0061\u0074\u0061',xmp.$.$G);xmp.$.$G.p_$16=null;xmp.$.$G.i_$P4=function(){if(xmp.$.$G.p_$16===null){xmp.$.$G.p_$16=new xmp.$.$G();}
return xmp.$.$G.p_$16;};xmp.$.$G.prototype.i_$TQ=function(Ng){this.p_$2R=Ng;};xmp.$.$G.prototype.i_$TR=function(){return this.p_$2R;};xmp.$.$G.prototype.i_$TS=function(Og,Pg){var Qg=this.p_$2S(Og);this.p_$2R[Qg]=Pg;};xmp.$.$G.prototype.i_$TP=function(Rg){this.p_$X.info("MockTransportData.getData for "+Rg);var Sg=this.p_$2S(Rg);return this.p_$2R[Sg];};xmp.$.$G.prototype.p_$2S=function(Tg){var Ug=this.p_$2T(Tg)?this.p_$2U(Tg):Tg;return Ug;};xmp.$.$G.prototype.p_$2T=function(Vg){return Vg.match(/tile=\d+/);};xmp.$.$G.prototype.p_$2U=function(Wg){var Xg=Wg.replace(/tile=\d+&/,'');if(Xg===Wg){Xg=Wg.replace(/&tile=\d+/,'');}
return Xg;};xmp.i_$OH("xmp.net");xmp.$.$H=function(Yg,Zg,$g,ah,bh){xmp.$.$H.ctor.call(this,Yg,Zg,$g,ah,bh);this.p_$X=xmp.$.$16.i_$S2('ScriptTagTransport');};xmp.DERIVE_CLASS(xmp.$.$6,xmp.$.$H);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0053\u0063\u0072\u0069\u0070\u0074\u0054\u0061\u0067\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$H);xmp.$.$H.prototype.i_$RQ=function(ch){var dh=document.createElement('script');dh.id=this.i_$RU();document.body.appendChild(dh);dh.src=ch;};xmp.$.$H.prototype.i_$RR=function(){try{var eh=document.getElementById(this.i_$RU());if(eh){document.body.removeChild(eh);}}
catch(e){this.p_$X.warn('Error removing tag with ID: '+this.i_$RU(),e);}};xmp.$.$H.prototype.i_$RU=function(){return'ScriptTagTransport'+'_'+this.i_$R8();};xmp.$.$H.prototype.i_$RV=function(){return this.p_$X;};xmp.i_$OH("xmp.net");xmp.$.$I=function(){};xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074\u0054\u0079\u0070\u0065\u0073',xmp.$.$I);xmp.$.$I.i_$S9=-1;xmp.$.$I.i_$SA=0;xmp.$.$I.i_$SB=1;xmp.$.$I.i_$SC=2;xmp.$.$I.i_$S3=3;xmp.$.$I.i_$SD=4;xmp.$.$I.p_$1P=-1;xmp.$.$I.p_$1Q=4;xmp.$.$I.i_$S8=function(fh){var gh=xmp.$.$I;if((typeof fh!=='number')||(fh<gh.p_$1P)||(fh>gh.p_$1Q)){return gh.p_$1P;}
return fh;};xmp.$.$I.i_$RH=function(hh){var ih=xmp.$.$I;var jh=ih.i_$S8(hh);switch(jh){case ih.i_$S9:return'invalid';case ih.i_$SA:return'xhr';case ih.i_$SB:return'iframe';case ih.i_$SC:return'script';case ih.i_$S3:return'flash';case ih.i_$SD:return'mock';default:return'invalid';}};xmp.$.$I.i_$SL=function(kh){var lh=xmp.$.$I;switch(kh){case'invalid':return lh.i_$S9;case'xhr':return lh.i_$SA;case'iframe':return lh.i_$SB;case'script':return lh.i_$SC;case'flash':return lh.i_$S3;case'mock':return lh.i_$SD;default:return lh.i_$S9;}};xmp.i_$OH("xmp.net");xmp.$.$J=function(mh,nh,oh,ph,qh){xmp.$.$J.ctor.call(this,mh,nh,oh,ph,qh);this.p_$2V=this.p_$2W();var rh=this;this.p_$2V.onreadystatechange=function(){rh.p_$2X();};};xmp.DERIVE_CLASS(xmp.$.$5,xmp.$.$J);xmp.$.$3.i_$PZ('\u0078\u006D\u0070\u002E\u006E\u0065\u0074\u002E\u0058\u0068\u0072\u0054\u0072\u0061\u006E\u0073\u0070\u006F\u0072\u0074',xmp.$.$J);xmp.$.$J.prototype.i_$RF=function(sh,th){try{this.i_$RO();var uh=this.i_$RC().rootUrl+sh;this.p_$2V.open('GET',uh);if(th!==null){for(var i=0;i<th.length;i++){var vh=th[i];this.p_$2V.setRequestHeader(vh.name,vh.value);}}
this.p_$2V.send(null);this.i_$RK();}
catch(e){this.i_$RM();this.i_$RA().i_$RS(e);this.i_$RI().i_$RT(this);}};xmp.$.$J.prototype.p_$2Y=function(){try{this.i_$RM();if(this.p_$2V.status!==200){throw new Error('Status: '+this.p_$2V.status);}
var wh=this.p_$2V.responseText;this.i_$RA().i_$RX(wh);if(this.i_$RD()===xmp.$.$A.i_$RY){var xh=this.i_$RI().i_$RZ(wh);this.i_$RA().i_$S0(xh);}}
catch(e){this.i_$RA().i_$RS(e);}
this.i_$RI().i_$RT(this);};xmp.$.$J.prototype.i_$RJ=function(){this.p_$2V.abort();this.i_$RA().i_$S1();this.i_$RI().i_$RT(this);};xmp.$.$J.prototype.p_$2X=function(){if(this.p_$2V.readyState===4){this.p_$2Y();}};xmp.$.$J.p_$2Z=[function(){return new XMLHttpRequest();},function(){return new ActiveXObject('Msxml2.XMLHTTP');},function(){return new ActiveXObject('Microsoft.XMLHTTP');}];xmp.$.$J.p_$30=null;xmp.$.$J.prototype.p_$2W=function(){if(xmp.$.$J.p_$30!==null){return xmp.$.$J.p_$30();}
for(var i=0;i<xmp.$.$J.p_$2Z.length;i++){try{var yh=xmp.$.$J.p_$2Z[i];var zh=yh();if(zh!==null){xmp.$.$J.p_$30=yh;return zh;}}
catch(e){continue;}}
xmp.$.$J.p_$30=function(){throw new Error('XMLHttpRequest not supported.');};xmp.$.$J.p_$30();return null;};


////////////////////////////////////////////////////////////////////////////////
// Original File: \Development\3rdparty\SWFObject_v2.1\release\xmp_swfobject.js
////////////////////////////////////////////////////////////////////////////////

/* SWFObject v2.1 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
	** This verion modified for XMP - see debug version for details **
*/
if(!xmp){xmp={};}xmp.swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!==b&&typeof K.getElementsByTagName!==b&&typeof K.createElement!==b,AF=[0,0,0],x=null;if(typeof T.plugins!==b&&typeof T.plugins[n]===Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!==b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AF[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AF[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AF[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0;}}else{if(typeof j.ActiveXObject!==b){var AA=null,AD=false;try{AA=new ActiveXObject(p+".7");}catch(t){try{AA=new ActiveXObject(p+".6");AF=[6,0,21];AA.AllowScriptAccess="always";}catch(z){if(AF[0]===6){AD=true;}}if(!AD){try{AA=new ActiveXObject(p);}catch(y){}}}if(!AD&&AA){try{x=AA.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AF=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)];}}catch(s){}}}}var AE=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AC=/webkit/.test(AE)?parseFloat(AE.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,AB=r?(/win/).test(r):(/win/).test(AE),w=r?(/mac/).test(r):(/mac/).test(AE);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AF,webkit:AC,ie:q,win:AB,mac:w};}();var L=function(){if(!h.w3cdom){return ;}f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S);}}catch(q){}}if(h.webkit&&typeof K.readyState!==b){Z=window.setInterval(function(){if(/loaded|complete/.test(K.readyState)){E();}},10);}if(typeof K.addEventListener!==b){K.addEventListener("DOMContentLoaded",E,null);}R(E);}();function S(){if(J.readyState==="complete"){J.parentNode.removeChild(J);E();}}function E(){if(e){return ;}if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u);}catch(w){return ;}}e=true;if(Z){window.clearInterval(Z);Z=null;}var q=o.length;for(var r=0;r<q;r++){o[r]();}}function f(q){if(e){q();}else{o[o.length]=q;}}function R(r){if(typeof j.addEventListener!==b){j.addEventListener("load",r,false);}else{if(typeof K.addEventListener!==b){K.addEventListener("load",r,false);}else{if(typeof j.attachEvent!==b){I(j,"onload",r);}else{if(typeof j.onload==="function"){var q=j.onload;j.onload=function(){q();r();};}else{j.onload=r;}}}}}function H(){var s=N.length;for(var q=0;q<s;q++){var t=N[q].id;if(h.pv[0]>0){var r=C(t);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r);}W(t,true);}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q]);}else{O(r);}}}}else{W(t,true);}}}function Y(s){var q=s.getElementsByTagName(Q)[0];if(q){var v=a("embed"),x=q.attributes;if(x){var u=x.length;for(var t=0;t<u;t++){if(x[t].nodeName==="DATA"){v.setAttribute("src",x[t].nodeValue);}else{v.setAttribute(x[t].nodeName,x[t].nodeValue);}}}var w=q.childNodes;if(w){var y=w.length;for(var r=0;r<y;r++){if(w[r].nodeType===1&&w[r].nodeName==="PARAM"){v.setAttribute(w[r].getAttribute("name"),w[r].getAttribute("value"));}}}s.parentNode.replaceChild(v,s);}}function k(v){A=true;var t=C(v.id);if(t){if(v.altContentId){var x=C(v.altContentId);if(x){M=x;l=v.altContentId;}}else{M=G(t);}if(!(/%$/.test(v.width))&&parseInt(v.width,10)<310){v.width="310";}if(!(/%$/.test(v.height))&&parseInt(v.height,10)<137){v.height="137";}K.title=K.title.slice(0,47)+" - Flash Player Installation";var y=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+y+"&MMdoctitle="+q,w=v.id;if(h.ie&&h.win&&t.readyState!==4){var s=a("div");w+="SWFObjectNew";s.setAttribute("id",w);t.parentNode.insertBefore(s,t);t.style.display="none";var u=function(){t.parentNode.removeChild(t);};I(j,"onload",u);}U({data:v.expressInstall,id:m,width:v.width,height:v.height},{flashvars:r},w);}}function O(s){if(h.ie&&h.win&&s.readyState!==4){var r=a("div");s.parentNode.insertBefore(r,s);r.parentNode.replaceChild(G(s),r);s.style.display="none";var q=function(){s.parentNode.removeChild(s);};I(j,"onload",q);}else{s.parentNode.replaceChild(G(s),s);}}function G(u){var t=a("div");if(h.win&&h.ie){t.innerHTML=u.innerHTML;}else{var r=u.getElementsByTagName(Q)[0];if(r){var v=r.childNodes;if(v){var q=v.length;for(var s=0;s<q;s++){if(!(v[s].nodeType===1&&v[s].nodeName==="PARAM")&&!(v[s].nodeType===8)){t.appendChild(v[s].cloneNode(true));}}}}}return t;}function U(AF,AD,s){var q,u=C(s);if(u){if(typeof AF.id===b){AF.id=s;}if(h.ie&&h.win){var AE="";for(var AA in AF){if(AF[AA]!==Object.prototype[AA]){if(AA.toLowerCase()==="data"){AD.movie=AF[AA];}else{if(AA.toLowerCase()==="styleclass"){AE+=' class="'+AF[AA]+'"';}else{if(AA.toLowerCase()!=="classid"){AE+=" "+AA+'="'+AF[AA]+'"';}}}}}var AC="";for(var z in AD){if(AD[z]!==Object.prototype[z]){AC+='<param name="'+z+'" value="'+AD[z]+'" />';}}u.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AE+">"+AC+"</object>";i[i.length]=AF.id;q=C(AF.id);}else{if(h.webkit&&h.webkit<312){var AB=a("embed");AB.setAttribute("type",P);for(var y in AF){if(AF[y]!==Object.prototype[y]){if(y.toLowerCase()==="data"){AB.setAttribute("src",AF[y]);}else{if(y.toLowerCase()==="styleclass"){AB.setAttribute("class",AF[y]);}else{if(y.toLowerCase()!=="classid"){AB.setAttribute(y,AF[y]);}}}}}for(var x in AD){if(AD[x]!==Object.prototype[x]){if(x.toLowerCase()!=="movie"){AB.setAttribute(x,AD[x]);}}}u.parentNode.replaceChild(AB,u);q=AB;}else{var t=a(Q);t.setAttribute("type",P);for(var w in AF){if(AF[w]!==Object.prototype[w]){if(w.toLowerCase()==="styleclass"){t.setAttribute("class",AF[w]);}else{if(w.toLowerCase()!=="classid"){t.setAttribute(w,AF[w]);}}}}for(var v in AD){if(AD[v]!==Object.prototype[v]&&v.toLowerCase()!=="movie"){F(t,v,AD[v]);}}u.parentNode.replaceChild(t,u);q=t;}}}return q;}function F(s,q,r){var t=a("param");t.setAttribute("name",q);t.setAttribute("value",r);s.appendChild(t);}function X(r){var q=C(r);if(q&&(q.nodeName==="OBJECT"||q.nodeName==="EMBED")){if(h.ie&&h.win){if(q.readyState===4){B(r);}else{j.attachEvent("onload",function(){B(r);});}}else{q.parentNode.removeChild(q);}}}function B(s){var r=C(s);if(r){for(var q in r){if(typeof r[q]==="function"){r[q]=null;}}r.parentNode.removeChild(r);}}function C(s){var q=null;try{q=K.getElementById(s);}catch(r){}return q;}function a(q){return K.createElement(q);}function I(s,q,r){s.attachEvent(q,r);d[d.length]=[s,q,r];}function c(s){var r=h.pv,q=s.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]===q[0]&&r[1]>q[1])||(r[0]===q[0]&&r[1]===q[1]&&r[2]>=q[2]))?true:false;}function V(v,r){if(h.ie&&h.mac){return ;}var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!==b){t.appendChild(K.createTextNode(v+" {"+r+"}"));}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!==b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule===Q){q.addRule(v,r);}}}function W(s,q){var r=q?"visible":"hidden";if(e&&C(s)){C(s).style.visibility=r;}else{V("#"+s,"visibility:"+r);}}function g(r){var t=/[\\\"<>\.;]/;var q=t.exec(r)!==null;return q?encodeURIComponent(r):r;}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var t=d.length;for(var s=0;s<t;s++){d[s][0].detachEvent(d[s][1],d[s][2]);}var q=i.length;for(var r=0;r<q;r++){X(i[r]);}xmp.nullMap(h);h=null;xmp.nullMap(xmp.swfobject);xmp.swfobject=null;});}}();return{registerObject:function(t,q,s){if(!h.w3cdom||!t||!q){return ;}var r={};r.id=t;r.swfVersion=q;r.expressInstall=s?s:false;N[N.length]=r;W(t,false);},getObjectById:function(u){var q=null;if(h.w3cdom){var s=C(u);if(s){var t=s.getElementsByTagName(Q)[0];if(!t||(t&&typeof s.SetVariable!==b)){q=s;}else{if(typeof t.SetVariable!==b){q=t;}}}}return q;},embedSWF:function(w,AD,AA,AC,q,v,r,y,AB){if(!h.w3cdom||!w||!AD||!AA||!AC||!q){return ;}AA+="";AC+="";if(c(q)){W(AD,false);var z={};if(AB&&typeof AB===Q){for(var u in AB){if(AB[u]!==Object.prototype[u]){z[u]=AB[u];}}}z.data=w;z.width=AA;z.height=AC;var x={};if(y&&typeof y===Q){for(var t in y){if(y[t]!==Object.prototype[t]){x[t]=y[t];}}}if(r&&typeof r===Q){for(var s in r){if(r[s]!==Object.prototype[s]){if(typeof x.flashvars!==b){x.flashvars+="&"+s+"="+r[s];}else{x.flashvars=s+"="+r[s];}}}}f(function(){U(z,x,AD);if(z.id===AD){W(AD,true);}});}else{if(v&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AD,false);f(function(){var AE={};AE.id=AE.altContentId=AD;AE.width=AA;AE.height=AC;AE.expressInstall=v;k(AE);});}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]};},hasFlashPlayerVersion:c,createSWF:function(s,r,q){if(h.w3cdom){return U(s,r,q);}else{return undefined;}},removeSWF:function(q){if(h.w3cdom){X(q);}},createCSS:function(r,q){if(h.w3cdom){V(r,q);}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(u){var t=K.location.search||K.location.hash;if(u===null){return g(t);}if(t){var s=t.substring(1).split("&");for(var r=0;r<s.length;r++){if(s[r].substring(0,s[r].indexOf("="))===u){return g(s[r].substring((s[r].indexOf("=")+1)));}}}return"";},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block";}}M=null;l=null;A=false;}}}};}();

