/* $Id: namco.js 14 2010-07-29 21:09:56Z bfederle $
  Setup global Namco namespaces

  General-purpose utilities used on ALL sites can go here, but specific components
  (i.e., UI widgets) should go in individual .js libraries and include themselves in this
  namespace.
*/
$n = namco = {
  ui: {} // Store UI-related utlities here
};

$nui = namco.ui;
