$(document).ready(function() {
	$('#tabbed').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

