function MBAccountPreferences() { this.DIGEST_MAP_VIEW_TYPE = "map"; this.getNetworkDefaultViewType = function() { return "table"; } this.getDigestDefaultViewType = function() { return "table"; } }