Dash


script type="text/javascript"> Shadowbox.init(); // let's skip the automatic setup because we don't have any // properly configured link elements on the page skipSetup: true window.onload = function() { // open a welcome message as soon as the window loads Shadowbox.open({ content: 'logo', player: "html", title: "Seite in arbeit", height: 600, width: 600, }); };