<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>My RSS Feed</title><link>http://www.raynesparklittleleague.org.uk/index.html</link><description>Hot News&#x21;</description><dc:language>en</dc:language><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><dc:rights>Copyright 2007 Pierre Jean Cousin</dc:rights><dc:date>2010-04-20T07:30:40+01:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:pierrejeancousin@blueyonder.co.uk" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Tue, 20 Apr 2010 13:22:14 +0100</lastBuildDate><item><title></title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2010-04-20T07:30:40+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/cfbd4fab7b3405991ddcd6d89a45eb6e-165.html#unique-entry-id-165</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/cfbd4fab7b3405991ddcd6d89a45eb6e-165.html#unique-entry-id-165</guid><content:encoded><![CDATA[<left>
<script type="text/javascript">
// ---------------------------------------------------------------------------------

//Below you can change text, etc.

var tickercontents=new Array()

tickercontents[0]='<center><br><FONT COLOR="#ff0000"><font size=8><span style="font:16px Times-BoldItalic; font-weight:bold; color:#0000FF;font-weight:bold; "><em><B></em></span><span style="font:24px Arial-Black; font-weight:bold; font-weight:bold; "><u>PLAYERS WANTED</u></span><br></center>'

tickercontents[1]='<center><br><FONT COLOR="#ff0000"><font size=8><span style="font:16px Times-BoldItalic; font-weight:bold; color:#0000FF;font-weight:bold; "><em><B></em></span><br><span style="font:23px Arial, Verdana, Helvetica, sans-serif; font-weight:bold; font-weight:bold; "><em>2010-2011 Season</em></span></center>'

tickercontents[2]='<center><FONT COLOR="#ff0000"><font size=8><br><br><span style="font:16px Times-BoldItalic; font-weight:bold; color:#0000FF;font-weight:bold; "><em><B></em></span><span style="font:18px Arial, Verdana, Helvetica, sans-serif; font-weight:bold; font-weight:bold; ">BOYS + GIRLS: Senior/Junior/Bantam Leagues</span> <center> '

tickercontents[3]='<center><FONT COLOR="#ff0000"><font size=8><br><span style="font:16px Times-BoldItalic; font-weight:bold; color:#0000FF;font-weight:bold; "><em><B></em></span><span style="font:16px Arial, Verdana, Helvetica, sans-serif; font-weight:bold; font-weight:bold; ">BORN BETWEEN SEPTEMBER 1, 1997 & AUGUST 31, 2003</span> <center> '


tickercontents[4]='<center><FONT COLOR="#ff0000"><font size=8><br><span style="font:16px Times-BoldItalic; font-weight:bold; color:#0000FF;font-weight:bold; "><em><B></em></span><span style="font:16px Arial, Verdana, Helvetica, sans-serif; font-weight:bold; font-weight:bold; "><u>Join the trials for the forthcoming season:</u></span> <center> '




var tickerwidth="860px"// width textblock
var tickerheight="130px"// height textblock
var backdroptextcolor="#CCCCCC"// fontcolour 1
var fontcss="color:#000000"// fontcolour 2
var tickdelay=3000 //delay in milliseconds
var highlightspeed=2 // speed filling colour (in pixels)
var highlightcolor="#000080"// fillcolour

// ---------------------------------------------------------------------------------
// Don't change anything below this line

document.write('<style>#highlighterbg a{color:'+backdroptextcolor+'}</style>')
document.write('<div style="position:relative;left:0px;top:0px; width:'+tickerwidth+'; height:'+tickerheight+';'+fontcss+'">')
document.write('<span id="highlighterbg" style="position:absolute;left:0;top:0;color:'+backdroptextcolor+'; width:'+tickerwidth+'; height:'+tickerheight+';padding: 4px"></span><span id="highlighter" style="position:absolute;left:0;top:0;clip:rect(auto auto auto 0px); background-color:'+highlightcolor+'; width:'+tickerwidth+';height:'+tickerheight+';padding: 4px"></span>')
document.write('</div>')

var currentmessage=0
var clipbottom=1

function changetickercontent(){
msgheight=clipbottom=crosstick.offsetHeight
crosstick.style.clip="rect("+msgheight+"px auto auto 0px)"
crosstickbg.innerHTML=tickercontents[currentmessage]
crosstick.innerHTML=tickercontents[currentmessage]
highlightmsg()
}

function highlightmsg(){
//var msgheight=crosstick.offsetHeight
if (clipbottom>0){
clipbottom-=highlightspeed
crosstick.style.clip="rect("+clipbottom+"px auto auto 0px)"
beginclip=setTimeout("highlightmsg()",20)
}
else{
clipbottom=msgheight
clearTimeout(beginclip)
if (currentmessage==tickercontents.length-1) currentmessage=0
else currentmessage++
setTimeout("changetickercontent()",tickdelay)
}
}

function start_ticking(){
crosstickbg=document.getElementById? document.getElementById("highlighterbg") : document.all.highlighterbg
crosstick=document.getElementById? document.getElementById("highlighter") : document.all.highlighter
crosstickParent=crosstick.parentNode? crosstick.parentNode : crosstick.parentElement
if (parseInt(crosstick.offsetHeight)>0)
crosstickParent.style.height=crosstick.offsetHeight+'px'
else
setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake
changetickercontent()
}

if (document.all || document.getElementById)
window.onload=start_ticking
</script>
</center>]]></content:encoded></item><item><title>14/11/09: all games cancelled</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2009-11-14T08:56:52+00:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/268ca3de88eb1b33362d249c9c00b780-163.html#unique-entry-id-163</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/268ca3de88eb1b33362d249c9c00b780-163.html#unique-entry-id-163</guid><content:encoded><![CDATA[14/11/09: due to adverse weather conditions all game are cancelled today]]></content:encoded></item><item><title>winners of senior cup competition</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2009-10-13T14:59:19+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/08507eb7ba19e10eccc5d33811a6ba61-162.html#unique-entry-id-162</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/08507eb7ba19e10eccc5d33811a6ba61-162.html#unique-entry-id-162</guid><content:encoded><![CDATA[Raynes Park Little League Senior Secretary, Russ Crandley, presents the Senior One Day Cup to Warriors B winning captain Connor Newman.<br /><img class="imageStyle" alt="WarriorsB" src="http://www.raynesparklittleleague.org.uk/page14/files/warriorsb.jpg" width="681" height="511"/>]]></content:encoded></item><item><title>More Players wanted</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2009-09-15T16:16:07+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/b35649396b8b020fab246e53aa1264c2-161.html#unique-entry-id-161</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/b35649396b8b020fab246e53aa1264c2-161.html#unique-entry-id-161</guid><content:encoded><![CDATA[Raynes Park Little League are still seeking players for their Junior and Senior Leagues; girls born between September 1, 1998 and August 31, 2000 and boys between September 1, 1996 and August 31, 2000. Football for all abilities played on Saturday mornings.<br /><br /><span style="font:10px Verdana, serif; ">-- <br /></span><span style="font:10px Verdana, serif; font-weight:bold; font-weight:bold; "><em>RUSS CRANDLEY</em></span><span style="font:10px Verdana, serif; "> <br />(Senior League Secretary) <br /><br /><br /></span><span style="font:13px Verdana, serif; font-weight:bold; font-weight:bold; ">Allt the fixtures and results are now on the dedicated page: "weekly fixtures and results"</span>]]></content:encoded></item><item><title>A few changes on your website</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2009-09-07T13:17:58+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/ee3f078abf104ae40a848531a2cdc666-160.html#unique-entry-id-160</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/ee3f078abf104ae40a848531a2cdc666-160.html#unique-entry-id-160</guid><content:encoded><![CDATA[]]></content:encoded></item><item><title>Fixtures for 12/09/09</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2009-09-06T20:11:59+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/24e136080f4ac94cbe7278dc5f02f3a9-159.html#unique-entry-id-159</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/24e136080f4ac94cbe7278dc5f02f3a9-159.html#unique-entry-id-159</guid><content:encoded><![CDATA[The fixtures and result will appear on a new page from now on<br /><br />Welcome back to Raynes Park Little League and the opening fixtures for the 2009-10 season. The committee wish everyone the greatest of success and to enjoy the season.<br /><br />SENIORS:<br />9.30: <em>Arrows</em> v <em>Dynamos</em> (M)<br />9.30: Forwards v Jaguars (S)<br />11.00: <em>Monarchs</em> v <em>Royals</em> (A)<br />11.00: Sabres v Warriors (F)<br />*Matches in italics played on original Senior pitch.<br /><br />JUNIORS:<br />9.30: Giants v Bombers (I)<br />9.30: Hurricanes v Spitfires (J)<br />10.30: Imps v Rockets (B)<br />10.30: Jets v Redskins (S)<br />11.30: Mustangs v Thunderbolts (Ro)<br /><br />BANTAMS:<br />9.30: Comets v Colts<br />9.30: Eagles v Sharks<br />10.15: Panthers v Tornados<br />10.15: Hawks v Pioneers<br />11.00: Falcons v Ravens<br />*Bantam matches always refereed by home team<br /><br />If you are unable to fulfill refereeing duty please inform your relevant secretary as soon as possible.<br /><br /><span style="font:10px Verdana, serif; ">-- <br /></span><span style="font:10px Verdana, serif; font-weight:bold; font-weight:bold; "><em>RUSS CRANDLEY</em></span><span style="font:10px Verdana, serif; "> <br />(Senior League Secretary) </span>]]></content:encoded></item><item><title>Links&#x2c; fun&#x2c; games</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-11-22T11:19:55+00:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/891e5911eba2263414feec9c03b114e3-98.html#unique-entry-id-98</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/891e5911eba2263414feec9c03b114e3-98.html#unique-entry-id-98</guid><content:encoded><![CDATA[<a href="http://www.raynesparklittleleague.org.uk/page13/page13.html" rel="external">Check out this page</a>, there are things to learn, games and good sites;<br />any suggestions for more interesting sites welcome]]></content:encoded></item><item><title>how to enrol in the little league</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-09-26T07:56:12+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/14fa16f25c9f5b48a2770c884be3817e-79.html#unique-entry-id-79</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/14fa16f25c9f5b48a2770c884be3817e-79.html#unique-entry-id-79</guid><content:encoded><![CDATA[<span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><br />if you are new to the little league and wish to enrol your child:<br /><br />1 ) download and print the enrolment form:<br /><br /><br /></span><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><a href="http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.pdf" rel="self">http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.pdf</a></span><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><br /><br /><br />2) Fill the form and send it to the secretary of the relevant team (Junior, Bantham...)<br />( you will find the postal addres on the comittee page)<br /><br />If any problem, send an email to RaynesParkLL@blueyonder.co.uk</span>]]></content:encoded></item><item><title>Training in progress&#x2c; forum awaiting members</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-08-16T20:17:03+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/374a7efd5ddf31d14007f95347a16865-71.html#unique-entry-id-71</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/374a7efd5ddf31d14007f95347a16865-71.html#unique-entry-id-71</guid><content:encoded><![CDATA[Some training for juniors and bantham is going on each Saturday between 10am and 12 noon<br />I have now checked that all the forums are operational<br /><br />To register, click on register<br />Follow the instruction and choose a username and password<br />click on submit <br /><br />That&rsquo;s it <br /><br />Then you can post on the relevant forum<br /><br /><br />Don&rsquo;t forget to put as subject  the name of your team<br /><br />]]></content:encoded></item><item><title>Players and managers: use the forums to communicate.</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-08-11T17:15:56+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/cc587b172217eb8378a15ae76a84e1e4-70.html#unique-entry-id-70</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/cc587b172217eb8378a15ae76a84e1e4-70.html#unique-entry-id-70</guid><content:encoded><![CDATA[I have set up these forum to improve communication between players and managers; try it out!]]></content:encoded></item><item><title>how to enrol</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-06-03T21:31:25+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/a586c186e097dd6f6bcdadb3c4c09955-65.html#unique-entry-id-65</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/a586c186e097dd6f6bcdadb3c4c09955-65.html#unique-entry-id-65</guid><content:encoded><![CDATA[<span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; ">if you are new to the little league and wish to enrol your child: <br />1 ) download and print the enrolment form<br />2) Fill the form and send it to the secretary of the relevant  team  (Junior, Bantham...)<br /> ( you will find the postal addres on the </span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><a href="http://www.raynesparklittleleague.org.uk/page1/page1.html" rel="external">comittee</a></span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "> page)<br />If any problem, send an email to </span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><a href="mailto:RaynesParkLL@blueyonder.co.uk" rel="external">RaynesParkLL@blueyonder.co.uk</a></span>]]></content:encoded></item><item><title>Volunteers</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-05-10T17:46:14+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/842ca52f36f6377ca6acca5c45e741e8-64.html#unique-entry-id-64</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/842ca52f36f6377ca6acca5c45e741e8-64.html#unique-entry-id-64</guid><content:encoded><![CDATA[<table border="0.000000" cellpadding="2.000000" cellspacing="0.500000"><tr height="0"><td valign="bottom" width="1259"><span style="font:20px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#159800;font-weight:bold; ">Volunteers<br /></span></td></table><strong><img class="imageStyle" alt="llflogosmallish2" src="http://www.raynesparklittleleague.org.uk/page14/files/page14_blog_entry64_1.gif" width="100" height="79"/></strong><span style="font:16px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><br /></span><table border="0.000000" cellpadding="2.000000" cellspacing="0.500000"><td valign="middle" width="32"><span style="font:16px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; ">&nbsp;<br /></span></td></tr></table><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; ">We have a thousand adult volunteers involved in Little League Football &ndash; but there is always a need for more. If you would like to help, we could use &hellip;<br /></span><table border="0.000000" cellpadding="8.000000" cellspacing="2.000000"><tr height="0"><td valign="middle" width="607"><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#FE0000;font-weight:bold; ">Team Managers<br /></span></td></tr><tr height="0"><td valign="middle" width="607"><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#FE0000;font-weight:bold; ">Referees<br /></span></td></tr><tr height="0"><td valign="middle" width="607"><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#FE0000;font-weight:bold; ">Organisers<br /></span></td></tr><tr height="0"><td valign="middle" width="607"><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#FE0000;font-weight:bold; ">Sponsors<br /></span></td></tr><tr height="0"><td valign="middle" width="607"><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#FE0000;font-weight:bold; ">Anyone who is just willing to lend a hand<br /></span></td></tr><tr height="0"><td valign="middle" width="607"><span style="font:13px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; color:#FE0000;font-weight:bold; ">&hellip; in fact &ndash; you!<br /></span></td></tr></table><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; font-weight:bold; ">What&rsquo;s in it for you?</span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><br />No money &ndash; that&rsquo;s for sure &ndash; but if you want a rewarding hobby, to make a whole bunch of new friends with like-minded people, to feel that you are putting back something into the community, to look at the park on a Saturday morning and see a crowd of kids enjoying themselves, and think:<br /></span><p style="text-align:center;"><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; ">&ndash; "I helped to improve their lives" -<br /></span></p><p style="text-align:left;"><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; font-weight:bold; font-weight:bold; ">then Little League Football is for you.</span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><br />Naturally, being a children&rsquo;s organisation, all volunteers must be "vetted".&nbsp;&nbsp;<br />How to get in touch?&nbsp; Easy!&nbsp; Just go to the</span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "><a href="http://www.littleleaguefootball.com/" rel="external"> </a></span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; color:#000ECF;"><a href="http://www.littleleaguefootball.com/" rel="external">Leagues</a></span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "> page and find your nearest Little League. You can email them (addresses on most local pages), or e-mail us at: </span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; color:#000ECF;"><a href="mailto:ask@littleleaguefootball.com?subject=Volunteer%20Enquiry">ask@littleleaguefootball.com</a></span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "> or go to our </span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; color:#000ECF;"><a href="http://www.raynesparklittleleague.org.uk/page15/page15.php" rel="external">Contact</a></span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "> page.<br />Or if you'd like to help by sponsoring, there is more information on our </span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; color:#000ECF;"><a href="http://www.raynesparklittleleague.org.uk/page18/page18.html" rel="external">Sponsors</a></span><span style="font:12px &#39;Lucida Grande&#39;, LucidaGrande, Verdana, sans-serif; "> page.<br />We&rsquo;d very much like to hear from you.<br /></span></p>]]></content:encoded></item><item><title>Players Registration form you can download this registration form at: http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.jpg</title><dc:creator>pierrejeancousin@blueyonder.co.uk</dc:creator><category>None</category><dc:date>2008-04-28T13:36:35+01:00</dc:date><link>http://www.raynesparklittleleague.org.uk/page14/files/1f237418b3b778062a54d41601a1cbd1-62.html#unique-entry-id-62</link><guid isPermaLink="true">http://www.raynesparklittleleague.org.uk/page14/files/1f237418b3b778062a54d41601a1cbd1-62.html#unique-entry-id-62</guid><content:encoded><![CDATA[<span style="color:#E00000;">To download the Registration form, right-click  (or Control-click for Apple Mac) on the link and save the file (save  as) on your desktop</span><br /><br /><a href="http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.jpg" rel="external">http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.jpg</a><br /><br /><a href="http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.pdf" rel="self">http://www.raynesparklittleleague.org.uk/download/RPLL_Registration.pdf</a><br /><br /><br /><br /><br /><img class="imageStyle" alt="RPLL_Registration" src="http://www.raynesparklittleleague.org.uk/page14/files/page14_blog_entry62_1.jpg" width="827" height="1169"/><br />]]></content:encoded></item></channel>
</rss>