// Copyright 2006 Google Inc. // All Rights Reserved. // // Author: Bret Taylor function Array(opt_length) {} function Boolean(opt_value) {} function Date(opt_yrNum, opt_moNum, opt_dayNum, opt_hrNum, opt_minNum, opt_secNum, opt_msNum) {} function Error(opt_message) {} function Number(opt_value) {} function RegExp(opt_pattern, opt_flags) {} function String(opt_str) {} function Object() {} function SyntaxError(opt_str) {} function decodeURIComponent(x) {} function encodeURIComponent(x) {} function isFinite(x) {} function isNaN(x) {} function parseFloat(x) {} function parseInt(x, base) {} function eval(x) {} var arguments; var Infinity; var Math; var NaN; var window; var navigator; var document; var screen; var self; function alert(x) {} function confirm(x) {} function prompt(x, value) {} function ActiveXObject(name, opt_location) {} function DOMParser() {} function Image(opt_width, opt_height) {} function XMLHttpRequest() {} function XMLSerializer() {} function XSLTProcessor() {} var methods_ = {}; methods_.show; methods_.showDialog; methods_.parseList; methods_.log; methods_.newTask;