$(document).ready(function() {
  	$('#rate1').rating('example.php', {maxvalue:5,increment:.5});
});