dlRating.prototype.updateLocalPage = function (asset, rating)
{
    var that = Object.clone (this);

    var url = "/diabetes/diabetic-recipes/recipeRating.html";

    var ajaxRequest = new Ajax.Request (url + "?rating=" + rating + "&id=" + asset, {
        method: 'get'
    });
}
