<!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>Bryce Evans | RSS Feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<base href="http://www.bryceevans.org/">
</base>
<link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.bryceevans.org/page_feed.rss.html" />
<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">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
	<script type="text/javascript" src="assets/snippets/ajaxSearch/js/ajaxSearch.js"></script>
<!-- start AjaxSearch header -->
<script type="text/javascript">
//<![CDATA[      
config = 'default';
as_version = '1.8.1';
debug = 0;
as_language = 'english';
opacity = 1;
advSearch = 'oneword';
whereSearch = 'content|tv';
subSearch = '5';
withTvs = '';
order = 'publishedon,pagetitle';
rank = 'pagetitle:100,extract';
minChars = 3;
ajaxMax = 6;
showMoreResults = 1;
moreResultsPage = 8;
extract = '0:content';
extractLength = 200;
extractEllips = '...';
extractSeparator = '<br />';
formatDate = 'd/m/y : H:i:s';
liveSearch = 0;
docgrp = '';
listIDs = '';
idType = 'parents';
depth = 10;
highlightResult = 1;
hideMenu = 2;
hideLink = 1;
as_filter = '';
tplAjaxResult = '';
tplAjaxResults = '';
stripInput = 'defaultStripInput';
stripOutput = 'defaultStripOutput';
breadcrumbs = '0';
tvPhx = '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;">Bryce Evans</h1>
          <div id="sidebar">
            <h2>Latest news:</h2>
            <strong><a href="news/page_article-1243416719.html" title=""Dublin’s Banksy" Joins Local Election Campaign">"Dublin’s Banksy" Joins Local Election Campaign</a></strong><br />
Dublin graffiti artist Maser has pledged his support to local election candidate Bryce Evans.<br /><br /><strong><a href="news/page_article-1240936097.html" title="Allotments Campaign - Dublin local elections">Allotments Campaign - Dublin local elections</a></strong><br />
Allotments Campaign<br /><br />
            <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="/page_feed.rss.html"> 
    <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="/page_feed.rss.html">
    <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>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>Bryce Evans 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.bryceevans.org/page_feed.rss.html</link>
			<description></description>
			<language>en</language>
			<copyright>Bryce Evans 2006</copyright>
			<ttl>120</ttl>
			<item>
				<title>&quot;Dublin’s Banksy&quot; Joins Local Election Campaign</title>
				<link>http://www.bryceevans.org/news/page_article-1243416719.html</link>
				<description><![CDATA[ Dublin graffiti artist Maser has pledged his support to local election candidate Bryce Evans. ]]></description>
				<pubDate>Wed, 27 May 2009 02:31:59 -0700</pubDate>
				<guid isPermaLink="false">http://www.bryceevans.org/news/page_article-1243416719.html</guid>
				<dc:creator>Web admin</dc:creator>
				
			</item>
		
			<item>
				<title>Allotments Campaign - Dublin local elections</title>
				<link>http://www.bryceevans.org/news/page_article-1240936097.html</link>
				<description><![CDATA[ At present allotments leased out or sold by private individuals are massively overpriced. On the other hand, there are long waiting lists for allotments given out by the Council. These could be shortened by turning over more land to allotment gardening. ]]></description>
				<pubDate>Tue, 28 Apr 2009 09:28:17 -0700</pubDate>
				<guid isPermaLink="false">http://www.bryceevans.org/news/page_article-1240936097.html</guid>
				<dc:creator>Web admin</dc:creator>
				
			</item>
		
			<item>
				<title>Dublin local elections press release</title>
				<link>http://www.bryceevans.org/news/page_article-1240054841.html</link>
				<description><![CDATA[ The People Before Profit Alliance organised a protest against the government's budget measures outside the constituency office of Chris Andrews TD (Fianna Fail). The protest took place on Sandford Road, Ranelagh ]]></description>
				<pubDate>Sat, 18 Apr 2009 04:40:41 -0700</pubDate>
				<guid isPermaLink="false">http://www.bryceevans.org/news/page_article-1240054841.html</guid>
				<dc:creator>Web admin</dc:creator>
				
			</item>
		
			<item>
				<title>PROTEST AGAINST SAVAGE BUDGET CUTS!</title>
				<link>http://www.bryceevans.org/news/page_article-1239688070.html</link>
				<description><![CDATA[ The pillars of the Celtic Tiger economy have turned to sand. The greed of bankers and politicians has been exposed and the political and economic orthodoxies of the last two decades are being challenged. ]]></description>
				<pubDate>Mon, 13 Apr 2009 22:47:50 -0700</pubDate>
				<guid isPermaLink="false">http://www.bryceevans.org/news/page_article-1239688070.html</guid>
				<dc:creator>Web admin</dc:creator>
				
			</item>
		
			<item>
				<title>Meeting on proposed cutbacks to bus services</title>
				<link>http://www.bryceevans.org/news/page_article-1239653631.html</link>
				<description><![CDATA[ On Thursday 2nd April People Before Profit Rathmines-Pembroke hosted a public meeting on proposed cutbacks to bus services in the area.  ]]></description>
				<pubDate>Mon, 13 Apr 2009 13:13:51 -0700</pubDate>
				<guid isPermaLink="false">http://www.bryceevans.org/news/page_article-1239653631.html</guid>
				<dc:creator>Web admin</dc:creator>
				
			</item>
			</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="page_index.html" title="Bryce Evans">Bryce Evans</a></h1>
      <div id="search">
        <!--search_terms-->
        <span id="search-txt">SEARCH</span><a name="search"></a>
<form id="ajaxSearch_form"  action="page_search-results.html" 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="Go!" />
    </label>
    </fieldset>
</form>



<div id="ajaxSearch_output"></div>

</div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://www.bryceevans.org/" title="Untitled document">Home</a></li>
<li class="category "><a href="/page_news.html" title="News">News & Events</a></li>
<li class="category "><a href="/page_about.html" title="Who is Bryce Evans?">Who is Bryce Evans?</a></li>
<li class="category "><a href="/page_Publications.html" title="Publications">Publications</a></li>
<li class="category "><a href="/page_blog.html" title="Blog">Blog</a></li>
<li class="category "><a href="/page_links.html" title="LinkS">Links</a></li>
<li class="category last"><a href="/page_contact.html" title="Contact">Contact</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p> Environmentally friendly web hosting <br>
        Copyright Bryce Evans 2010</p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=4799510; 
var sc_invisible=1; 
var sc_partition=54; 
var sc_click_stat=1; 
var sc_security="8979e584"; 
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript>
<div
class="statcounter"><a title="web analytics"
href="http://www.statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/4799510/0/8979e584/1/"
alt="web analytics" ></a></div>
</noscript>
<!-- End of StatCounter Code -->
</body>
</html>