var Dict = {};

Dict.get = function(key) {
  return Dict._values[key];
}

Dict._values = {
  "TP.Name": "Travel Planner"
}
