$(function() {
	$('.tabset').semantictabs({
		panel: 'tab',
		head: 'h3.tabtitle'
	});
	$('ul.semtabs li:first').addClass('first');
});