


                    
window.addEvent('domready', function() {
    new Swiff("/swf/homepage-slideshow-summer.swf", {
        width:  977,
        height: 285,
        container: $('slideshow'),
        vars: {
            tab1title: "New to St Mark's",
            tab1text:  "Find out more about our church",
            tab1link:  "AboutUs",

            tab2title: "Get Connected",
            tab2text:  "Connect with each other and the community",
            tab2link:  "Connect",

            tab3title: "Summer",
            tab3text:  "Join us for some sizzling fun!",
            tab3link:  "Summer"
        }
    });
});
