var openShadowbox = function(content, player, title, h, w){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
        height:     h,
        width:      w
    });
};