$(document).ready(function() {
  $(".promoteArea").tabs({ 
    fx: { opacity: 'toggle', }
  });
  
});


