<%@LANGUAGE="VBSCRIPT"%> <% Dim UpcomingSpeaker Dim UpcomingSpeaker_cmd Dim UpcomingSpeaker_numRows Set UpcomingSpeaker_cmd = Server.CreateObject ("ADODB.Command") UpcomingSpeaker_cmd.ActiveConnection = MM_test_STRING UpcomingSpeaker_cmd.CommandText = "SELECT ID, [Date], Speaker, Topic, Details FROM Speaker ORDER BY [Date] ASC" UpcomingSpeaker_cmd.Prepared = true Set UpcomingSpeaker = UpcomingSpeaker_cmd.Execute UpcomingSpeaker_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 4 Repeat1__index = 0 UpcomingSpeaker_numRows = UpcomingSpeaker_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Forest Hills Rotary Club District 7300 Club #5187


Welcome To Forest Hills Rotary Club
Rotary is a volunteer organization of 1.2 million business and professional leaders united worldwide to provide humanitarian service and help build goodwill and peace. About 32,000 Rotary clubs in more than 200 countries and geographical areas conduct projects to address today’s challenges — including illiteracy, disease, hunger, poverty, lack of clean water, and environmental concerns — while encouraging high ethical standards in all vocations.

Read More Here

News
Forest Hills rotary club distributes over 3,000 books to children...read more

Forest Hills resident directory will be available soon to purchase

Chilli Cook off! ...read more

Read More News

Upcoming Speakers - (full list)
- ,"> more info

Events
1 Chilli Cook Off - April 26, 2009
2 events listed


Newsletters
2009
February - Rota-"Tree" News - Volume 2 Issue 1


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