﻿/// <reference path="jquery-1.4.1-vsdoc.js"/>


$(document).ready(function () {
    StartSlider(); 
});



function StartSlider() {
    $("#slider").easySlider({
        auto: true,
        continuous: true,
        numeric: false,
        speed: 900,
        pause: 6000
    });
}


if (typeof (Sys) !== "undefined") Sys.Application.notifyScriptLoaded();


