$(document).ready(function(){
    //se usa el UI
    $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 6000, true);
});
