// jQuery script enable the jquery rating plugin
jQuery(document).ready(function($){
	$('input[@type=radio].star').rating();
});