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