var Scriptaculous={Version:'1.8.2',require:function(a){document.write('<script type="text/javascript" src="'+a+'"><\/script>')},REQUIRED_PROTOTYPE:'1.6.0.3',load:function(){function c(a){var b=a.replace(/_.*|\./g,'');b=parseInt(b+'0'.times(4-b.length));return a.indexOf('_')>-1?b-1:b}if((typeof Prototype=='undefined')||(typeof Element=='undefined')||(typeof Element.Methods=='undefined')||(c(Prototype.Version)<c(Scriptaculous.REQUIRED_PROTOTYPE)))throw("script.aculo.us requires the Prototype JavaScript framework >= "+Scriptaculous.REQUIRED_PROTOTYPE);var d=/scriptaculous\.js(\?.*)?$/;$$('head script[src]').findAll(function(a){return a.src.match(d)}).each(function(b){var f=b.src.replace(d,''),e=b.src.match(/\?.*load=([a-z,]*)/);(e?e[1]:'builder,effects,dragdrop,controls,slider,sound').split(',').each(function(a){Scriptaculous.require(f+a+'.js')})})}};Scriptaculous.load();

