o=document;ec=parseInt;Scriptaculous={Version:'1.8.1',require:function(hp){o.write('<script type="text/javascript" src="'+hp+'"><\/script>');},REQUIRED_PROTOTYPE:'1.6.0',load:function(){function gw(versionString){var r=versionString.split('.');return ec(r[0])*100000+ec(r[1])*1000+ec(r[2]);}if((typeof Prototype=='undefined')||(typeof Element=='undefined')||(typeof Element.Methods=='undefined')||(gw(Prototype.Version)<gw(Scriptaculous.REQUIRED_PROTOTYPE)))throw("script.aculo.us requires the Prototype JavaScript framework >= "+Scriptaculous.REQUIRED_PROTOTYPE);$A(o.getElementsByTagName("script")).findAll(function(s){return(s.src&&s.src.match(/scriptaculous\.js(\?.*)?$/))}).each(function(s){var path=s.src.replace(/scriptaculous\.js(\?.*)?$/,'');var gx=s.src.match(/\?.*load=([a-z,]*)/);(gx?gx[1]:'builder,effects,dragdrop,controls,slider,sound').split(',').each(function(include){Scriptaculous.require(path+include+'.js')});});}};Scriptaculous.load();