$(document).ready(function() {
      $('#leftColumn > .header > ul.tabs').tabs({ fx: { opacity: 'toggle' } });
	}
)