var ratings=new Array;function rate_getHTTPObject(){var _1;if(!_1&&typeof XMLHttpRequest!="undefined"){try{_1=new XMLHttpRequest();}catch(e){_1=false;}}return _1;}var rate_http=rate_getHTTPObject();function rate_handleHttpResponse(){if(rate_http.readyState==4){var s=rate_http.responseText;var _3=s.split(",");var id=_3[0];var _5=_3[1];var _6=_3[2];var _7=_3[3];var _8=_3[4];var _9=document.createTextNode(_6);var _a=document.getElementById("votediv_"+id+"_"+_8);_a.removeChild(_a.firstChild);_a.appendChild(_9);var _b=document.createTextNode(_7);var _c=document.getElementById("votedivv_"+id+"_"+_8);_c.removeChild(_c.firstChild);_c.appendChild(_b);ratings[id]=_5;for(z=1;z<=5;z++){i=document.getElementById(id+"_"+z+"_"+_8);if(z<=_5){usei="/img/content/rating/star_y.gif";}else{usei="/img/content/rating/star_w.gif";}i.setAttribute("src",usei);}}}function rate_vote(id,_e,_f){var url="/ODEONRatingAJAX.php?id="+id+"&index="+_e+"&random="+_f;rate_http.open("GET",url,true);rate_http.onreadystatechange=rate_handleHttpResponse;rate_http.send(null);}function rate_hover(id,_12,_13,_14){var i;if(ratings[id]==null){ratings[id]=_13;}for(z=1;z<=5;z++){i=document.getElementById(id+"_"+z+"_"+_14);if(z<=_12){usei="/img/content/rating/star_y.gif";}else{usei="/img/content/rating/star_w.gif";}i.setAttribute("src",usei);}}function rate_unhover(id,_17,_18){var i;for(z=1;z<=5;z++){i=document.getElementById(id+"_"+z+"_"+_18);im=(ratings[id]>=z)?"/img/content/rating/star_y.gif":"/img/content/rating/star_w.gif";if(Math.round((ratings[id]-z+1)*10)/10>=0.3&&Math.round((ratings[id]-z+1)*10)/10<=0.7){im="/img/content/rating/star_yw.gif";}usei=im;i.setAttribute("src",usei);}}