// This file is only required to run some of the demos.

function setupDemos() {


    Shadowbox.setup('a[title="WB Marathon Full"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "17806966",
            autoplay:   "1"
        }
    });

	Shadowbox.setup('a[title="WB Marathon Half"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "17853879",
            autoplay:   "1"
        }
    });

}

