var Scriptaculous={Version:"1.8.2",require:function(c){document.write('<script type="text/javascript" src="'+c+'"><\/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(a){var b=a.src.replace(d,"");a=a.src.match(/\?.*load=([a-z,]*)/);(a?a[1]:"builder,effects,dragdrop,controls,slider,sound").split(",").each(function(e){Scriptaculous.require(b+e+".js")})})}};Scriptaculous.load();

