function doVote( answerID ) {
	
	if ( answerID == '1' || answerID == '2' || answerID == '3' )
		window.location = url + 'poll/vote/' + answerID;
	
}