var PERSON_TYPES = new Array();

PERSON_TYPES = [
['User', 1],
['Member', 2],
['Customer', 3],
['Dickeys', 4],
['BuffaloTrace', 5]
]
