$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#tabv > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#sidbz > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
 $('#sidba > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
  $('#afterpost > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
  $('#diggbar > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
