/* * Does emulate of .call method for IE5 * * @return mixed execution result * @access public */ if ('undefined' == typeof Function.call) Function.prototype.call = function () { var context, oldprop, s = [], i=1, aL = arguments.length; if (arguments.length == 0) context = window; else context = arguments[0]; oldprop = context.______________tmp______________; context.______________tmp______________ = this; for (;i