$(document).ready(function() {
	$('#inside > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#results > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#results1 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#results2 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#standings > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs();
});

