/**
 * @author ccompton
 */
function Application(){
    ///var _items = new Items();
    return {
        admin: false,
        cookieTrail: "",
        repositoryWebPath: "/resourcepdfs/",
        init: function(){
          
        }
    };
}
