Blog:   Tim's Astronomy Blog     Posted:   Saturday 01st of December 2007 8:52 PM


/* Prototype JavaScript framework, version 1.4.0_pre10_ajax
* (c) 2005 Sam Stephenson
*
* This is a downcut version for AJAX by Alexander Kirk http://alexander.kirk.at/
*
* 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_pre10_ajax',

emptyFunction: function() {},
K: function(x) {return...