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