Shadowbox.init();
var openShadowbox = function(content, height, width){
    Shadowbox.open({
        content:    content,
        player:     'html',
        height: 	height,
        width: 		width
    });
};
