<!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">
<head>
  <title>BSA Troop 39 | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://www.troop39.net/"></base>
<link rel="stylesheet" href="assets/templates/bsatroop39/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/bsatroop39/troop39menu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/bsatroop39/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/bsatroop39/troop39.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/bsatroop39/print.css" type="text/css" media="print" />
  <link rel="stylesheet" href="assets/snippets/calendar/templates/default/calendar.css" type="text/css" media="screen" />
  <link href="http://www.troop39.net/assets/snippets/googleevents/data/css/plain-wide.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://www.troop39.net/assets/snippets/googleevents/data/css/plain.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://www.troop39.net/assets/snippets/calendar/templates/default/calendar.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://www.troop39.net/assets/snippets/calendar/templates/mini/calendar.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://www.troop39.net/assets/snippets/calendar/templates/ical/calendar.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://www.troop39.net/assets/snippets/calendar/templates/list/event-list.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="assets/templates/forms.css" type="text/css" media="screen" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.troop39.net/feed.rss" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
	<script type="text/javascript" src="assets/snippets/ajaxSearch/js/ajaxSearch.js"></script>
<!-- start AjaxSearch header -->
<script type="text/javascript">
//<![CDATA[
as_version = '1.8.4';
advSearch = 'oneword';
subSearch = 5;
ucfg = ' &extract=`0:content` &AS_landing=`8` &AS_showResults=`0` &showMoreResults=`1` &moreResultsPage=`8` &addJscript=`0`';
//]]>
</script>
<!-- end AjaxSearch header -->
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">BSA Troop 39</h1>
          <div id="sidebar">
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">
    <!--//--><![CDATA[//><!--
        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    //--><!]]>
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/feed.rss"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="username">User: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/feed.rss">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>
           <center>- - - <a href="request-an-account">Request an Account</a> - - -</center>
<br>
           <style type="text/css">
.myspace-marquee {height:50px;width:180px;background-color:e6dfd6;font-family:Arial;font-size:12px;color:#ac3c38;padding:4px;border-width:0px;border-style:solid;border-color:a89d90;}
</style>
<marquee class="myspace-marquee" direction="up" behavior="scroll" scrollamount="1.25" ><p>Welcome New Scouts!</p>
<p>New Parent Orientation moved to Thursday March 4, 7:00pm</p>
<p></p>  
</marquee><p style="font-family:verdana,arial,sans-serif;font-size:10px;"></p>

            <h2>Latest News:</h2>
            <strong><a href="article-1266284432" title="Scoutmaster Report">Scoutmaster Report</a></strong><br />
Swimming with the Manatee<br /><br /><strong><a href="article-1266283054" title="Scoutmaster Request">Scoutmaster Request</a></strong><br />
Request for Pictures<br /><br /><strong><a href="article-1263767762" title="Scoutmaster Report">Scoutmaster Report</a></strong><br />
January Fun Night!<br /><br /><strong><a href="article-1262475082" title="Historian Report">Historian Report</a></strong><br />
November - Coosa Back Country<br /><br /><strong><a href="article-1262474479" title="Historian Report">Historian Report</a></strong><br />
October - Patrol Outings<br /><br /><strong><a href="article-1262474297" title="Historian Report">Historian Report</a></strong><br />
September - Camp Daniel Boone and Outdoor Simulated Sky Diving!<br /><br /><strong><a href="article-1262473793" title="Historian Report">Historian Report</a></strong><br />
August - Water World Aquatics Weekend at Lake Lanier<br /><br /><strong><a href="article-1262473646" title="Historian Report">Historian Report</a></strong><br />
July Summer Camp<br /><br />
            <div id="recentdocsctnr">          
 <h2>Popular Links:</h2>
            <a href="http://www.troop39.net/scoutmaster#SMCR">Scoutmaster Conference Request</a><br>           
            <a href="http://www.troop39.net/board-of-review">Board of Review Request</a><br>    
            <a href="http://www.troop39.net/merit-badge-counselors">Merit Badge Counselors</a><br>
            <a href="http://www.etowah-bsa.org/">Etowah District BSA</a><br>
            <a href="http://www.nega-bsa.org/">Northeast GA Council BSA</a><br>
            <a href="http://www.scouting.org/">Boy Scouts of America</a>
 </div>
            
                 <div id="search"><a name="search"></a>﻿
<form id="ajaxSearch_form"  action="search-results" method="post">
    <fieldset>
    <input type="hidden" name="advSearch" value="oneword" />
    <label for="ajaxSearch_input">
      <input id="ajaxSearch_input" class="cleardefault" type="text" name="search" value=" Search here..." onfocus="this.value=(this.value==' Search here...')? '' : this.value ;" />
    </label>
    <label for="ajaxSearch_submit">
      <input id="ajaxSearch_submit" type="submit" name="sub" value="           " />
    </label>
    </fieldset>
</form>



<div id="ajaxSearch_output"></div>

</div>   

          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>BSA Troop 39 RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://www.troop39.net/feed.rss</link>
			<description></description>
			<language>en</language>
			<copyright>BSA Troop 39 2006</copyright>
			<ttl>120</ttl>      	</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <h1><a id="logo" href="index" title="BSA Troop 39">BSA Troop 39</a></h1>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://www.troop39.net/" title="Troop 39">Home</a></li>
<li class="category "><a href="/aboutus" title="About Us">About Us</a><ul style="display:none">
  <li class="first"><a href="/abouttroop39" title="About Troop 39">About Troop 39</a></li>
<li><a href="/directions" title="Directions">Directions</a></li>
<li><a href="/contacts" title="Contact Us">Contact Us</a></li>
<li><a href="/scoutmaster" title="Scoutmaster">Scoutmaster</a></li>
<li class="last"><a href="http://vfwpost9143.com/" title="Charter Org.">Our Charter Org.</a></li>

</ul></li>
<li class="category "><a href="/links-resources" title="Links & Resources">Links & Resources</a><ul style="display:none">
  <li class="first"><a href="/links" title="Favorite Links">Favorite Links</a></li>
<li><a href="/files-forms" title="Files & Forms">Files & Forms</a></li>
<li><a href="/training" title="Training Links">Training Links</a></li>
<li><a href="/history" title="History of Scouting">History of Scouting</a></li>
<li><a href="/traditions" title="Traditions of Scouting">Traditions of Scouting</a></li>
<li><a href="/scout-spirit" title="Scout Spirit">Scout Spirit</a></li>
<li><a href="/famous-eagles" title="Famous Eagle Scouts">Famous Eagle Scouts</a></li>
<li class="last"><a href="/rules" title="Troop Rules">Troop Rules</a></li>

</ul></li>
<li class="category "><a href="/campouts" title="Campouts">Campouts</a><ul style="display:none">
  <li class="first"><a href="/2009campouts" title="2009 Campouts">2009 Campouts</a><ul style="display:none">
  <li class="first"><a href="/may09" title="May Trip">May Trip</a></li>
<li><a href="/june09" title="June Trip">June Trip</a></li>
<li><a href="/july09" title="July Trip">July Trip</a></li>
<li><a href="/aug09" title="August Trip">August Trip</a></li>
<li><a href="/sep09" title="September Trip">September Trip</a></li>
<li><a href="/oct09" title="October Trip">October Trip</a></li>
<li><a href="/nov09" title="November Trip">November Trip</a></li>
<li class="last"><a href="/dec09" title="December Trip">December Trip</a></li>

</ul></li>
<li><a href="/2009photos" title="2009 Photos">2009 Photos</a><ul style="display:none">
  <li class="first"><a href="/141" title="January Photos">January Photos</a></li>
<li><a href="/142" title="February Photos">February Photos</a></li>
<li><a href="/143" title="March Photos">March Photos</a></li>
<li><a href="/151" title="April Photos">April Photos</a></li>
<li><a href="/148" title="May Photos">May Photos</a></li>
<li><a href="/152" title="June Photos">June Photos</a></li>
<li><a href="/149" title="July Photos">July Photos</a></li>
<li><a href="/144" title="August Photos">August Photos</a></li>
<li><a href="/145" title="September Photos">September Photos</a></li>
<li><a href="/146" title="October Photos">October Photos</a></li>
<li><a href="/147" title="November Photos">November Photos</a></li>
<li class="last"><a href="/150" title="December Photos">December Photos</a></li>

</ul></li>
<li><a href="/2010campouts" title="2010 Campouts">2010 Campouts</a><ul style="display:none">
  <li class="first"><a href="/138" title="January Trip">January Trip</a></li>
<li><a href="/february-trip" title="February Trip">February Trip</a></li>
<li><a href="/march-trip" title="March Trip">March Trip</a></li>
<li><a href="/140" title="April Trip">April Trip</a></li>
<li><a href="/129" title="May Trip">May Trip</a></li>
<li><a href="/june-trip" title="June Trip">Summer Camp</a></li>
<li><a href="/133" title="July Trip">July Trip</a></li>
<li><a href="/135" title="August Trip">August Trip</a></li>
<li><a href="/130" title="September Trip">September Trip</a></li>
<li class="last"><a href="/131" title="October Trip">October Trip</a></li>

</ul></li>
<li class="last"><a href="/2010-photos" title="2010 Photos">2010 Photos</a><ul style="display:none">
  <li class="first"><a href="/154" title="January Photos">January Photos</a></li>
<li><a href="/155" title="February Photos">February Photos</a></li>
<li class="last"><a href="/156" title="March Photos">March Photos</a></li>

</ul></li>

</ul></li>
<li class="category "><a href="/news" title="News">News</a><ul style="display:none">
  <li class="first"><a href="/announcements" title="Announcements">Announcements</a></li>
<li><a href="/scoutmaster-rpt" title="Scoutmaster Report">Scoutmaster Report</a></li>
<li><a href="/spl-rpt" title="SPL Reports">SPL Report</a></li>
<li><a href="/aspl-rpt" title="ASPL Reports">ASPL Report</a></li>
<li><a href="/historian-report" title="Historian Report">Historian Report</a></li>
<li class="last"><a href="/comm-chair-rpt" title="Committee Chair Report">Committee Report</a></li>

</ul></li>
<li class="category last"><a href="/calendar" title="Calendar">Calendar</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p> <a href="http://www.troop39.net" title="BSA Troop 39">BSA Troop 39</a> &nbsp;&copy; 2010&nbsp;
          troop39.net</a><br />
<a href="mailto:t39wbmstr@troop39.net">Email the Webmaster</a><br>
<a href="request-an-account">Request an Account</a>
        </p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>