<HTML>

<HEAD>

<TITLE>YMCA Camps on the Web by State</TITLE>

</HEAD>

<BODY BGCOLOR = "#FFFFFF">

<CENTER>

<H2> YMCA Camps on the Web by State </H2>

</CENTER>

<HR>

<P>

<FONT SIZE=2>

<B>NOTE:</B> This is NOT a comprehensive list of all YMCA camps, just an

attempt to list those that have web sites. Please send the URL of other

YMCA camps with web sites not yet listed on this

page to <A HREF="mailto:"></A>.

<P>

Camps are listed under the state where the camp is actually <B<I>located</I</B>,

even though the parent organization may be in a different state. For

example, YMCA Camp Thunderbird is listed under South Carolina, even though

it is a branch of the Charlotte, North Carolina YMCA.

<P>

And thanks to the following folks who have provided links to this site:

<A HREF = "

<A HREF = " Co.</A>,

& <a href = "

<p>

<b>*** January 17, 2003 ****</b> - Clicking on a camp's web site will now open

up a new window, so that you can

browse the site, close the window when your done, and return to this list without having to

reload it. Hopefully that will make things a little easier!

</FONT>

<P>

<HR>

<P>

<?php

include ("/home/stwmd/php/utilfunc.inc");

logvisit1();

// access the database

$db = getdatabase ("stwmd_master");

$sql = "SELECT * FROM mstrsite

WHERE typesite = 'CY' AND website > '' AND statcode > 'X'

ORDER BY state, sitename";

$result = mysql_query($sql,$db) or die ("Invalid query");

echo ("<TABLE WIDTH=100% CELLPADDING=5>\n");

$curstate = "";

while ($myrow = mysql_fetch_array($result)) {

$printstate = "";

if ($myrow["state"] > $curstate) {

$curstate = $myrow["state"];

$printstate = lookupcode ($db,"STATES","","",$curstate,1,"descript");

}

?>

<tr>

<td valign=top<font size=3>

<b<?php echo $printstate?</b>

</font</td>

<td valign=top<font size=3>

<b<?php echo $myrow["sitename"]?</b<br>

<?php echo $myrow["city"].", ".$myrow["state"]?>

</font</td>

<td valign=top<font size=3>

<a href=<?php printf("\" target="_blank">

<?php echo $myrow["website"]?</a>

</font</td>

</tr>

<?php

}

echo "</TABLE<P>\n";

echo "</CENTER<P>\n";

?>

<HR>

<P>

<H3> (The Old Section.... - Camps NOT Listed Above) </H3>

<P>

<H3>United States</H3>

<UL>

<B>New York</B>

<UL>

<LI> <A HREF = "

Camps Greenkill, Talcott, McAlister</A>; Huguenot NY -

<I>added 10/29/98</I>

<BR<I>{owned and operated by the

<A HREF = " of Greater New York</A>}</I>

</UL>

<P>

<B>Rhode Island</B>

<UL>

<LI> <A HREF = "

YMCA of Pawtucket Day Camps</A> -

<IMG SRC = "../graphics/new.gif"> <I>added 10/17/99</I>

</UL>

<P>

</UL>

<P>

<H3>Canada</H3>

<UL>

<LI> <A HREF = " Camp</A>;

Eagle Lake, Ontario -

<IMG SRC = "../graphics/updated.gif"> <I>4/19/00</I>

<BR<I>{jointly owned and operated by the

<B>Kingston Rotary Club</B>, <B>Kingston Kiwanis Club</B>, and the

<B>Kingston Family YMCA</B</I>

<LI> <A HREF = "

YMCA John Island Camp</A>; Spanish, Ontario -

<I>updated 10/31/99</I>

<BR is a co-ed residential youth camp and outdoor

education centre in Northeastern Ontario, Canada, and an accredited

member of the <A HREF = " Camping Association</A>.

<LI> <A HREF = "

YMCA Camp Pinecrest</A>; Torrance, Ontario

<LI> <A HREF = "

YMCA-YWCA of/d'Ottawa-Carleton Camping Services</A>; Ottawa, Ontario

<LI> <A HREF = " Camp Ki-Wa-Y</A>;

St. Clement's, Ontario -

<I>added 8/1/98</I>

<BR>

<A HREF = " Camp Belwood</A>;

Fergus, Ontario -

<I>added 8/1/98</I>

<BR>

<A HREF = " Camp Wabanaki</A>;

Huntsville, Ontario -

<I>added 8/1/98</I>

<BR>

<I>{all operated by the

<A HREF = " of Kitchener-Waterloo</A>}</I>

<LI> <A HREF = "

YMCA Camp Wapomeo</A>; Carlton, Nova Scotia -

<IMG SRC = "../graphics/new.gif"> <I>added on 2/4/99</I>

<BR<I>{owned and operated by the

<A HREF = " of Yarmouth</A>}</I>

<P>

<LI> <A HREF = "

Canadian YMCA Camps on the Web</A>

</UL>

<P>

Thank you!

<HR>

<P>

<H2>

Copyright Notice

</H2>

<B&#169 Copyright 1996-2003, by Stuart T. Weinberg, MD</B<P>

Permission to use, copy, and distribute this document, in whole or in part,

for non-commercial use and without fee, is hereby granted, provided that

this copyright, permission notice, and appropriate credit to

Stuart T. Weinberg, MD be included in all copies.

<P>

First placed on the World Wide Web: <I>August 21, 1996</I<BR>

<HR>

</BODY>