var PERSON_TYPES = new Array();

PERSON_TYPES = [
['User', 1],
['Member', 2],
['RetailBuyer', 3],
['WholesaleBuyer', 4],
['Sponsor', 5]
]

