var debug={}; debug.print= function(msg){ this.document.getElementById(this.debugArea).value+="\n"+msg; } debug.clear= function(){ this.document.getElementById(this.debugArea).value=""; }