// script.aculo.us scriptaculous.js v1.8.3, Thu Oct 08 11:23:33 +0200 2009

var Scriptaculous={Version:"1.8.3",require:function(a){try{document.write('<script type="text/javascript" src="'+a+'"></script>')}catch(e){var b=document.createElement("script");b.type="text/javascript";b.src=a;document.getElementsByTagName("head")[0].appendChild(b)}},REQUIRED_PROTOTYPE:"1.6.0.3",load:function(){function convertVersionString(a){var v=a.replace(/_.*|\./g,"");v=parseInt(v+"0".times(4-v.length));return a.indexOf("_")>-1?v-1:v}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)}var a=/scriptaculous\.js(\?.*)?$/;$$("head script[src]").findAll(function(s){return s.src.match(a)}).each(function(s){var b=s.src.replace(a,""),c=s.src.match(/\?.*load=([a-z,]*)/);(c?c[1]:"builder,effects,dragdrop,controls,slider,sound").split(",").each(function(d){Scriptaculous.require(b+d+".js")})})}};Scriptaculous.load()