function rate(id,num) {
	//window.location = "/rate/"+id+"/"+num+"/";
	window.location.replace("/rate/"+id+"/"+num+"/");
}