
/*
    Namespace framework object for entire site. 
*/

var Site = 
{
    NAME: "Life123",

    Pages: 
    {
        /*
            An object collection for "Pages" in the site. 
            
            Note that "Pages" can mean a number of things really:
             - Static HTML pages, 
             - Pages based on a template.
             - Views in an MVC app
        */  
    }
};