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