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

