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

function setupDemos() {
    Shadowbox.setup('a[title="Ny Värld"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "13327061",
            autoplay:   "1",
        },
				flashParams: {
				            AllowScriptAccess: "always",
				            allowFullScreen: "false"
				        }
    });

}
