function saveVote( item, form ){
	$('#i_voteValue').val(item);
	$('#'+ form).submit();
}

