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

