function setRating(a)
{
    var vid = document.getElementById('vid').value;	
    xajax_setRating(a.id,vid);
    return false;
}	