Shadowbox.loadSkin('classic', '/include/skin'); // use the "classic" skin
Shadowbox.loadLanguage('nl', '/include/lang'); // use the English language
Shadowbox.loadPlayer(['img', 'html', 'iframe'], '/include/player'); // use img and qt players

window.onload = function() {
	Shadowbox.init({slideshowDelay : 3, continuous : true});
}