var CREDCARD_TYPES = new Array();

CREDCARD_TYPES = [
['Amex', 1],
['Visa', 2],
['MasterCard', 3],
['Discover', 4]
]
