$(document).ready(function() {

try
{

	$('#leagues > ul').tabs({
                    fx: { opacity: 'toggle', duration: 'fast' }
                });
}
catch(e)
{}
	$('#jqfade').innerfade({ 
			speed: 'slow', 
			timeout: 5000, 
			type: 'random', 
			containerheight: '157px' }); 
	



});
