assets/scripts/api.simile-widgets.org/ajax/2.2.2/compile-epilog.js (15 lines of code) (raw):
(function() {
var f = null;
if ("SimileWidgets_onLoad" in window) {
if (typeof SimileWidgets_onLoad == "string") {
f = eval(SimileWidgets_onLoad);
SimileWidgets_onLoad = null;
} else if (typeof SimileWidgets_onLoad == "function") {
f = SimileWidgets_onLoad;
SimileWidgets_onLoad = null;
}
}
if (f != null) {
f();
}
})();