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