function t(){};t.dz="Document contains no parsing errors";t.cI="Document is empty";t.cu="Not well-formed or other error";var cA=0;var bT="";var aN=document.implementation&&true;var aI=aN&&document.implementation.createDocument;var cc=aN&&document.implementation.hasFeature;var fd=aI&&cc;var cG=(navigator.userAgent&&navigator.vendor&&(navigator.userAgent.toLowerCase().indexOf("applewebkit")!= -1||navigator.vendor.indexOf("Apple")!= -1));var cq=document.all&&window.ActiveXObject&&navigator.userAgent.toLowerCase().indexOf("msie")> -1&&navigator.userAgent.toLowerCase().indexOf("opera")== -1;if(window&&(!window.Node|| !window.Node.ELEMENT_NODE)){window.Node={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12};};if(cq){bT="xsl:";var aw="";var av="";var bj="";t.aL=function(cs){var dY=false;for(var i=0;i<cs.length&& !dY;i++){try{var J=new ActiveXObject(cs[i]);fj=cs[i];dY=true;}catch(fr){};};if(!dY)throw "Could not retreive a valid progID of Class: "+cs[cs.length-1]+". (original exception: "+e+")";cs=null;return fj;};aw=null;az=null;aD=null;av=null;if(!window.XMLHttpRequest){XMLHttpRequest=function(){if(!av){av=t.aL(["Msxml2.XMLHTTP.5.0","Msxml2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"]);};return new ActiveXObject(av);};};t.af=function(bB,aF){if(!aw){aw=t.aL(["Msxml2.DOMDocument.5.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0","MSXML2.DOMDocument","MSXML.DOMDocument","Microsoft.XMLDOM"]);};var J=new ActiveXObject(aw);if(aF){var prefix="";if(bB){if(aF.indexOf(":")>1){prefix=aF.substring(0,aF.indexOf(":"));aF=aF.substring(aF.indexOf(":")+1);}else{prefix="a"+(cA++);};};if(bB){J.loadXML('<'+prefix+':'+aF+" xmlns:"+prefix+"=\""+bB+"\""+" />");}else{J.loadXML('<'+aF+" />");};};return J;};t.bW=function(J){var P=t.dz;if(J.aU.eO!=0){P="XML Parsing Error: "+J.aU.reason+"\nLocation: "+J.aU.url+"\nLine Number "+J.aU.line+", Column "+J.aU.fg+":\n"+J.aU.fZ+"\n";for(var i=0;i<J.aU.fg;i++){P+="-";};P+="^\n";}else if(J.documentElement==null){P=t.cI;};return P;};t.eM=function(J,fp){J.setProperty("SelectionLanguage","XPath");J.setProperty("SelectionNamespaces",fp);};XSLTProcessor=function(){if(!aD){aD=t.aL(["Msxml2.XSLTemplate.5.0","Msxml2.XSLTemplate.4.0","MSXML2.XSLTemplate.3.0"]);};this.dL=new ActiveXObject(aD);this.bx=null;};XSLTProcessor.prototype.importStylesheet=function(dR){if(!az){az=t.aL(["Msxml2.FreeThreadedDOMDocument.5.0","MSXML2.FreeThreadedDOMDocument.4.0","MSXML2.FreeThreadedDOMDocument.3.0"]);bj=t.aL(["Msxml2.MXXMLWriter.5.0","Msxml2.MXXMLWriter.4.0","Msxml2.MXXMLWriter.3.0","MSXML2.MXXMLWriter","MSXML.MXXMLWriter","Microsoft.XMLDOM"]);};var co=new ActiveXObject(az);if(dR.url){co.async=false;co.load(dR.url);}else{co.loadXML(dR.xml);}this.dL.fH=co;this.bx=this.dL.fe();this.bv=new Array();};XSLTProcessor.prototype.transformToDocument=function(eF){this.bx.input=eF;var eU=new ActiveXObject(bj);this.bx.ft=eU;this.bx.transform();var J=new ActiveXObject(aw);J.loadXML(eU.ft+"");return J;};XSLTProcessor.prototype.setParameter=function(bz,name,value){if(bz){this.bx.dO(name,value,bz);}else{this.bx.dO(name,value);};if(!this.bv[""+bz]){this.bv[""+bz]=new Array();};this.bv[""+bz][name]=value;};XSLTProcessor.prototype.getParameter=function(bz,name){bz=bz||"";if(this.bv[bz]&&this.bv[bz][name]){return this.bv[bz][name];}else{return null;};};}else{if(aI){t.ds=function(J){t.cN(J,4);};bQ=function(){t.ds(this);};t.cN=function(J,cP){J.readyState=cP;J.fG=cP;if(J.onreadystatechange!=null&&typeof J.onreadystatechange=="function")J.onreadystatechange();};t.af=function(bB,aF){var J=document.implementation.createDocument(bB?bB:null,aF?aF:null,null);if(!J.onreadystatechange){J.onreadystatechange=null;};if(!J.readyState){J.readyState=0;};J.addEventListener("load",bQ,false);return J;};if(window.XMLDocument){}else if(document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature('LS','3.0')){t.af=function(bB,aF){var J=document.implementation.createDocument(bB?bB:null,aF?aF:null,null);return J;};}else{t.af=function(bB,aF){var J=document.implementation.createDocument(bB?bB:null,aF?aF:null,null);if(J&&(bB||aF)&& !J.documentElement){J.appendChild(J.createElementNS(bB,aF));};return J;};};};};if(!window.DOMParser){if(cG){DOMParser=function(){};DOMParser.prototype.parseFromString=function(cW,contentType){var aP=new XMLHttpRequest();aP.open("GET","data:text/xml;charset=utf-8,"+encodeURIComponent(cW),false);aP.send(null);return aP.responseXML;};}else if(t.af&&t.af()&&t.af(null,"bar").xml){DOMParser=function(){};DOMParser.prototype.parseFromString=function(cW,contentType){var eh=t.af();eh.loadXML(cW);return eh;};};};if(!window.document.importNode&&cq){try{window.document.importNode=function(bH,eK){var importNode=document.createElement("div");if(eK){importNode.innerHTML=new XMLSerializer().serializeToString(bH);}else{importNode.innerHTML=new XMLSerializer().serializeToString(bH.cloneNode(false));};return importNode.getElementsByTagName("*")[0];};}catch(e){};};if(!window.t.bW){t.bW=function(J){var P=t.dz;if(!J.documentElement){P=t.cI;}else if(J.documentElement.tagName=="bI"){P=J.documentElement.firstChild.data;P+="\n"+J.documentElement.firstChild.nextSibling.firstChild.data;}else if(J.getElementsByTagName("bI").length>0){var bI=J.getElementsByTagName("bI")[0];P=t.en(bI,true)+"\n";}else if(J.aU&&J.aU.eO!=0){P=t.cu;};return P;};};t.en=function(bH,fT){var s="";var bc=bH.childNodes;for(var i=0;i<bc.length;i++){var eZ=bc[i];var nodeType=eZ.nodeType;if(nodeType==Node.TEXT_NODE||nodeType==Node.CDATA_SECTION_NODE){s+=eZ.data;}else if(fT==true&&(nodeType==Node.ELEMENT_NODE||nodeType==Node.DOCUMENT_NODE||nodeType==Node.DOCUMENT_FRAGMENT_NODE)){s+=t.en(eZ,true);};};return s;};if(!window.XMLSerializer&&t.af&&t.af("","foo",null).xml){XMLSerializer=function(){};XMLSerializer.prototype.serializeToString=function(bH){return bH.xml;};};t.fI=function(s){return s.replace(/<[^>]+>/g,"");};t.bD=function(bH){while(bH.firstChild){bH.removeChild(bH.firstChild);};};t.fk=function(aZ,aA,bh){if((!aZ)||(!aA)){throw "Both source and destination bc must be provided";};if(!bh){t.bD(aA);};var ck=aA.nodeType==Node.DOCUMENT_NODE?aA:aA.ownerDocument;var bc=aZ.childNodes;if(ck.importNode){for(var i=0;i<bc.length;i++){aA.appendChild(ck.importNode(bc[i],true));};}else{for(var i=0;i<bc.length;i++){aA.appendChild(bc[i].cloneNode(true));};};};t.fh=function(aZ,aA,bh){if((!aZ)||(!aA)){throw "Both source and destination bc must be provided";};if(!bh){t.bD(aA);};var bc=aZ.childNodes;if(aZ.ownerDocument==aA.ownerDocument){while(aZ.firstChild){aA.appendChild(aZ.firstChild);};}else{var ck=aA.nodeType==Node.DOCUMENT_NODE?aA:aA.ownerDocument;if(ck.importNode){for(var i=0;i<bc.length;i++){aA.appendChild(ck.importNode(bc[i],true));};}else{for(var i=0;i<bc.length;i++){aA.appendChild(bc[i].cloneNode(true));};};t.bD(aZ);};};t.fq=function(aT,cw,ba){ba=ba?ba:'';var s=ba+'<'+cw+'>';var fx=false;if(!(aT instanceof Object)||aT instanceof Number||aT instanceof String||aT instanceof Boolean||aT instanceof Date){s+=t.escape(""+aT);fx=true;}else{s+="\n";var fY='';var ee=aT instanceof Array;for(var name in aT){s+=t.fq(aT[name],(ee?"array-item cQ=\""+name+"\"":name),ba+"   ");};s+=ba;};return s+=(cw.indexOf(' ')!= -1?"</array-item>\n":"</"+cw+">\n");};t.escape=function(cW){return cW.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;");};t.unescape=function(cW){return cW.replace(/&apos;/g,"'").replace(/&quot;/g,"\"").replace(/&gt;/g,">").replace(/&lt;/g,"<").replace(/&amp;/g,"&");}; function ELM(id,eh){if(typeof(eh)=='undefined')eh=document;return eh.getElementById(id);};function DISPLAY(id,option){var v=ELM(id);var bu;switch(option){case '1':case true:option='block';bu=true;break;case '0':case false:option='none';bu=false;break;case 'block':case 'inline':bu=true;break;case 'none':bu=false;break;case 'switch':if(v.style.display=='none'){option='block';bu=true;}else{option='none';bu=false;}break;}v.style.display=option;return bu;};function MOVE(id,x,y){v=ELM(id);v.style.left=x+'px';v.style.top=y+'px';};function ff(url,name,size,scrollbars){var fE=((.8*1024-size.width)/2);var fW=((.8*screen.height-size.height)/2);var df=window.open(url,name,'menubar=0,toolbar=0,location=0,status=1,scrollbars='+(typeof('scrollbars')=='undefined'?0:scrollbars)+',resizable=0,width='+size.width+',height='+size.height+',left='+fE+',top='+fW);df.focus();};function ez(url,name){var cB=(screen.width<=1024?'fullscreen=1':'top=0,left=0,width=1070,height='+screen.height);df=window.open('',name,cB+',menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1');df.focus();};var B=true;function Y(url,bi,ea,be){if(typeof(bi)=='undefined')bi='';if(typeof(ea)=='undefined')ea=false;if(typeof(be)=='undefined')be=false;if((!be)&&(!B))return;B=false;var aP=new XMLHttpRequest();aP.open('POST',url,true);aP.setRequestHeader('Content-Type','application/x-www-form-urlencoded');aP.send(bi);aP.onreadystatechange=function(){if(aP.readyState==4){var js=aP.responseText;if(ea){document.write(js);}else{if(aP.status==200){eval(js);}else{alert(aP.status);}}B=true;}}};function Z(fm){var bi=[];var grupos=[];var cX=ELM(fm);var i=0;var bSkip;while(i<cX.elements.length){var v=cX.elements[i];if(v.id!=''){var value='';bSkip=false;switch(v.type){case 'text':case 'hidden':case 'textarea':case 'select-one':value=v.value;break;case 'checkbox':value=(v.checked?v.value:'');break;case 'radio':var dj=eval('cX.elements.'+v.name);if(typeof(grupos[v.name])!='undefined'){bSkip=true;break;}if(typeof(dj.length)=='undefined'){value=v.value;}else{for(j=0;j<dj.length;j++){if(dj[j].checked){value=dj[j].value;break;}}}grupos[v.name]=true;break;}if(!bSkip){value=value.replace(/\+/g,"%2B");value=value.replace(/&/g,"%26");bi[bi.length]=v.name+'='+value;}}i++;}return bi.join('&');};function dW(v,pos){if((typeof(document.selection)!='undefined')&&(document.selection)){var text=v.value;v.value='';v.focus();var fo=document.selection.createRange();v.value=text;fo.move('character',pos);fo.moveEnd('character',0);fo.select();}else if(typeof(v.selectionStart!='undefined')){v.setSelectionRange(pos,pos);}v.focus();};function at(v){dW(v,v.value.length);};function fX(s){return s.replace(/\b/g,'');};function bt(s){return parseInt(new String(s).split('px')[0]);};function fF(s,n){return(s.substring(s.length-Math.min(s.length,n)));};function cV(bn){var dQ=/^\d+$/;return(dQ.test(bn));};function eY(){var dQ=/Safari/i;return(dQ.test(navigator.userAgent));};function SetEventListener(v,dZ,fn){  if(eY())v['on'+dZ]=fn;else if(v.addEventListener)v.addEventListener(dZ,fn,false);else if(v.attachEvent)v.attachEvent('on'+dZ,fn);};function ao(ev){if(window.event){window.event.cancelBubble=true;window.event.returnValue=false;}else{if(ev.stopPropagation)ev.stopPropagation();if(ev.preventDefault)ev.preventDefault();}};function T(ev){return(window.event?window.event.srcElement:ev.target);};function cb(ev){var v=T(ev);while(v.nodeName.toLowerCase()!='a')v=v.parentNode;return v;};function eC(){if(typeof(window.pageXOffset)=='number')return window.pageXOffset;else if(document.body&&document.body.scrollLeft)return document.body.scrollLeft;else if(document.documentElement&&document.documentElement.scrollLeft)return document.documentElement.scrollLeft;else return 0;};function eB(){if(typeof(window.pageYOffset)=='number')return window.pageYOffset;else if(document.body&&document.body.scrollTop)return document.body.scrollTop;else if(document.documentElement&&document.documentElement.scrollTop)return document.documentElement.scrollTop;else return 0;};function dy(ev){if(ev.pageX)return bt(ev.pageX);else if(ev.clientX)return bt(ev.clientX) ;else return 0;};function eI(ev){if(ev.pageY)return bt(ev.pageY);else if(ev.clientY)return bt(ev.clientY) ;else return 0;}; var A={l:function(H,fa){if(typeof(fa)=='undefined')fa=false;var bX=ELM(H.X);SetEventListener(bX,'mouseover',H.L);SetEventListener(bX,'click',H.D);SetEventListener(bX,'mouseout',H.ae);if(fa){bX.style.backgroundPosition=eval(H.am+'_CLICKED');eval(H.R+'_cur = H.X');}},L:function(ev,H){var v=T(ev);if((H.R=='')||(v.id!=eval(H.R+'_cur')))v.style.backgroundPosition=eval(H.am+'_HOVER');return v;},D:function(ev,H){ao(ev);v=T(ev);if(H.R!=''){ELM(eval(H.R+'_cur')).style.backgroundPosition=eval(H.am+'_NORMAL');eval(H.R+'_cur = v.id');}v.style.backgroundPosition=eval(H.am+(H.R!=''?'_CLICKED':'_NORMAL'));if(v.blur)v.blur();return v;},ae:function(ev,H){var v=T(ev);if(typeof(v)=='undefined')return;if((H.R=='')||(v.id!=eval(H.R+'_cur')))v.style.backgroundPosition=eval(H.am+'_NORMAL');return v;}}; var but_NORMAL='0px   0px';var but_HOVER='0px -22px';var but_CLICKED='0px -44px';var but_modo_busqueda_avanzada_NORMAL='0px   0px';var but_modo_busqueda_avanzada_HOVER='0px -22px';var but_modo_busqueda_simple_NORMAL='0px -44px';var but_modo_busqueda_simple_HOVER='0px -66px';var ag=136;var cp=22;  var bY={l:function(){bY.bg.l();},bg:{l:function(){bY.bg.aC.l();},aC:{X:'but_paso_1',R:'',am:'but',l:function(){A.l(bY.bg.aC);},L:function(ev){A.L(ev,bY.bg.aC);},ae:function(ev){A.ae(ev,bY.bg.aC);},D:function(ev){A.D(ev,bY.bg.aC);location.href="http://www.tranxescorts.com/es/es/30";}}}}; 