<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" if (Request("MM_EmptyValue") <> "") then Recordset1__MMColParam = Request("MM_EmptyValue") %> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_ShorelineGym_STRING Recordset1.Source = "SELECT key, Date_Founded FROM Gym_Info WHERE key = " + Replace(Recordset1__MMColParam, "'", "''") + "" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim GroupPhoto__MMColParam GroupPhoto__MMColParam = "7" If (Request("MM_EmptyValue") <> "") Then GroupPhoto__MMColParam = Request("MM_EmptyValue") End If %> <% Dim GroupPhoto Dim GroupPhoto_numRows Set GroupPhoto = Server.CreateObject("ADODB.Recordset") GroupPhoto.ActiveConnection = MM_ShorelineGym_STRING GroupPhoto.Source = "SELECT * FROM DynamicImages WHERE ID = " + Replace(GroupPhoto__MMColParam, "'", "''") + "" GroupPhoto.CursorType = 0 GroupPhoto.CursorLocation = 2 GroupPhoto.LockType = 1 GroupPhoto.Open() GroupPhoto_numRows = 0 %> Home page: Shoreline Gymnastics
Last update June 11th , 2007
860.388.1522
Celebrating <%=(Round(((Date - Recordset1.Fields.Item("Date_Founded").Value) / 356) - .49999))%> Proud Years of Service
Announcement: Shoreline Gymnastics is now a State Licensed Facility!!!

Level 5 State Champions!!!! Dec. 9th, 2006

Click on for Article

OPEN GYM
Wed. : 11:30 - 1:00
OPEN GYM - Ask about membership cards
OPEN GYM with inflatables.

Birthday Parties - Fridays: 2-3:30pm,
Saturdays: 1:30 - 3:00pm and 3:30 - 5:00pm & Sundays: 2:15 - 3:45pm and 4:15 - 5:45pm.

What is NEW at Shoreline!!


What is NEW at Shoreline!!
Don't Forget about:
We offer a Variety of Services:
Pre-School Classes-Ages 2-6
Progressive Classes-Ages 6-18

Classes for Beginners to Advanced

Classes for Boys and Girls
Competitive Teams- Levels 1-10
All Staff USAG Safety Certified
Birthday Parties Available
All Staff First Aid and CPR Certified

Site redesigned and maintained by Shoreline Gymnastics Copyright  2008,  All Rights  Reserved Last update January 22th, 2008

<% Recordset1.Close() %> <% GroupPhoto.Close() Set GroupPhoto = Nothing %>