$(document).ready(function() {  
	$('#services > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });  
	$('#services2 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });  
});  
$(document).ready(function() {  
	$('#news > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });  
});  