// SCRIPT MODULES LIBRARY   ECMAScript v3.0   (c) 2006 Kleeton PL & Codesmiths - all rights reserved
// Some libraries carry their owners seals
try
{

// ===========================================================================
// NAMESPACE MANAGEMENT - ONLY ONE GLOBAL IDENTIFIER RESERVED ('CSS07')
// CSS07 is for development
// ( Namespace [CSS07] would be replaced by an escaped url e.g. [MYNAME_COM_AU] for unrestricted deployment )
var CSS07;
if ((CSS07 !== undefined) && !((CSS07 !== null) && CSS07.NAMESPACEURL && (CSS07.NAMESPACEURL == 'codesmiths.com.au')))  { window.status = 'CSS07-LIB: Namespace conflict on [CSS07]'; throw new Error(window.status); }
if (!CSS07)      { CSS07     = {USAGE:'Application namespace', NAMESPACEURL:'CSS07.codesmiths.com.au'}; }
if (!CSS07.app)  { CSS07.app = {USAGE:'application-ctrl lib'}; }          // container for site specific data
// Other libraries will append their functionality
}
catch(e) {}

// end script

