
var Scriptaculous={Version:'1.5_rc4',require:function(libraryName){var head=document.getElementsByTagName('head')[0];var script=document.createElement('script');script.type="text/javascript";script.src=libraryName;head.appendChild(script);},load:function(){if((typeof Prototype=='undefined')||parseFloat(Prototype.Version.split(".")[0]+"."+
Prototype.Version.split(".")[1])<1.4)
throw("script.aculo.us requires the Prototype JavaScript framework >= 1.4.0");var scriptTags=document.getElementsByTagName("script");for(var i=0;i<scriptTags.length;i++){if(scriptTags[i].src&&scriptTags[i].src.match(/scriptaculous\.js(\?.*)?$/)){var path=scriptTags[i].src.replace(/scriptaculous\.js(\?.*)?$/,'');this.require(path+'builder.js');this.require(path+'effects.js');this.require(path+'dragdrop.js');this.require(path+'controls.js');this.require(path+'slider.js');break;}}}}
Scriptaculous.load();
