$(function(){
  
  // prevent category links from working
  $('#header > #listen > ul.sf-menu > li.listen > ul > li > a').click(function() {
    return false;
  });
  
});

