function rate(id,score,m){
   location.href="/rate.php?id=" + id + "&score=" + score + "&m=" + m;
}
function goto(url){
   location.href=url;
}