﻿Shadowbox.init({
    language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] // You can remove some of these if you'd like to reduce load time
});

$(document).ready(function() {

     // move IBE where it should be
     $('div#widgetIBE46742').appendTo('div#ibe');
     
});
