function LO(v,o) { return((typeof(o)=='object'?o:document).getElementById(v)); }

star={};
var selection = 0;

star.show = function(v){
    $("#rating").val(v);
    selection = Math.round(v*90/100);
    $("#starUser").html(v+'%');
    $("#starDisp").width(selection);
}

