function object(o)
{
    function F() {};
    F.prototype = o;
    return new F();
}

if(typeof NVLOUNGE == "undefined" || !NVLOUNGE)
{
    var NVLOUNGE = {};
}


