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