var Scriptaculous={Version:"1.8.1",require:function(_1){
document.write("<script type=\"text/javascript\" src=\""+_1+"\"></script>");
},REQUIRED_PROTOTYPE:"1.6.0",load:function(){
function _2(_3){
var r=_3.split(".");
return parseInt(r[0])*100000+parseInt(r[1])*1000+parseInt(r[2]);
};
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);
}
$A(document.getElementsByTagName("script")).findAll(function(s){
return (s.src&&s.src.match(/scriptaculous\.js(\?.*)?$/));
}).each(function(s){
var _7=s.src.replace(/scriptaculous\.js(\?.*)?$/,"");
var _8=s.src.match(/\?.*load=([a-z,]*)/);
(_8?_8[1]:"builder,effects,dragdrop,controls,slider,sound").split(",").each(function(_9){
Scriptaculous.require(_7+_9+".js");
});
});
}};
Scriptaculous.load();

