$(document).ready(function(){
  $("#accordion").accordion({ active: ".current", autoHeight: false, header: "a.call", event: 'click' });
});
