document.observe('dom:loaded',
function() { 

Shadowbox.init({
    language:   "en",
    players:    ['html', 'iframe',]
});

});
