/*
    date: 06-04-2011
    developer: Alex Imsha
*/
$(document).ready(function () {
    if (typeof($(this).rating)=='function'){
        $('.rating-wrapper input').rating();
    };
});
