var levels = { "student": { 'text':"Student", 'amount':15, }, "senior": { 'text':"Senior 65+", 'amount':15, }, "individual": { 'text':"Individual", 'amount':25, }, "family": { 'text':"Family", 'amount':40, }, "donor": { 'text':"Donor", 'amount':60, }, "friend": { 'text':"Friend", 'amount':300, }, };