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

 

 

Events for 2007 - 2008

Download a printable A4 Caldendar Here!!!

2007

September & October 2007
Socials will work around England’s progress in the Rugby World Cup, times and venues will be confirmed at training / match day, or email / text. Download the Poster Calendar

November 2007
Saturday 24th Nov – Nomads annual wine tasting night.
Cost = £10 per head, payment due by 31st October 2007. Come and enjoy a selection of 8/9 wines, food and try win the prize bottle... All friends, wives and/or girlfriends welcome. Two posters are up for downloading here and here.

December 2007
Saturday 8th Dec
– Nomads Pilgrimage to Oakleaf Brewery, Gosport
Basic Cost = £5 due by 30th November 2007. This will entitle you to two glasses of this delicious beer. There is an option to pay more and have either more beer and little nibbles of food, or even more beer and a meal. Contact Roger Easy for the details. Poster Here.

Saturday 22nd Dec – Nomads RFC Christmas Party 2007.

Medieval Merrie Christmas Sat 22nd Dec. The evening will take place at the Boathouse No 7 Portsmouth Historic Dockyard.

Start 1900 hrs
Last orders 0100 hrs
Close 0200 hrs

Medieval theme. Fancy dress optional ( I would suggest an 'all or nothing' policy for us). £32.95 per head, £10 per head deposit required asap.

There are a few posters ready for download. Try them and see which one will fit at home or at work. Poster 1, Poster 2, Poster 3, Poster 4.

2007

January 2008
Saturday 26th Jan – Race Night.

 

March 2008
Saturday 29th Mar – Quiz night, see Pridders for tickets (£1) and suggest a venue..

April 2008
Saturday 19th Apr – End of season club BBQ.

Help us bring the calendar out!!!

 

 

 

 

 

 

 

Nomads RFC

Portsmouth, UK

secretary@nomadsrfc.com

Club Colours

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

 

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