/**
 * WTA
*/

jQuery(document).ready(function() {
	jQuery("#tabzine > ul").tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 5000);
});

