function Rating(x) {
	     document.getElementById('therating').value = x;
	     document.getElementById('formrating').submit();
}