<%@LANGUAGE="VBSCRIPT"%> <% ' *** Visit Counter *** ' FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it Dim FX_count Dim FX_digit FX_digit = 5 Dim FX_dpath FX_dpath = Server.MapPath("FX_DataCounter") Dim FX_fpath FX_fpath = Server.MapPath("FX_DataCounter/counter.txt") set FX_fso = Server.CreateObject("Scripting.FileSystemObject") ' Check if directory and file exists, if not create it. If (Not FX_fso.fileExists(FX_fpath)) Then If (Not FX_fso.folderExists(FX_dpath)) Then FX_fso.CreateFolder(FX_dpath) End If Application.Lock() set FX_file = FX_fso.OpenTextFile(FX_fpath, 8, true) FX_file.write(0) FX_file.Close() Application.Unlock() End If ' Read file and update it once per session set FX_fobj = FX_fso.getfile(FX_fpath) set FX_file = FX_fobj.OpenAsTextStream(1,-2) FX_count = FX_file.Read(100) If (Session("FX_DataCounter") = "") Then Application.Lock() set FX_file = FX_fso.CreateTextFile(FX_fpath, 8, false) FX_file.write(FX_count+1) FX_file.Close() Application.Unlock() set FX_fso = nothing FX_count = FX_count+1 Session("FX_DataCounter") = FX_count End If ' Add leadings FX_numlength = Len(cStr(FX_count)) If (FX_numlength < FX_digit) Then FX_lead = cInt(FX_digit - FX_numlength) For i=1 To FX_lead FX_count = "0" & FX_count Next End If %> Old Colony Youth Football League
     
2008 Schedule
2008 JV Schedule
Standings
Weekly Scores

The Old Colony Youth Football League is an independent youth football organization that prides itself on being a local league and not being affiliated with any national organization.


The OCYFL is local league that has grown from modest beginnings. The league began in 1965 with just 6 teams from around the South Shore of Massachusetts. The OCYFL now includes 22 teams from Southeastern Massachusetts. Teams are split up into 4 divisions based primarily on their K-8 school population.


Expansions to the League include one in 1989 that brought West Bridgewater, Raynham and Bridgewater into the league, and a second in 1992 brought in the towns of Hull, Hingham and also Scituate /Cohasset. In 1999 the League welcomed "America's Home Town", Plymouth and in 2004 the League welcomed Yarmouth-Dennis. Pembroke, formally part of Silver Lake, joined the League in 2005, and in 2006 Taunton comes in.


The OCYFL is now the largest independent youth football league in Massachusetts. The League is well run and closely governed by an Executive Board and three Commissioners who are all voted in by the member towns. The organization is closely bound by their own By Laws which are updated annually as voted by all member towns.


 
<%=FX_count%> Visitors over 3 years