<%@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 %> Coahoma Community College Athletics
Athletics Home  
 

Athletics HomeAthletic DirectorMission StatementStaff DirectoryFacilitiesParkingCheerleadersBandMascotTicketsSummer CampIntramuralsProspective Tigers

Freeman Horton
Freeman Horton
Athletic Director

Letter from the desk of the Athletic Director

Welcome to Coahoma Community College Tiger Athletics.  Athletics is a major part of our college.  Our student athletes have the opportunity to participate in sports beyond the high school level.  Athletics provides a means for athletes to attend college and pursue their educational goals.

I would like to extend a heartfelt thanks to all the coaches who work with these young men and women.  They instill in their players a work ethic and a commitment to excellence that will serve the students well as they move to the next stage in their lives.  The lessons learned through athletic competition remain with the student athletes long after they have moved beyond organized athletics.

Finally, I would like to thank the administration, faculty, staff and the student body of Coahoma Community College for their unwavering support.

   
Coahoma Community College Athletic Department

 

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