function OrdenarBusqueda(c){var e=window.location.pathname;var i=e.substring(e.lastIndexOf("/")+1);if(i=="index.php"||i==null||i.length==0){i="resultados_busqueda.php"}var d=getVar("direccion");var h=getVar("palabras");var a=getVar("filter");var b=getVar("orden");var g="ASC";if(c=="RELEVANCIA"||c=="PUNTUACION"||c=="FECHA_EDICION"){g="DESC"}else{g="ASC"}if(b==c&&d=="ASC"){g="DESC"}if(b==c&&d=="DESC"){g="ASC"}var f=i+"?function="+document.getElementById("TIPO_BUSQUEDA").innerHTML;if(h){f+="&palabras="+h}f+="&orden="+c;f+="&direccion="+g;f+="&ajax=false";f+="&"+document.getElementById("GET_CONDITION").innerHTML;f+=(a!=null&a.length>0)?("&filter="+a):"";this.location=f}function new_ajax(){var a=false;try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(c){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(b){a=false}}if(!a&&typeof XMLHttpRequest!="undefined"){a=new XMLHttpRequest()}return a}function ajax_post(b,d,a,c){if(a==null||a==""){a="?"}else{a="?"+a+"&"}if(c!=""){b.open("POST",d+a+"time_pet="+new Date().getTime(),true)}else{b.open("GET",d+a+"time_pet="+new Date().getTime(),true)}if(c!=""){b.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");b.send(c)}else{b.send(null)}};