// Deprecated Shadowbox init call
//addLoadEvent(Shadowbox.init);

// New Shadowbox init call
// Require that Prototype is available
if (typeof Prototype == "undefined") {
	alert("Shadowbox, as included by the GST, requires the Prototype javascript framework.\n\nPlease check that it is included.");
} else {
	document.observe("dom:loaded", Shadowbox.init);
}
