


                    
window.addEvent('domready', function() {
    new Swiff("/swf/homepage-slideshow-spring11-alpha.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: "Alpha Course",
            tab3text:  "Explore the Meaning of Life",
            tab3link:  "Alpha"
        }
    });
});

