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

