﻿/// <reference path="jquery-1.4.1-vsdoc.js"/>

$(document).ready(function () {
    $("#Banner").load('/js/homefade.txt', function () { StartFadeShow(); });
    $("#MainMenu a:contains(Home)").addClass("selected");
});


function StartSlider() {
    $("#slider").easySlider({
        auto: true,
        continuous: true,
        numeric: true,
        speed: 900,
        pause: 3000
    });
}

function StartFadeShow() {
    $('.slideshow').cycle({
        fx: 'fade',
        speed: 500,
        timeout: 5000
    });
}


if (typeof (Sys) !== "undefined") Sys.Application.notifyScriptLoaded();


