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

 

 

 

2007-2008 Season

  Date 1st XV Home or away Result 2nd XV Home or away Result
  01-Sep United Services A   United Services A  
Eng vs. USA 1700 08-Sep Fareham Heathens H L 5-10      
14th Eng vs. SA 2000 15-Sep Chineham (L) H W 14-7 Millbrook 2 H L 5-25
Eng vs. Samoa 1500 22-Sep Midhurst (cup) H W 56-12      
28th Eng vs. Tonga 2000 29-Sep Isle of Wight (L) A D 10-10 Gosport & F 2 H  
RWC QF 06-Oct       Overton 2 A W 8-50
RWC SF 13-Oct Burgess Hill (cup) A L 10-54      
RWC Final 2000 20-Oct Romsey (L) H

L 15-59

Ryde A  
  27-Oct Portsmouth 3 A L 14-34      
  03-Nov Millbrook (L) H L 24-29 Chineham 2 H  
  10-Nov Ventnor (L) A W 12-25 Portsmouth 4 H W 22-8
  17-Nov (18th) Kingsclere (HP) A        
  24-Nov Aldershot & Fleet (L) H L 23-30 Southampton 3 A L 7-102
  01-Dec Lytchett Minster (L) H L 0-34 Alresford 2 A  
  08-Dec Hants Plate 2     Gosport & F 2 A  
  15-Dec Eastleigh (L) A   Eastleigh 2 H D 15-15
  22-Dec Nomads     Nomads    
  29-Dec            
  05-Jan Aldershot & Fleet (L) A L 5-36 Portsmouth 4 A W 17-19
  12-Jan       Chineham 2 H  
  19-Jan Ventnor (L) H        
  26-Jan Millbrook (L) A L 3-22 Southampton 3 H  
Eng vs. Wales 1630 02-Feb Eastleigh (L) A L 0-73      
10th Italy vs. Eng 1430 09-Feb Petersfield 2 A   Overton 2 H  
  16-Feb Romsey (L) A L 14-32 Ryde H  
France vs. Eng 2000 23-Feb Ventnor (L) A W 33-10 Alresford 2 H  
  01-Mar Isle of Wight(L) H W 20-15      
Sco vs. Eng 1515 08-Mar Chineham (L) A W 7-17 Millbrook 2 H  
Eng. vs. Ire 1500 15-Mar            
  22-Mar            
  29-Mar Eastleigh (L) H        
  05-Apr Portsmouth 3 H   Eastleigh 2 A  
  12-Apr Lytchett Minster (L) A        
  19-Apr            
  26-Apr            
  03-May Tour     Tour    
               
               
               
               
               

 

 

 

 

 

 

 

Nomads RFC

Portsmouth, UK

secretary@nomadsrfc.com

Club Colours

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

 

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