// This file is only required to run the video.
function setupVideo() {

    Shadowbox.setup('a[title="NeighborGoods Video"]', {
	gallery: "nbg",
        height: 360,
        width: 640,
        flashVars: {
            clip_id: "10659908",
            autoplay: "1"
        }
    });


}