$(document).ready(function() {
	$('.tabbed-content').each(function(index, el) {
		$(this).tabs();
	});
});