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 convertVersionString(_2){
var r=_2.split(".");
return parseInt(r[0])*100000+parseInt(r[1])*1000+parseInt(r[2]);
}
if((typeof Prototype=="undefined")||(typeof Element=="undefined")||(typeof Element.Methods=="undefined")||(convertVersionString(Prototype.Version)<convertVersionString(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 _6=s.src.replace(/scriptaculous\.js(\?.*)?$/,"");
var _7=s.src.match(/\?.*load=([a-z,]*)/);
(_7?_7[1]:"builder,effects,dragdrop,controls,slider,sound").split(",").each(function(_8){
Scriptaculous.require(_6+_8+".js");
});
});
}};
Scriptaculous.load();

