$(function(){
			$("#stars-wrapper1").stars({
				oneVoteOnly: true,
				captionEl: $("#stars-cap"),
				callback: function(ui, type, value){
					$.post("rating.php", {
						voto: value,
						name: $("#video").val(),
						user: $("#utente").val()
						});
				}
			});
		});
