<!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>Alpha Kappa Alpha Norfolk Chapter | RSS Feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<base href="http://www.homespunart.com/aka/" />
<link rel="stylesheet" href="/aka/assets/templates/modxhost/layout-aka.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/aka/assets/templates/modxhost/modxmenu-aka.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/aka/assets/templates/modxhost/form-aka.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/aka/assets/templates/modxhost/modx.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/aka/assets/templates/modxhost/print.css" type="text/css" media="print" />
<script src="/aka/manager/media/script/scriptaculous/prototype.js" type="text/javascript"></script>
<script src="/aka/manager/media/script/scriptaculous/scriptaculous.js" type="text/javascript"></script>
<script type="text/javascript" src="/aka/assets/templates/modxhost/moo.fx.js"></script>
<script src="/aka/assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
image1 = new Image();
image1.src = "/aka/assets/templates/modxhost/images/array_332x28_roll.jpg";
function setActiveStyleSheet() {
new Effect.Appear('modxhost', {duration:0.5});
}</script>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.homespunart.com/aka/index.php?id=11" />
</head>
<body>
<table width="100%" border="0" cellspacing="10">
<tr><td align="center" valign="top">
<table width="950" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="302" rowspan="3" align="right" valign="top" background="/aka/assets/templates/modxhost/images/Leftcol-repeat.png" bgcolor="#E8BABA"><img src="/aka/assets/templates/modxhost/images/Leftcol-ivy.png" width="302" height="699" border="0" style="border: none;" /></td>
    <td colspan="2" height="151" valign="top"><div align="right"><img src="/aka/assets/templates/modxhost/images/AKA-Masthead.png" alt="AKA Masthead" width="533" height="150" border="0" style="border: none;" /></div></td>
  </tr>
  <tr>
    <td width="517" height="152" valign="top"><img src="/aka/assets/templates/modxhost/images/StainedGlass.jpg" alt="Stained Glass Header" width="517" height="152" border="0" style="border: none;" /></td>
    <td width="131" rowspan="2" bgcolor="#60A964" valign="top">
    <div id="navMenu" style="text-align:left;">
    <!-- BEGIN: Menu -->
    <ul><li><a href="/aka/index.php?id=1" title="Home" >Home</a></li>
<li><a href="/aka/index.php?id=15" title="History" >History</a>
<ul><li><a href="/aka/index.php?id=16" title="National History" >National History</a></li>
</ul>
</li>
<li><a href="/aka/index.php?id=33" title="Programs" >Programs</a></li>
<li><a href="/aka/index.php?id=50" title="Foundation" >Foundation</a></li>
<li><a href="/aka/index.php?id=51" title="Membership" >Membership</a></li>
<li><a href="/aka/index.php?id=6" title="Contact Us" >Contact us</a></li>
<li class="last"><a href="http://www.aka1908.org" title="AKA National" target="_blank">AKA National</a></li>
</ul> 
    </div>
    <br /><br /><br /><br /><br /><br />
    <div id="memberStuff" style="text-align:left;">
     
      <div id="sidebarlogin">    <script type="text/JavaScript">

        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="/aka/index.php?id=11"> 
    <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="/aka/index.php?id=11">
    <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>
    </div>
    <!-- END: Menu --></td>
  </tr>
  <tr>
    <td valign="top">
    <!-- BEGIN: Body Content -->
    <div id="content" style="padding:5px; text-align:left;">
    <h2>Alpha Kappa Alpha Norfolk Chapter RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>RSS Feed</title>
		<link>http://www.homespunart.com/aka/index.php?id=11</link>
		<description></description>
		<generator>Ditto 1.0.2 powered by MODx CMS</generator>
		<language>en</language>
		<copyright>Alpha Kappa Alpha Norfolk Chapter 2006</copyright>
		<ttl>120</ttl>
		<item>
			<title>Adding a News Story</title>
			<link>http://www.homespunart.com/aka/index.php?id=9</link>
			<description><![CDATA[ <p>
Adding news stories is relatively simple. You can put any content you like. Once set up as a member, there will be a new link available.
</p>
 ]]></description>
			<pubDate>Wed, 12 Apr 2006 22:00:00 -0700</pubDate>
			<guid>http://www.homespunart.com/aka/index.php?id=9</guid>
			<author>Site Admin &lt;you@yourdomain.com&gt;</author>
			</item>
		<item>
			<title>Another example News Item</title>
			<link>http://www.homespunart.com/aka/index.php?id=18</link>
			<description><![CDATA[ <p>
Just a placeholder for news items. You can put any content here.
</p>
 ]]></description>
			<pubDate>Wed, 12 Apr 2006 22:00:00 -0700</pubDate>
			<guid>http://www.homespunart.com/aka/index.php?id=18</guid>
			<author>Site Admin &lt;you@yourdomain.com&gt;</author>
			</item>
	</channel>
</rss> 
    <!-- END: Body Content -->&nbsp;
    </div><p>&nbsp;</p></td>
  </tr>
  <tr>
    <td colspan="3" id="footer">      <p>&copy;2010 <a href="/aka/">Upsilon Omicron Omega Chapter of Alpha Kappa Alpha Sorority Inc.</a><br />
  Alpha Kappa Alpha Sorority, Incorporated. is not responsible for the design and content of these web pages. They are the sole property and responsibility of the Upsilon Omicron Omega Chapter who hosts and maintains this web site. </p>
    </td>
    </tr>
</table>
</td></tr></table>

</body>
</html>
