var init = function () {
    Shadowbox.init({
        'players' : ['html','iframe']
    });
}

jQuery(document).ready(init);


