/*Prototype JavaScript framework, version 1.4.0
*(c) 2005 Sam Stephenson
*
*Prototype is freely distributable under the terms of an MIT-style license.
*For details, see the Prototype web site: http://prototype.conio.net/
*
/*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.4.0',
ScriptFragment: '(?:)((\n|\r|.)*?)(?:)',
emptyFunction: function() {},
K: function(x) {return x}
}
var Class = {
create: function() {
return function() {
this.initialize.app