<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var RSNews = Server.CreateObject("ADODB.Recordset"); RSNews.ActiveConnection = MM_DBNomads_STRING; RSNews.Source = "SELECT * FROM QueryNewsFilteredForDisplay"; RSNews.CursorType = 0; RSNews.CursorLocation = 2; RSNews.LockType = 1; RSNews.Open(); var RSNews_numRows = 0; %> <% var RSAnnounces = Server.CreateObject("ADODB.Recordset"); RSAnnounces.ActiveConnection = MM_DBNomads_STRING; RSAnnounces.Source = "SELECT * FROM QueryAnnoucesFilteredForDisplay"; RSAnnounces.CursorType = 0; RSAnnounces.CursorLocation = 2; RSAnnounces.LockType = 1; RSAnnounces.Open(); var RSAnnounces_numRows = 0; %> <% var RSPages = Server.CreateObject("ADODB.Recordset"); RSPages.ActiveConnection = MM_DBNomads_STRING; RSPages.Source = "SELECT * FROM QueryPages"; RSPages.CursorType = 0; RSPages.CursorLocation = 2; RSPages.LockType = 1; RSPages.Open(); var RSPages_numRows = 0; %> <% var RSContacts = Server.CreateObject("ADODB.Recordset"); RSContacts.ActiveConnection = MM_DBNomads_STRING; RSContacts.Source = "SELECT * FROM QueryContactPageSorted"; RSContacts.CursorType = 0; RSContacts.CursorLocation = 2; RSContacts.LockType = 1; RSContacts.Open(); var RSContacts_numRows = 0; %> <% var Repeat2__numRows = 15; var Repeat2__index = 0; RSAnnounces_numRows += Repeat2__numRows; %> <% var Repeat3__numRows = 15; var Repeat3__index = 0; RSNews_numRows += Repeat3__numRows; %> <% var MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters // create the list of parameters which should not be maintained var MM_removeList = "&index="; if (MM_paramName != "") MM_removeList += "&" + MM_paramName.toLowerCase() + "="; var MM_keepURL="",MM_keepForm="",MM_keepBoth="",MM_keepNone=""; // add the URL parameters to the MM_keepURL string for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepURL += "&" + items.item() + "=" + Server.URLencode(Request.QueryString(items.item())); } } // add the Form variables to the MM_keepForm string for (var items=new Enumerator(Request.Form); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepForm += "&" + items.item() + "=" + Server.URLencode(Request.Form(items.item())); } } // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length > 0) MM_keepForm = MM_keepForm.substring(1); %> Untitled Document

 

Home
Join
Fixtures
Match Reports
Socials
Sponsors
History
Forum
Links
Find Us

Contact

Nomads Rugby Football Club

Hampshire Portsmouth Milton Southsea PO RFC League

 

 

NOMADS RFC

As with any amateur rugby club, Nomads RFC relies on the efforts of its club members to raise funds in order for it to survive. Annual subscriptions and weekly match fees do not fully cover the playing side of the club (pitch fees, physio, food, laundry). There are also substantial costs for insurance, RFU membership, training and telephone.
Costs are continually rising but over the past couple of years we have worked hard to maintain a low level of expense for each club member; we have survived through a combination of internal fund raising and generous external sponsorship by Turing SMI, Excalibur Procurement and Alvern Media.

There is now a very easy way that every club member can raise funds for the club and all you have to do is one extra mouse click when you shop on-line. The club is registered with a company called easyfundraising.org.uk and the way it works is this – you register with easyfundraising as a user and put Nomads RFC as your chosen organisation. Then every time you shop on-line you simply access all your usual retailers via the easyfundraising website. The retailer will then make a donation to the club for every purchase you make – the easyfundraising website shows the level of donation eg Amazon make 2.5%, Tesco 3%.

This is not restricted to club members. I would ask that you try to get as many family and friends registered and linked to Nomads RFC and use this website when on-line shopping.
To answer few questions you might have – it costs the club nothing; it costs you nothing; all of the major retailers are linked to easyfundraising and all of your on-line shopping is direct with the retailer as if you had accessed their website directly.

This is really is such a very easy way for you to raise much needed funds for the club and I ask you to go to easyfundraising.org.uk (click on the logo) and register.

If you need any more info please contact me on 07761 960347 or peterpridmore@aol.com.

Yours sincerely


Peter Pridmore
Treasurer – Nomads RFC


 

 

 

 

 

Nomads RFC

Portsmouth, UK

secretary@nomadsrfc.com

Club Colours

Nomads RFC - contact us at secretary@nomadsrfc.com. This page was last updated on the 7 June, 2008

 

<% RSNews.Close(); %> <% RSAnnounces.Close(); %> <% RSPages.Close(); %> <% RSContacts.Close(); %>