﻿$(document).ready(function() {
    if ($.browser.msie && ($.browser.version < 7) && typeof (supersleight) != "undefined") {
        supersleight.run();
    }

    if ($(".sponsorbg div").length > 1) {
        $('.sponsorbg').cycle({
            fx: 'fade',
            timeout: 4000,
            pause: 0,
            speed: 1000,
            cleartype: 0,
            easing: 'easeInOutCubic'
        });
    }
    else {
        $(".sponsorbg div").show();
    }

    $('#logocontainer').cycle({
        fx: 'scrollUp',
        timeout: 8000,
        speed: 600,
        pause: 1,
        cleartype: 1,
        easing: 'easeInOutQuad'
    });

    jQuery('#accordian').accordion({
        header: '.header',
        fillSpace: false,
        autoheight: false,
        animated: 'easeOutQuad',
        cleartype: 1
    });

    jQuery('#accordian-wide').accordion({
        active: 1,
        header: '.header',
        fillSpace: false,
        autoheight: false,
        animated: 'easeOutQuad',
        cleartype: 1
    });

    jQuery('#accordian-awards').accordion({
        header: '.header',
        fillSpace: false,
        autoheight: false,
        animated: 'easeOutQuad',
        cleartype: 1
    });

    $(".ellipsis").ellipsis(true);
});

function renderH1() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: "h1", sFlashSrc: "/assets/burbank.swf", sColor: "#FFFFFF", sLinkColor: "#FFFFFF", sHoverColor: "#FFFFFF", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}

function renderH2() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: "h2", sFlashSrc: "/assets/burbank.swf", sColor: "#1a2950", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}

function renderH3() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: "h3", sFlashSrc: "/assets/burbank.swf", sColor: "#163a64", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}

function renderH3Centered() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: "h3", sFlashSrc: "/assets/burbank.swf", sColor: "#163a64", sWmode: "transparent", sFlashVars: "textalign=center", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}

function renderH3Shadow() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: "h3.shadow", sFlashSrc: "/assets/burbankShadow.swf", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}

function renderMenu() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: ".menu .selected", sFlashSrc: "/assets/burbank.swf", sColor: "#E1D3A1", sWmode: "transparent", sFlashVars: "textalign=center" }));
        sIFR.replaceElement(named({ sSelector: ".sifr-menu-item", sFlashSrc: "/assets/burbank.swf", sColor: "#FFFFFF", sWmode: "transparent", sFlashVars: "textalign=center" }));
        sIFR.replaceElement(named({ sSelector: ".sifr-submenu-item", sFlashSrc: "/assets/burbank.swf", sColor: "#FFFFFF", sWmode: "transparent", sFlashVars: "" }));
    };
}

function renderMidTitle() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: ".sifr-mid-title", sFlashSrc: "/assets/burbank.swf", sColor: "#1A2950", sLinkColor: "#FFFFFF", sHoverColor: "#FFFFFF", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}