function getFeedbackChoice(p_id, p_choice, target) {
   var url = "getfeedbackchoice.php?p_id="+p_id+"&p_choice="+p_choice;
   jah(url, target);
}

function getFeedbackChoiceTLingo(t_id, t_choice, target) {
   var url = "getfeedbackchoicetlingo.php?t_id="+t_id+"&t_choice="+t_choice;
   jah(url, target);
}
