Transit Events
For Senior Citizens 65 years of age and older, come meet the CharmCard team to purchase your REDUCED FARE card.
You will need to:
- Bring a valid government photo ID, including proof of age.
- Fill out a short form, to register your card for balance protection.
- Provide $2 cash to purchase a card. The card is pre-loaded with $2 stored value.
<% nummonth=0 numyear=0 Do While Not rs.EOF nummonth2=Month(rs("eventdate")) numyear2=Year(rs("eventdate")) If nummonth2<>nummonth OR numyear2<>numyear Then nummonth=nummonth2 numyear=numyear2 Response.Write "
" & MonthName(nummonth) & " " & numyear & "
" End If Response.Write "" & Day(rs("eventdate")) & " " & WeekdayName(Weekday(rs("eventdate"))) & ""
If Len(rs("raindate"))>0 Then
Response.Write " (rain date " & Day(rs("raindate")) & " " & WeekdayName(Weekday(rs("raindate"))) & ")"
End If
Response.Write "
"
If Len(rs("location"))>0 Then
Response.Write "" & rs("location") & "
"
End If
Response.Write rs("address") & "
"
If Len(rs("address2"))>0 Then
Response.Write rs("address2") & "
"
End If
Response.Write "" & rs("times") & "