var $j = jQuery.noConflict();

$j(document).ready(function(){
	$j("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 8000, true);
});