function saveStar(event) {
  new Ajax.Request('/helpers/vote.php', {
	parameters: event.memo }
  );
}
