/*--------------------------------------------------------------------------*
 *-- GZipped/Cached by ScripZip (c)2006-2007( http://www.php-vision.de/ ) --*
 *--------------------------------------------------------------------------*
 *   Orginal Script Filesize: 2404    Bytes             
 *   GZipped Script Filesize: 482    Bytes             
 *   GZip Compression Level : 9 GZip Compression Rate : 20.05% of Org. File *
 *   Last Time File Changed : Tue, 07 Sep 2010 12:39:09 GMT                 *
 *   Last Browser Load File : Tue, 07 Sep 2010 12:39:41 GMT                 *
 *   Cached File Expires on : Tue, 14 Sep 2010 12:39:41 GMT                 *
 *--------------------------------------------------------------------------*
 *-- Download ScripZip and speed up your Page on http://www.php-vision.de/  *
 *--------------------------------------------------------------------------*/



var Scriptaculous = {
 Version: '1.7.0',
 require: function(libraryName) {
 document.write('<script type="text/javascript" src="'+libraryName+'"></script>'); },
 load: function() {
 if((typeof Prototype=='undefined') || 
 (typeof Element == 'undefined') || 
 (typeof Element.Methods=='undefined') ||
 parseFloat(Prototype.Version.split(".")[0] + "." +
 Prototype.Version.split(".")[1]) < 1.5)
 throw("script.aculo.us requires the Prototype JavaScript framework >= 1.5.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();