$(document).ready(function() {
  $('.theme a').click(function(){
      return false;
  });
});
  

