function vote(n){
	$("poll_answer").value=n;
	$("poll_vote").submit();
}