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

function setupDemos() {



    Shadowbox.setup('a[title="Dear Zoel: The Story"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "11745579",
            autoplay:   "1"
        }
    });

    Shadowbox.setup('a[title="Dear Zoel: Demo trailer"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "7407058",
            autoplay:   "1"
        }
    });
	
	    Shadowbox.setup('a[title="Dear Zoel: The Hispanic Image"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "11745848",
            autoplay:   "1"
        }
    });
		
	    Shadowbox.setup('a[title="Dear Zoel: Why Costa Rica"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "11745313",
            autoplay:   "1"
        }
    });
		
    Shadowbox.setup('a[title="Dear Zoel: Behind the Scenes"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "11999601",
            autoplay:   "1"
        }
    });		
		    Shadowbox.setup('a[title="Dear Zoel: Cast"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "11745020",
            autoplay:   "1"
        }
    });

}

