function removeSubscription(id) {
  $('line_' + id).highlight();
  $('line_' + id).fade({to: 0, queue: 'end'});  
}