﻿$(document).ready(function () {

    $("#slides").slides({
        preload: true,
        preloadImage: '/images/slides/loading.gif',
        play: 5000,
        pause: 2500,
        hoverPause: true
    });


//    $(function () {
//        window.setTimeout(function () {
//            $('#popup').dialog({
//                show: 'fade', hide: 'fade', height: 460, width: 880, modal: true
//            });
//        }, 4000); 
//   });
   

});
