$(document).ready(function() {	
	// STAR RATING STUFF
	$("input[type=radio]").rating();
});
