function datosServidor(){}datosServidor.prototype.iniciar=function(){try{this._xh=new XMLHttpRequest()}catch(c){var b=new Array("MSXML2.XMLHTTP.5.0","MSXML2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP");var d=false;for(var a=0;a<b.length&&!d;a++){try{this._xh=new ActiveXObject(b[a]);d=true}catch(c){}}if(!d){return false}return true}};datosServidor.prototype.ocupado=function(){estadoActual=this._xh.readyState;return(estadoActual&&(estadoActual<4))};datosServidor.prototype.procesa=function(){if(this._xh.readyState==4&&this._xh.status==200){this.procesado=true}};datosServidor.prototype.enviar=function(b,a){if(!this._xh){this.iniciar()}if(!this.ocupado()){this._xh.open("GET",b,false);this._xh.send(a);if(this._xh.readyState==4&&this._xh.status==200){return this._xh.responseText}}return false};function _gr(b,a){remotos=new datosServidor;nt=remotos.enviar(b,"");document.getElementById(a).innerHTML=nt}var urlBase="update.php?";function rateImg(b,a){remotos=new datosServidor;nt=remotos.enviar("../../update.php?rating="+b+"&imgId="+a);b=b*25;result=nt.split("::");if(result[0]==0){document.getElementById("current-rating").style.width=b+"px";document.getElementById("id_rating").innerHTML=" nombre de vote : "+result[3];document.getElementById("vote_msg").innerHTML=result[1];document.getElementById("vote_msg").style.visibility="visible"}else{document.getElementById("vote_msg").innerHTML=result[1];document.getElementById("vote_msg").style.visibility="visible"}};
