function vote(the_option) {
  $.get("/vote", { url: the_url , option: the_option }, function (data) { alert('voted') } );
}