<%@LANGUAGE="VBSCRIPT"%> <% Dim SportEvents Dim SportEvents_numRows Set SportEvents = Server.CreateObject("ADODB.Recordset") SportEvents.ActiveConnection = MM_CoahomaDB_STRING SportEvents.Source = "SELECT * FROM UpcomingSports ORDER BY BSBDate ASC" SportEvents.CursorType = 0 SportEvents.CursorLocation = 2 SportEvents.LockType = 1 SportEvents.Open() SportEvents_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 SportEvents_numRows = SportEvents_numRows + Repeat1__numRows %> Mission Statement - Coahoma Community College Athletics
Athletics Home  
 

Athletics HomeAthletic DirectorMission StatementStaff DirectoryFacilitiesParkingCheerleadersBandTicketsSummer CampIntramuralsProspective Tigers

Mission Statement for Coahoma Community College Athletics
The mission of Coahoma Community College Athletic staff and players is to ensure that Coahoma Community College strives to be the best in our community, the state and recognized throughout the nation.  Our goal will always be to teach, motivate, discipline, love, care, and instill character in everyone involved in our Tiger family.
 
Coahoma Community College Athletic Department

 

<% SportEvents.Close() Set SportEvents = Nothing %>