var currentReviewID=0;function Helpful(f,b,e){currentReviewID=f;var a="/JS/helpful.html";var d="key="+escape(b)+"&helpful="+escape(e);var c=new Ajax.Request(a,{method:"post",parameters:d,onSuccess:ProcessHelpful})}function ProcessHelpful(a){if(a.responseText.length&&document.getElementById("helpful"+currentReviewID)){document.getElementById("helpful"+currentReviewID).innerHTML=a.responseText}};