<input type="radio" name="review_type" value="2" onclick="checkType(*!*this*/!*)">
function checkType(node) { alert(node.value); }