$(document).ready(function(){
	$('#tabsui > ul').tabs({ fx: { opacity: 'toggle' } });
	$('table tr:odd').addClass('oddrow');
	$('table td:first-child').addClass('tdfirst');
});