﻿$(document).ready(function () {
    $('#oImageBox01').innerfade({
        speed: 'slow',
        timeout: 5000,
        type: 'sequence',
        containerheight: '275px'
    });
    $('#oImageBox02').innerfade({
        speed: 'slow',
        timeout: 4000,
        type: 'sequence',
        containerheight: '275px'
    });
    $('#oImageBox03').innerfade({
        speed: 'slow',
        timeout: 6000,
        type: 'sequence',
        containerheight: '275px'
    });
    $('#oImageBox04').innerfade({
        speed: 'slow',
        timeout: 3500,
        type: 'sequence',
        containerheight: '275px'
    });
    $('#oImageBox05').innerfade({
        speed: 'slow',
        timeout: 5000,
        type: 'sequence',
        containerheight: '275px'
    });

    $("ul.sf-menu").superfish();

    if (NiftyCheck())
        Rounded("div#nifty", "all", "#FFF", "#D4DDFF", "smooth");
    else
        alert("Nifty failed");
}); 
