<%@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 History

Club Motto:

RELINQUE NUMQUAM MULSUM ADIACENTEM which, very roughly translates to "never leave your beer loafing".. fair warning!

Nomads RFC was formed in May 1978 by a group of players who were all formerly members of the now defunct Portsmouth Civil Service RFC.  That club disbanded at the end of season ‘77-78 and some players not wishing to join other local clubs decided to form one of their own.  So with a meeting held at the “Old House at Home” Paulsgrove, Nomads RFC was born.

The name was chosen because we had no home and the logo of a Snail wearing a scrum cap soon followed, as a snail is a Nomad who carries its home on its back.

Some of the original members are still arond the club (Barry Bridgman, Colin Few, Ken Walker, Garry Barter, Nicky Cadle, Terry Welsh...).

Nomads have had several temporary homes over the years and we will always be grateful for the use of The “Barley Mow”, Great Southsea St., which was our first and now sadly has been turned into a private dwelling.  The Royal Sailors Home Club, Queen Street from 1981 and Watersedge Park Community Centre which became our clubhouse from 1987.

We have also played at three different grounds, starting at Farlington, being moved by the council to Alexandra Park, then to the Eastern Road Sailing Centre Ground (the best) and then back to Farlington. Our home now is the university ground at the end of locksway road, with our Clubhouse being the Old Oyster House pub not far from it.

Over the years we have played Rugby against all and sundry.  We were founder members of the then Courage Leagues in 1989, forming part of the Hampshire league set up.

We were the first club in Hampshire to form and run a Women’s team though, sadly, this team disbanded at the end of the 1999-2000 season.

We have run three sides for Men in the past (including a veterans team) but are reduced to two now as there seems to be a general reduction in the numbers of people playing Rugby.

Over the past 21 years we have encouraged talented young players to go the bigger clubs in the area and they have gone on to play some very good rugby, even at County level.  Kevin Damley of Portsmouth started with Nomads, as did Duggie Setchell of Gosport, Robbie Allsopp, Tony Armstrong of Havant and most recently John Brothers of Trojans.

Whilst we have an appetite and commitment to winning as much as possible, a big part of Nomad’s ethos is to remain a friendly, sociable, family club, hopefully one day having a clubhouse of our own.

 

 

 

 

 

Nomads RFC

Portsmouth, UK

secretary@nomadsrfc.com

Club Colours

Nomads RFC - contact us at secretary@nomadsrfc.com. This page was last updated on the 4 October, 2007

 

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