Code
<a onclick="postRait(id,this.innerText)" title="Отлично">5</a>
<a onclick="postRait(id,this.innerText)" title="Хорошо">4</a>
<a onclick="postRait(id,this.innerText)" title="Средне">3</a>
<a onclick="postRait(id,this.innerText)" title="Приемлимо">2</a>
<a onclick="postRait(id,this.innerText)" title="Плохо">1</a>
<script>
function postRait(id,num){
$.post('news.php?readmore='+id,{select:num})
}
</script>
Как-то так.