﻿$(window).load(function () {
    $('#featured').orbit(
    {
        bullets: true,
        animation: 'fade'
    }
    );
});
