<!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" />
<!-- REMOVED THIS - NOT WORKING	<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>Don't forget our Troop Work Day at the Scout Hut and the VFW on Saturday, May 5 from 9:00 a.m. to 3:00 p.m. followed by a Weapons Display at the pavilion by Mr. (Harry) Stevens. <p>
<p>Our next Troop outing is the Battle of Resaca Reenactment at Resaca Battlefield May 18 - 20. Sign up at the Troop meeting beginning May 7.<p>
<p>Summer Camp payments can be made at troop meetings on May 7 or May 14.<p>
</marquee><p style="font-family:verdana,arial,sans-serif;font-size:10px;"></p>

            <h2>Latest News:</h2>
            <strong><a href="article-1334664034" title="March Camp Rookie">March Camp Rookie</a></strong><br />
March Trip<br /><br /><strong><a href="article-1330911459" title="Historian Report">Historian Report</a></strong><br />
February Florida Trip<br /><br /><strong><a href="article-1327371846" title="Historian Report">Historian Report</a></strong><br />
January Fun Night<br /><br /><strong><a href="article-1308338756" title="Historians report">Historians report</a></strong><br />
Rock town climbing-April <br /><br /><strong><a href="article-1308338530" title="Historians report">Historians report</a></strong><br />
Camp Rookie-March<br /><br /><strong><a href="article-1308338111" title="Historians report">Historians report</a></strong><br />
Ski trip-January<br /><br /><strong><a href="article-1308337744" title="Historians report">Historians report</a></strong><br />
Fun Night-November<br /><br /><strong><a href="article-1308337388" title="historians report">historians report</a></strong><br />
Rocket outing- November<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="/scoutmaster" title="Scoutmaster">Scoutmaster</a></li>
<li><a href="http://vfwpost9143.com/" title="Charter Org.">Our Charter Org.</a></li>
<li class="last"><a href="/joining" title="Joining Troop 39">Joining Troop 39</a></li>

</ul></li>
<li class="category "><a href="/links-resources" title="Links and Resources">Links and Resources</a><ul style="display:none">
  <li class="first"><a href="/famous-eagles" title="Famous Eagle Scouts">Famous Eagle Scouts</a></li>
<li><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="/history" title="History of Scouting">History of Scouting</a></li>
<li><a href="/merit-badge-info" title="Merit Badge Info">Merit Badge Info</a></li>
<li><a href="/outing-coordinator-info" title="Outing Coordinator Info">Outing Coordination</a></li>
<li><a href="/rankguides" title="Rank Advancement Guides">Rank Advancement</a></li>
<li><a href="/scout-spirit" title="Scout Spirit">Scout Spirit</a></li>
<li><a href="/traditions" title="Traditions of Scouting">Traditions of Scouting</a></li>
<li><a href="/training" title="Training Links">Training Links</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="/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="/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><a href="/156" title="March Photos">March Photos</a></li>
<li><a href="/164" title="April Photos">April Photos</a></li>
<li><a href="/161" title="May Photos">May Photos</a></li>
<li><a href="/165" title="June Photos">June Photos</a></li>
<li><a href="/162" title="July Photos">July Photos</a></li>
<li><a href="/157" title="August Photos">August Photos</a></li>
<li><a href="/158" title="September Photos">September Photos</a></li>
<li><a href="/159" title="October Photos">October Photos</a></li>
<li><a href="/160" title="November Photos">November Photos</a></li>
<li class="last"><a href="/163" title="December Photos">December Photos</a></li>

</ul></li>
<li><a href="/2011-photos" title="2011 Photos">2011 Photos</a><ul style="display:none">
  <li class="first"><a href="/january-photos" title="January Photos">January Photos</a></li>
<li><a href="/february-photos" title="February Photos">February Photos</a></li>
<li><a href="/march-photos" title="March Photos">March Photos</a></li>
<li><a href="/april-photos" title="April Photos">April Photos</a></li>
<li><a href="/may-photos" title="May Photos">May Photos</a></li>
<li><a href="/june-photos" title="June Photos">June Photos</a></li>
<li><a href="/july-photos" title="July Photos">July Photos</a></li>
<li><a href="/august-photos" title="August Photos">August Photos</a></li>
<li><a href="/september-photos" title="September Photos">September Photos</a></li>
<li><a href="/october-photos" title="October Photos">October Photos</a></li>
<li><a href="/november-photos" title="November Photos">November Photos</a></li>
<li class="last"><a href="/december-photos" title="December Photos">December Photos</a></li>

</ul></li>
<li class="last"><a href="/2012-photos" title="2012 Photos">2012 Photos</a><ul style="display:none">
  <li class="first"><a href="/january-photos1" title="January Photos">January Photos</a></li>
<li><a href="/february-photos1" title="February Photos">February Photos</a></li>
<li><a href="/march-photos1" title="March Photos">March Photos</a></li>
<li><a href="/april-photos1" title="April Photos">April Photos</a></li>
<li><a href="/may-photos1" title="May Photos">May Photos</a></li>
<li><a href="/june-photos1" title="June Photos">June Photos</a></li>
<li><a href="/july-photos1" title="July Photos">July Photos</a></li>
<li><a href="/august-photos1" title="August Photos">August Photos</a></li>
<li><a href="/september-photos1" title="September Photos">September Photos</a></li>
<li><a href="/october-photos1" title="October Photos">October Photos</a></li>
<li><a href="/november-photos1" title="November Photos">November Photos</a></li>
<li class="last"><a href="/december-photos1" title="December Photos">December 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; 2012&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><br>
<a href="mailto:t39wbmstr@troop39.net">Have you forgotten your password?  Please contact the webmaster.</a><br>
        </p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>
