﻿//Added by Rob @ Nansen 10.23.2011
//Show the slideshow div only after the DOM has loaded
$(function () {
    $('#slideshow').show();
});

//---------------------------------------------------------------- //
//--- SLIDESHOW TABBING MENU --- //
//---------------------------------------------------------------- //
$(document).ready(function () {
    $("#featured > ul").tabs({ fx: { opacity: "toggle"} }).tabs("rotate", 10000, true);
});

