// Copyright (c) Willett Consulting Limited 2010 Namespace.Register("WCL"); WCL.Debug = { // variable to store the debug window DebugWindow : null, Log : function(text) { } }