﻿
            var active = $(".anythingBase .activePage");
            var videoID = "myvideo";
            $(function () {
                $('#slider').anythingSlider({
                    width: 990,
                    height: 350,
                    toggleArrows: true,
                    toggleControls: false,
                    startStopped: false,
                    autoPlay: true,
                    delay: 6000,
                    theme: 'minimalist-square'});
                    $('#slider').bind("slide_complete", function (e, slider) {var action = "stop";
                    if (slider.currentPage === 2) {action = "play"; $('#slider').data('AnythingSlider').startStop(false);}});});

