$.setRating = function (rating) {
     document.ratingForm.kb_bewertung.value = rating;
}


