$(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' } });
	$('#results3 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#standings > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#season-standings > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#porsche-boxster > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#porsche-924 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });

	$('#featuredvid > ul').tabs();
	$('.summaryresults > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

