Shadowbox.init({
    skipSetup: true,
    players: ["iframe"]
});

window.onload = function()
{
setTimeout("doShadowboxOpen()", 0);
}

function doShadowboxOpen()
{ 

    Shadowbox.open({
        content:    'video/video.html',
        player:     "iframe",
        title:      "SnowBus: Love the Ride!",
        height:     430,
        width:      720
    });

}
