var phpDir="/js2/";function getRating(D,C,E,B){var A="http://stripclubsmaps.com"+phpDir+"getrating.php?table="+D+"&code="+C+"&lng="+B+"&type="+E;YAHOO.util.Connect.asyncRequest("GET",A,getRatingCallback)}function rate(G,F,E,D,C){var A={"eng":"Processing your vote","fr":"Veuillez patienter"};document.getElementById("rating").innerHTML='<font color="red">'+A[C]+"...</font>";var B="http://stripclubsmaps.com"+phpDir+"rate.php?score="+G+"&code="+D+"&prefix="+F+"&business_type="+E;YAHOO.util.Connect.asyncRequest("GET",B,rateCallback)}var getRatingCallback={success:function(A){YAHOO.util.Event.onAvailable("rating",updateRating,A.responseText)}};var rateCallback={success:function(A){document.getElementById("rating").innerHTML=A.responseText}};var updateRating=function(A){document.getElementById("rating").innerHTML=A}