jQuery(document).ready(function() {
jQuery("#tabzine> ul").tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 7000); 
	jQuery('#newtabs> ul').tabs({ fx: {  opacity: 'toggle' } }); 
	jQuery('#newtabs2> ul').tabs({ fx: {  opacity: 'toggle' } }); 
});

