

$(document).ready(function(){

    /* code in slideShow.js */
    setupImageSlideShow();

    /* ensures the banner images resize with the browser */
    $(window).resize(function() { setupImageSlideShow(); });
})


