$(document).ready(function() {

	$.fn.rating.options = { //$.extend($.fn.rating, { options: {
		cancel: 'Cancel Rating',   // advisory title for the 'cancel' link
		cancelValue: '',           // value to submit when user click the 'cancel' link
		split: 2,                  // split the star into how many parts?
		starWidth: 16
	 };
});
