$(document).ready(function() {
    $(".rating").rating(rating_url, {maxvalue:5,curvalue:rating,increment:.5});
});

