function ratingHover(pos){

 document.getElementById("ratingNumbers").style.backgroundPosition = pos+"px";
}