friendsofrockcreek.org - information about domain
- Server Status: available
- Server IP: 76.12.22.172
- Server Response Time: 152ms
Site title
Rock Creek Conservancy (formerly Friends of Rock Creek's Environment)
Keywords
FORCE, "Rock Creek", RiverSmart, Rainscapes, "Rock Creek Park", kids, families, RCC, "Rock Creek Conservancy"
Description
Rock Creek Conservancy works to protect and restore Rock Creek, a natural treasure in the heart of Washington, DC, and Montgomery County, MD.
Alexa information
Alexa rank: not in database
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| friendsofrockcreek.org | IN | SOA | 3600 | mname: ns1.lnhi.net rname: administrator.lnhi.net serial: 6 refresh: 10800 retry: 3600 expire: 604800 minimum-ttl: 3600 |
||
| friendsofrockcreek.org | IN | A | 76.12.22.172 | 3600 | ||
| friendsofrockcreek.org | IN | MX | 3600 | mail.friendsofrockcreek.org | pri: 10 | |
| friendsofrockcreek.org | IN | NS | 3600 | ns1.lnhi.net | ||
| friendsofrockcreek.org | IN | NS | 3600 | ns3.lnhi.net | ||
| friendsofrockcreek.org | IN | NS | 3600 | ns2.lnhi.net |
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >
<head>
<base href="http://www.rockcreekconservancy.org/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="FORCE, "Rock Creek", RiverSmart, Rainscapes, "Rock Creek Park", kids, families, RCC, "Rock Creek Conservancy"" />
<meta name="description" content="Rock Creek Conservancy works to protect and restore Rock Creek, a natural treasure in the heart of Washington, DC, and Montgomery County, MD." />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
<title>Rock Creek Conservancy (formerly Friends of Rock Creek's Environment)</title>
<link href="/index.php?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/index.php?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="/templates/js_optimus/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="http://www.rockcreekconservancy.org/plugins/system/shadowbox/examples/build/shadowbox.css" type="text/css" />
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
<script type="text/javascript" src="http://www.rockcreekconservancy.org/plugins/system/shadowbox/min/index.php?g=sb&ad=base&lan=en&play=img"></script>
<script type="text/javascript" src="http://www.rockcreekconservancy.org/components/com_jcalpro/lib/shajax.js"></script>
<script type="text/javascript">
/* default values for unobtrusive ajax function of shajax */
<!--/*--><![CDATA[//><!--
shajax.shajaxProgressImage = '<img src="http://www.rockcreekconservancy.org/components/com_jcalpro/images/ajax-loader.gif" border="0" alt="progress" style="vertical-align: middle" hspace="2"/>';
shajax.shajaxLiveSiteUrl = 'http://www.rockcreekconservancy.org/';
//--><!]]>
<!--
/*
**********************************************
Copyright (c) 2006-2009 Anything-Digital.com
**********************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This header must not be removed. Additional contributions/changes
may be added to this header as long as no information is deleted.
**********************************************
$Id: template.js 258 2009-04-11 18:06:35Z shumisha $
*/
document.imageArray = new Array(10);
preloadImage(0, 'http://www.rockcreekconservancy.org/components/com_jcalpro/themes/ocean/images/addsign.gif',
'http://www.rockcreekconservancy.org/components/com_jcalpro/themes/ocean/images/addsign_a.gif');
function preloadImage() {
var args = preloadImage.arguments;
document.imageArray[args[0]] = new Array(args.length - 1);
for ( var i = 1; i < args.length; i++) {
document.imageArray[args[0]][i - 1] = new Image;
document.imageArray[args[0]][i - 1].src = args[i];
}
}
function showOnBar(Str) {
window.status = Str;
return true;
}
function cOn(myObject, color) {
if (document.getElementById || (document.all && !(document.getElementById))) {
if (!color)
color = "#6187E5"
myObject.style.backgroundColor = color;
}
}
function cOut(myObject, color) {
if (document.getElementById || (document.all && !(document.getElementById))) {
if (!color)
color = "#5177C5"
myObject.style.backgroundColor = color;
}
}
function cal_switchImage(imgName, imgSrc) {
if (document.images) {
if (imgSrc != "none") {
document.images[imgName].src = imgSrc;
}
}
}
function verify(msg) {
if (!msg)
msg = "Are you absolutely sure that you want to delete this item?";
// all we have to do is return the return value of the confirm() method
return confirm(msg);
}
function jclGetElement(psID) {
if (document.all) {
return document.all[psID];
}
else if (document.getElementById) {
return document.getElementById(psID);
}
else {
for (iLayer = 1; iLayer < document.layers.length; iLayer++) {
if (document.layers[iLayer].id == psID)
return document.layers[iLayer];
}
}
return Null;
}
/*
* returns a cookie variable with the given name.
*/
function jclGetCookie(name) {
var dc = document.cookie;
var prefix = extcal_cookie_id + '_' + name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0)
return null;
}
else {
begin += 2;
}
var end = document.cookie.indexOf(";", begin);
if (end == -1) {
end = dc.length;
}
return unescape(dc.substring(begin + prefix.length, end));
}
/*
* Sets a Cookie with the given name and value.
*/
function jclSetCookie(name, value, persistent) {
var today = new Date();
var expiry = new Date(today.getTime() + 364 * 24 * 60 * 60 * 1000); // 364
// days
var expires = "";
var domain = extcal_cookie_domain;
var path = extcal_cookie_path;
var secure = false;
var prefix = extcal_cookie_id + '_' + name + "=";
if (persistent) {
expires = "; expires = " + expiry.toGMTString();
}
document.cookie = prefix + escape(value) + ((expires) ? expires : "")
+ ((path) ? "; path=" + path : "")
+ ((domain) ? "; domain=" + domain : "")
+ ((secure) ? "; secure" : "") + ';';
}
// ==========================================
// Set DIV ID to hide
// ==========================================
function jcl_hide_div(itm) {
if (!itm)
return;
itm.style.display = "none";
}
// ==========================================
// Set DIV ID to show
// ==========================================
function jcl_show_div(itm) {
if (!itm)
return;
itm.style.display = "";
}
// ==========================================
// Toggle category
// ==========================================
function togglecategory(fid, add) {
saved = new Array();
clean = new Array();
// ==========================================
// Get any saved info
// ==========================================
if (tmp = jclGetCookie('collapseprefs')) {
saved = tmp.split(",");
}
// ==========================================
// Remove bit if exists
// ==========================================
for (i = 0; i < saved.length; i++) {
if (saved[i] != fid && saved[i] != "") {
clean[clean.length] = saved[i];
}
}
// ==========================================
// Add?
// ==========================================
if (add) {
clean[clean.length] = fid;
jcl_show_div(jclGetElement(fid + '_close'));
jcl_hide_div(jclGetElement(fid + '_open'));
}
else {
jcl_show_div(jclGetElement(fid + '_open'));
jcl_hide_div(jclGetElement(fid + '_close'));
}
jclSetCookie('hidden_display', clean.join(','), 1);
}
// sets dynamically the content of a given html tag id
function jclSetText(id, value) {
var label = jclGetElement(id);
label.firstChild.nodeValue = value;
}
//sets dynamically the content of an element
function jclSetChecked(id, value) {
var element = jclGetElement(id);
element.checked = value;
}
// shows recurrence options div, hiding all others
function jclShowRecOptions(id) {
var divs = new Array('jcl_rec_none_options', 'jcl_rec_daily_options',
'jcl_rec_weekly_options', 'jcl_rec_monthly_options',
'jcl_rec_yearly_options');
var target = '';
if (id) {
target = 'jcl_rec_' + id + '_options';
}
for (i = 0; i < divs.length; i++) {
if (divs[i] == target) {
jcl_show_div(jclGetElement(divs[i]));
} else {
jcl_hide_div(jclGetElement(divs[i]));
}
}
}
function printDocument() {
self.focus();
self.print();
}
var recurEventMsg = "This event is set to repeat";
var noRecurEventMsg = "This event does not repeat";
// cookie variables
var extcal_cookie_id = "jcalpro1";
var extcal_cookie_path = "/";
var extcal_cookie_domain = "";
//-->
</script>
<script type="text/javascript">Shadowbox.init();</script>
<link href='http://www.rockcreekconservancy.org/components/com_jcalpro/themes/ocean/style.css' rel='stylesheet' type='text/css' />
<!--[if IE 6]><link href='http://www.rockcreekconservancy.org/components/com_jcalpro/themes/ocean/styleie6.css' rel='stylesheet' type='text/css' /><![endif]-->
<!--[if IE 7]><link href='http://www.rockcreekconservancy.org/components/com_jcalpro/themes/ocean/styleie7.css' rel='stylesheet' type='text/css' /><![endif]-->
<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="/templates/js_optimus/css/fixed1024.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/templates/js_optimus/css/template_css.css" type="text/css" media="screen" />
<link href="/templates/js_optimus/css/style1.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="stylesheet" href="/templates/js_optimus/css/nav.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/templates/js_optimus/css/serif.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/templates/js_optimus/css/j15.css" type="text/css" media="screen" />
<!--[if IE]>
<link rel="stylesheet" href="/templates/js_optimus/css/ie.css" media="screen" type="text/css" />
<![endif]-->
<style type="text/css" media="screen">
#logo-graphic h1 a{display:block;text-indent:-5000em;text-decoration:none;width:935px;line-height:96px;height:96px;}
#header {height:96px;}
</style>
<!--[if lte IE 6]>
<style type="text/css">
.designer a,img { behavior: url(/templates/js_optimus/js/iepngfix.htc); }
</style>
<![endif]-->
</head>
<body>
<div id="wrap">
<div id="header">
<div id="logo-graphic">
<h1><a href="http://www.rockcreekconservancy.org/" title="Rock Creek Conservancy (formerly Friends of Rock Creek's Environment)">Optimus Template</a></h1>
<h2>Your Site Slogan</h2>
</div>
<div id="newsflash">
<table style="text-align: right; width: 282px; height: 20px;" border="0" cellpadding="0" cellspacing="0">
<tbody style="text-align: left;">
<tr style="text-align: left;">
<td style="text-align: left;"><span style="font-family: arial,helvetica,sans-serif;"><a target="_blank" href="/index.php/component/content/article/212"> </a><span style="font-size: 10pt;"><a target="_blank" href="/index.php/component/content/article/212">Email Sign Up</a></span></span><span style="font-size: 12pt;"><a target="_blank" href="/index.php/component/content/article/212">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</a></span></td>
<td style="text-align: left;"><span style="font-size: 10pt;"><a href="/index.php/join-us"><span style="font-family: arial,helvetica,sans-serif;">Become a Member</span></a></span></td>
</tr>
</tbody>
</table>
<a target="_blank" href="/index.php/join-us"></a><span style="font-family: arial,helvetica,sans-serif;"> </span>
</div>
</div><!-- end header -->
<div id="mbar">
<div id="nav">
<div class="menuleft"> </div>
<div class="menuright"> </div>
<script type="text/javascript" src="/templates/js_optimus/js/barmenu.js"></script>
<ul class="menu"><li id="current" class="active"><a href="http://www.rockcreekconservancy.org/"><span>Home</span></a></li><li class="haschild"><a href="/index.php/who-we-are" class="haschild"><span>Who We Are</span></a><ul><li><a href="/index.php/who-we-are/about-us"><span>About Us</span></a></li><li><a href="/index.php/who-we-are/board-of-directors"><span>Board of Directors</span></a></li><li><a href="/index.php/who-we-are/staff"><span>Staff</span></a></li><li><a href="/index.php/who-we-are/committees"><span>Committees</span></a></li><li><a href="/index.php/who-we-are/honors-and-awards"><span>Honors & Awards</span></a></li><li><a href="/index.php/who-we-are/friends"><span>Friends</span></a></li><li><a href="/index.php/who-we-are/in-the-news"><span>In the News</span></a></li><li><a href="/index.php/who-we-are/contact-us"><span>Contact Us</span></a></li></ul></li><li class="haschild"><a href="/index.php/rock-creek" class="haschild"><span>Rock Creek</span></a><ul><li><a href="/index.php/rock-creek/maps"><span>Maps</span></a></li><li><a href="/index.php/rock-creek/animals"><span>Animals</span></a></li><li><a href="/index.php/rock-creek/plants"><span>Plants</span></a></li><li><a href="/index.php/rock-creek/geology"><span>Geology</span></a></li><li><a href="/index.php/rock-creek/watershed"><span>Watershed</span></a></li><li><a href="/index.php/rock-creek/water-quality"><span>Water Quality</span></a></li><li><a href="/index.php/rock-creek/human-history"><span>Human History</span></a></li></ul></li><li class="haschild"><a href="/index.php/the-parks" class="haschild"><span>The Parks</span></a><ul><li><a href="/index.php/the-parks/enjoy-the-parks"><span>Enjoy the Parks</span></a></li><li><a href="/index.php/the-parks/rock-creek-park"><span>Rock Creek Park</span></a></li><li><a href="/index.php/the-parks/montgomery-county-parks"><span>Montgomery County Parks</span></a></li><li><a href="/index.php/the-parks/facilities-rental"><span>Facilities Rental</span></a></li></ul></li><li class="haschild"><a href="/index.php/what-we-do" class="haschild"><span>What We Do</span></a><ul><li><a href="/index.php/what-we-do/our-work"><span>Our Work</span></a></li><li><a href="/index.php/what-we-do/rock-creek-extreme-cleanup"><span>Extreme Cleanup</span></a></li><li><a href="/index.php/what-we-do/stream-teams-2"><span>Stream Teams</span></a></li><li><a href="/index.php/what-we-do/riversmart-washington"><span>RiverSmart Washington</span></a></li><li><a href="/index.php/what-we-do/downspout-initiative"><span>Downspout Initiatve</span></a></li></ul></li><li class="haschild"><a href="/index.php/get-involved" class="haschild"><span>Get Involved</span></a><ul><li><a href="/index.php/get-involved/calendar/97"><span>Calendar</span></a></li><li><a href="/index.php/get-involved/volunteer"><span>Volunteer</span></a></li><li><a href="/index.php/get-involved/report-problems"><span>Report Problems</span></a></li><li><a href="/index.php/get-involved/speak-out"><span>Speak Out</span></a></li><li><a href="/index.php/get-involved/stream-teams"><span>Stream Teams</span></a></li><li><a href="/index.php/get-involved/your-property"><span>Your Property</span></a></li><li><a href="/index.php/get-involved/your-park"><span>Your Park</span></a></li><li><a href="/index.php/get-involved/your-community"><span>Your Community</span></a></li></ul></li><li class="haschild"><a href="/index.php/join-us" class="haschild"><span>Donate</span></a><ul><li><a href="/index.php/join-us/become-a-member"><span>Become a Member</span></a></li><li><a href="/index.php/join-us/special-gifts"><span>Special Gifts</span></a></li><li><a href="/index.php/join-us/corporate-giving"><span>Corporate Giving</span></a></li></ul></li></ul>
</div></div>
<div class="clear"> </div>
<div id="sys_messages"></div>
<div class="mainbody">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="leftcol" style="width:180px;">
<div class="modulenone">
<div>
<div>
<div>
<div style="text-align: center;"><a target="_blank" href="/index.php/the-parks/enjoy-the-parks"><img alt="EnjoyTheParks" src="/images/stories/EnjoyTheParks.png" height="63" width="193" /></a></div> </div>
</div>
</div>
</div>
<div class="modulenone">
<div>
<div>
<div>
<div style="text-align: center;"><a href="/index.php/get-involved/volunteer"><img alt="Volunteer" src="/images/stories/Volunteer.png" height="63" width="193" /></a></div> </div>
</div>
</div>
</div>
<div class="modulenone">
<div>
<div>
<div>
<div style="text-align: center;"><a href="/index.php/component/content/article/222"><img alt="SpecialEvents" src="/images/stories/SpecialEvents.png" height="63" width="193" /></a></div> </div>
</div>
</div>
</div>
<div class="modulenone">
<div>
<div>
<div>
<div style="text-align: center;"><a href="/index.php/join-us"><img alt="DonateNow" src="/images/stories/DonateNow.png" height="63" width="193" /></a></div> </div>
</div>
</div>
</div>
<div class="module">
<div>
<div>
<div>
<form action="index.php" method="post">
<div class="search">
<input name="searchword" id="mod_search_searchword" maxlength="20" alt="Search" class="inputbox" type="text" size="20" value="search..." onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /><input type="submit" value="Search" class="button" onclick="this.form.searchword.focus();"/> </div>
<input type="hidden" name="task" value="search" />
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="Itemid" value="26" />
</form> </div>
</div>
</div>
</div>
<div class="modulenone">
<div>
<div>
<div>
<table style="width: 219px; height: 34px; text-align: center;" border="0" cellpadding="5">
<tbody style="text-align: left;">
<tr style="text-align: left;">
<td style="text-align: center;"><a target="_blank" href="http://www.facebook.com/pages/Rock-Creek-Conservancy/262554443774993"><img alt="FaceBook-icon" src="/images/stories/FaceBook-icon.png" height="32" width="32" /></a></td>
<td style="text-align: center;"><a target="_blank" href="http://twitter.com/#!/LoveRockCreek"><img alt="Twitter-icon" src="/images/stories/Twitter-icon.png" height="32" width="32" /></a></td>
<td style="text-align: center;"><a target="_blank" href="http://www.youtube.com/watch?v=QHve2oDnPTo"><img alt="Youtube-icon" src="/images/stories/Youtube-icon.png" height="32" width="32" /></a></td>
</tr>
</tbody>
</table>
<br class="_mce_marker" /> </div>
</div>
</div>
</div>
</td>
<td class="maincol">
<div class="inside">
<div class="banner">
<div class="moduletable">
<div align="center">
<a href="http://dev.friendsofrockcreek.org/index.php/rock-creek/photo-galleries" target="_self">
<img src="/images/RandomImages/lord voldemorts head.jpg" alt="lord voldemorts head.jpg" width="600" height="450" /></a>
</div> </div>
</div>
<table class="blog" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div>
<table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
Rock Creek Extreme Cleanup </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=207:2011-rock-creek-extreme-cleanup&format=pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/pdf_button.png" alt="PDF" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=207:2011-rock-creek-extreme-cleanup&tmpl=component&print=1&layout=default&page=" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/printButton.png" alt="Print" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php/component/mailto/?tmpl=component&link=a8c0f1302bf04985d6c2ad9d06d68e35f0f7e908" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/js_optimus/images/emailButton.png" alt="E-mail" /></a> </td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;">.</div>
<div style="text-align: center;"><span style="font-size: 18pt;"><strong>Saturday, April 14th <span style="color: #ff0000;"> </span></strong></span></div>
<div style="text-align: center;"><strong><span style="font-size: 18pt;">9 am - Noon</span><span style="color: #ff0000;"><span style="font-size: 18pt;"> </span></span></strong></div>
<div style="text-align: center;"><span style="font-size: 14pt;"><em><strong>Some locations may have different start times </strong></em></span></div>
<div style="text-align: center;"><span style="font-size: 14pt;"><em><strong>or different dates -- </strong></em></span></div>
<div style="text-align: center;">
<div style="text-align: center;"><span style="font-size: 14pt;"><em><strong>check listings carefully!</strong></em></span></div>
<div style="text-align: center;"><span style="font-size: 14pt;"><em><strong><br /></strong></em></span></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"><span style="font-size: 14pt;"><strong><a target="_blank" href="http://maps.google.com/maps/ms?msid=210548614220311302653.0004b7d78762aedfb47af&msa=0&ll=39.051392,-77.02929&spn=0.299145,0.676346">Find A Site Close To You</a><br /></strong></span></div>
</div>
<p>The world's most important park is the one near you -- where you can escape and reconnect with nature.</p>
<img src="/images/stories/trash in water wheaton small.jpg" alt="trash in water" style="margin: 0px 20px 0px 0px; float: left;" height="239" width="322" />
<p style="padding-left: 30px;">But that's hard to do with a sight like this!</p>
<p style="padding-left: 60px;">Join Rock Creek Conservancy for the fourth annual EXTREME trash cleanup and help take the trash out of your favorite part of the park!</p>
<p style="padding-left: 60px;"> </p>
<p style="padding-left: 60px;"> </p>
<p style="padding-left: 60px;">Bring family, friends, neighbors, scout troops, clubs, businesses.</p>
<p style="padding-left: 60px;"> </p>
<p style="padding-left: 60px; text-align: center;"><span style="font-size: 18pt;">All are welcome!</span></p>
<p style="padding-left: 60px; text-align: center;"><span style="font-size: 18pt;"><br /></span></p>
<div style="text-align: left;"></div>
<p><img src="/images/stories/StreamTeams/randolph_hills_cleanup_10-24-2010.jpg" alt="randolph_hills_cleanup_10-24-2010" style="margin: 0px 20px 0px 0px; float: left;" height="240" width="322" /></p>
<p>It's a perfect way to earn community service or SSL hours.</p>
<p><a href="http://www.riverexplorer.com/rock_creek/force_sites_09.php4"></a></p>
<p>Want to organize your own cleanup? Contact Braeden Bumpers at 202-557-9914</p>
<p>or send an
<script language='JavaScript' type='text/javascript'>
<!--
var prefix = 'mailto:';
var suffix = '';
var attribs = '';
var path = 'hr' + 'ef' + '=';
var addy20551 = 'bbumpers' + '@';
addy20551 = addy20551 + 'rockcreekconservancy' + '.' + 'org';
var addy_text20551 = 'email to ';
document.write( '<a ' + path + '\'' + prefix + addy20551 + suffix + '\'' + attribs + '>' );
document.write( addy_text20551 );
document.write( '<\/a>' );
//-->
</script><script language='JavaScript' type='text/javascript'>
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it
<script language='JavaScript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
//-->
</script><a href="mailto:
<script language='JavaScript' type='text/javascript'>
<!--
var prefix = 'mailto:';
var suffix = '';
var attribs = '';
var path = 'hr' + 'ef' + '=';
var addy59754 = 'joan' + '@';
addy59754 = addy59754 + 'friendsofrockcreek' + '.' + 'org';
document.write( '<a ' + path + '\'' + prefix + addy59754 + suffix + '\'' + attribs + '>' );
document.write( addy59754 );
document.write( '<\/a>' );
//-->
</script><script language='JavaScript' type='text/javascript'>
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it
<script language='JavaScript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
//-->
</script>"></a>
<script language='JavaScript' type='text/javascript'>
<!--
var prefix = 'mailto:';
var suffix = '';
var attribs = '';
var path = 'hr' + 'ef' + '=';
var addy30808 = 'bbumpers' + '@';
addy30808 = addy30808 + 'rockcreekconservancy' + '.' + 'org';
var addy_text30808 = 'Braeden';
document.write( '<a ' + path + '\'' + prefix + addy30808 + suffix + '\'' + attribs + '>' );
document.write( addy_text30808 );
document.write( '<\/a>' );
//-->
</script><script language='JavaScript' type='text/javascript'>
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it
<script language='JavaScript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
//-->
</script>.</p>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<br /><br />
<div style="text-align: center;"><span style="font-size: 10pt;"><em><strong><span style="color: #ff0000;">*</span> </strong></em></span></div>
<div style="text-align: center;"><span style="font-size: 10pt;"><em><strong><span style="font-size: 14pt;"><img src="/images/stories/mont_parks_logo.jpg" alt="mont_parks_logo" height="80" width="120" /> <img src="/images/stories/NPS_logo.jpg" alt="NPS_logo" height="100" width="77" /> <img src="/images/stories/rei_logo.jpg" alt="rei_logo" height="69" width="91" /> <img src="/images/stories/CBT_logo.jpg" alt="CBT_logo" height="99" width="91" /> <img src="/images/stories/trash_free_logo_sm.jpg" alt="trash_free_logo_sm" height="102" width="100" /> </span></strong></em></span></div>
<p> </p></td>
</tr>
</table>
<span class="article_separator"> </span>
</div>
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="100%" class="article_column">
<table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
Show Your Love of the Park </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=257:love-your-park-on-valentines-day&format=pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/pdf_button.png" alt="PDF" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=257:love-your-park-on-valentines-day&tmpl=component&print=1&layout=default&page=" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/printButton.png" alt="Print" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php/component/mailto/?tmpl=component&link=5afbceafc237e12805437012d7b49d4e49bbc4d6" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/js_optimus/images/emailButton.png" alt="E-mail" /></a> </td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
<p><img style="margin: 10px; float: left;" alt="Daffodils_King_Alfred" src="/images/stories/Daffodils_King_Alfred.jpg" height="171" width="252" /></p>
<p>Show your love for the park or honor someone special with a <a href="https://co.clickandpledge.com/?wid=49538" target="_blank">gift of flowers </a>that will bloom in Rock Creek Park year after year.</p>
<p>Help us plant over 4,000 daffodils along Rock Creek Parkway! Daffodils herald the beginning of spring for thousands of DC residents and visitors. In recent years, the daffodils have dwindled in number, overcome by weeds and neglect. Let's join together to bring them back!</p>
</td>
</tr>
<tr>
<td colspan="2">
<a href="/index.php/component/content/article/257-love-your-park-on-valentines-day" class="readon">
Read more...</a>
</td>
</tr>
</table>
<span class="article_separator"> </span>
<table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
Garden Stewardship Opportunity </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=259:garden-stewardship-opportunity&format=pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/pdf_button.png" alt="PDF" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=259:garden-stewardship-opportunity&tmpl=component&print=1&layout=default&page=" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/printButton.png" alt="Print" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php/component/mailto/?tmpl=component&link=9f57a8f6da4b2e6efbad6e8bf7406563b9550ab3" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/js_optimus/images/emailButton.png" alt="E-mail" /></a> </td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
<div>We’re looking for someone who’d like to learn about and possibly steward the “Water-Wise” garden at Rock Creek Park Nature Center in Washington. Over the past year, all the aspects of a sustainable design (rain barrels, rain garden, pervious pavers, curb cuts etc) have been installed at this site, and more than 100 new wildflowers have been planted. Colorful interpretive signage, including a map liking the site to the Rock Creek watershed, is being installed this spring. What’s needed now is someone who’d like to “watch” the garden during the growing season, make sure it gets watered in dry periods (a spigot is conveniently nearby), and act as liaison with the park rangers. Creative ideas for public outreach are welcome. Please contact RCC member Steve Dryden <a href="tel:%28301-512-5899" value="+13015125899" target="_blank">(301-512-5899</a>)
<script language='JavaScript' type='text/javascript'>
<!--
var prefix = 'mailto:';
var suffix = '';
var attribs = '';
var path = 'hr' + 'ef' + '=';
var addy7047 = 'jsdryden' + '@';
addy7047 = addy7047 + 'comcast' + '.' + 'net';
document.write( '<a ' + path + '\'' + prefix + addy7047 + suffix + '\'' + attribs + '>' );
document.write( addy7047 );
document.write( '<\/a>' );
//-->
</script><script language='JavaScript' type='text/javascript'>
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it
<script language='JavaScript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
//-->
</script> to volunteer.</div></td>
</tr>
</table>
<span class="article_separator"> </span>
<table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
Hope and Healing in Rock Creek </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=254:hope-and-healing-in-rock-creek&format=pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/pdf_button.png" alt="PDF" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=254:hope-and-healing-in-rock-creek&tmpl=component&print=1&layout=default&page=" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/printButton.png" alt="Print" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php/component/mailto/?tmpl=component&link=3275396ea3dba4e0b015670bda5bdd0faed47124" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/js_optimus/images/emailButton.png" alt="E-mail" /></a> </td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
<p><img style="margin: 0px 20px 0px 0px; float: left;" alt="katie3-small" src="/images/stories/katie3-small.jpg" width="226" height="171" /></p>
<p>Rock Creek is a source of healing tranquility for Katie, a Montgomery County resident who visits the park every day to take one photo.</p>
<p>Read Katie's inspiring story and view her photo gallery <a target="_blank" href="/index.php/component/content/article/253">here</a>.</p></td>
</tr>
</table>
<span class="article_separator"> </span>
<table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
Downspout Initiative: $50 Rebate </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=255:downspout-initiative-50-rebate-program&format=pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/pdf_button.png" alt="PDF" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php?view=article&id=255:downspout-initiative-50-rebate-program&tmpl=component&print=1&layout=default&page=" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/js_optimus/images/printButton.png" alt="Print" /></a> </td>
<td align="right" width="100%" class="buttonheading">
<a href="/index.php/component/mailto/?tmpl=component&link=1a071030296701e6a58af557209e5894755d7de5" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/js_optimus/images/emailButton.png" alt="E-mail" /></a> </td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
</td>
</tr>
<tr>
<td colspan="2">
<a href="/index.php/component/content/article/255-downspout-initiative-50-rebate-program" class="readon">
Read more...</a>
</td>
</tr>
</table>
<span class="article_separator"> </span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<div class="blog_more">
<div>
<strong>More Articles...</strong>
</div>
<ul>
<li>
<a class="blogsection" href="/index.php/component/content/article/9-news/252-stream-team-sucess-story">
Stream Team Success Story</a>
</li>
<li>
<a class="blogsection" href="/index.php/component/content/article/251-whats-going-on-at-meadowbook">
What's Going on at Meadowbook?</a>
</li>
<li>
<a class="blogsection" href="/index.php/component/content/article/209-catalogue-for-phlianthropy-selection">
Rock Creek Conservancy Named One of Region's Best Small Charities</a>
</li>
<li>
<a class="blogsection" href="/index.php/component/content/article/236-spotting-a-reporting-problems-in-the-creek">
Learn How to Spot & Report Problems in the Creek</a>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<td valign="top" align="center">
<< <span class="pagenav">Start</span> < <span class="pagenav">Prev</span> <span class="pagenav">1</span> <a title="2" href="/index.php?start=5" class="pagenav">2</a> <a title="3" href="/index.php?start=10" class="pagenav">3</a> <a title="Next" href="/index.php?start=5" class="pagenav">Next</a> > <a title="End" href="/index.php?start=10" class="pagenav">End</a> >> <br /><br />
</td>
</tr>
<tr>
<td valign="top" align="center">
Page 1 of 3 </td>
</tr>
</table>
</div>
</td>
<td class="rightcol" style="width:160px;px">
<div class="moduleS3">
<div>
<div>
<div>
<h3>Upcoming Events</h3>
<div class="latest_event"><a href="/index.php/get-involved/calendar/view/354/97" >Film Screening: Potomac American Reflections</a>
<br /><span class="eventsdate">March 20, 2012 (6:30 PM - 8:00 PM)</span>
<br /><div class="eventdescription"><p>Come see the latest installment of the DC Environmental Film Festival...</p>
</div></div>
<br/><div class="latest_event"><a href="/index.php/get-involved/calendar/view/352/97" >Film Premiere: Biophilic Design, The Architecture of Life</a>
<br /><span class="eventsdate">March 22, 2012 (6:00 AM - 9:00 AM)</span>
<br /><div class="eventdescription"><p>Check out the latest installment of the DC Environmental Film Festival,...</p>
</div></div>
<br/><div class="latest_event"><a href="/index.php/get-involved/calendar/view/355/97" >Film Screening: Urbanized</a>
<br /><span class="eventsdate">March 22, 2012 (6:30 PM - 8:30 PM)</span>
<br /><div class="eventdescription"><p>Come enjoy the latest installment of the DC Environmental Film Festival...</p>
</div></div>
<br/><div class="latest_event"><a href="/index.php/get-involved/calendar/view/357/97" >Extreme Cleanup Montgomery County Training</a>
<br /><span class="eventsdate">March 24, 2012 (9:00 AM - 10:00 AM)</span>
<br /><div class="eventdescription"><div>
<p><span style="color: #ff0000;"><strong>All Site Leaders Planning on Participating in the Extreme Cleanup Must...</strong>
</span>
</p>
</div>
</div></div>
<br/><div class="latest_event"><a href="/index.php/get-involved/calendar/view/353/97" >Film Screening: Butterflies and Bulldozers</a>
<br /><span class="eventsdate">March 24, 2012 (1:30 PM - 2:30 PM)</span>
<br /><div class="eventdescription"><p>Check out the latest installment of films from the DC Environmental Film...</p>
</div></div>
<br/><a href="/index.php/get-involved/calendar/97?view=calendar">View Full Calendar</a><br />
</div>
</div>
</div>
</div>
<div class="module">
<div>
<div>
<div>
<h3>Login</h3>
<form action="/index.php" method="post" name="login" id="form-login" >
<fieldset class="input">
<p id="form-login-username">
<label for="modlgn_username">Username</label><br />
<input id="modlgn_username" type="text" name="username" class="inputbox" alt="username" size="18" />
</p>
<p id="form-login-password">
<label for="modlgn_passwd">Password</label><br />
<input id="modlgn_passwd" type="password" name="passwd" class="inputbox" size="18" alt="password" />
</p>
<p id="form-login-remember">
<label for="modlgn_remember">Remember Me</label>
<input id="modlgn_remember" type="checkbox" name="remember" class="inputbox" value="yes" alt="Remember Me" />
</p>
<input type="submit" name="Submit" class="button" value="Login" />
</fieldset>
<ul>
<li>
<a class="forgotpass" href="/index.php/component/user/reset">
Forgot your password?</a>
</li>
<li>
<a class="forgotuser" href="/index.php/component/user/remind">
Forgot your username?</a>
</li>
<li>
<a class="regusr" href="/index.php/component/user/?task=register">
Create an account</a>
</li>
</ul>
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="login" />
<input type="hidden" name="return" value="Lw==" />
<input type="hidden" name="827a357b35cc02278f65f2bfcc4cb3ba" value="1" /></form>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<div id="footer">
<div class="ftr-right"> </div>
<div class="ftr-left"> </div>
<p style="text-align: center;">Copyright © Rock Creek Conservancy, Inc. 2011 | <a href="/index.php/component/content/article/12/57-terms-of-use">Terms of Use</a> | <a href="/index.php/component/content/article/12/80-privacy-statement">Privacy Statement</a> | <a target="_blank" href="/administrator/index.php?option=com_content&sectionid=-1&task=edit&cid[]=228">Photo Credits</a></p>
</div>
</div><!-- end wrap -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :
"http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15938877-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>