This sites are on macedonian, but you can see what I want to say: This gallery is working OK http://www.oubm.edu.mk/galerii/patronat2008.html I use same scripts on http://www.kumanovo.gov.mk/nastani/sredbi-na-gradonacalnikot/nova-godina-overview and glyder do not work. I get error message "addEvent is not defined" or something like that.
scriptaculous relies on either prototype or mootools (as far as i remember). if it says addEvent undefined, it means it got to this part of the javascript before it has finished loading the prototype script. the only differences i can see between the school and the village site is that the one that doesn't work references the js files by domain name - which means, it has dns resolution to perform before it reaches the host and requests the file - this probably adds enough of a delay to cause the undefined error. otherwise, dunno - i could not find which of the included files define 'addEvent' - is that a native construct? i know mootools extends everything by adding this but i have not seen it used as addEvent(element, event, function);