var ADDRESS_TYPES = new Array();

ADDRESS_TYPES = [
['Billing', 1],
['Home', 2],
['Work', 3],
['Location', 4],
['Shipping', 5]
]

