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

 

 

Isle of Wight 10 - 10 Nomads

As always with Nomads games there is always somebody who is late, usually James Clarke. When the early worries of not having the starting no.8 were dispelled we made our way to the ground.


Upon arrival our saviour and physiotherapist had a busy time of it, strapping, rubbing and generally healing a large portion of the team. With the formalities over the game began, unusually without the devilishly handsome blindside flanker. This didn’t matter however, as the game began as usual with a sloppy start from Nomads, tackles missed and try scored. With just a few minutes gone the IOW were ahead 7-0. At this point they thought they would be able to get a repeat of the corresponding fixture twelve months ago. Nomads though had other ideas. The defence was stiffened and the attack was sharpened with Nomads looking dangerous. A poor missed kick by Jamie ‘I can kick!’ Shore stopped a bit of the momentum generated by some good play, none the less the initiative was with the visitors. Twenty minutes into the game veteran all-round player Nicky Cadle was unable to continue which brought the handsome flanker into the fray, a stroke of genius by Nicky clearly. The attacking play continued with the IOW backed up onto their own line unable to move, finally Nomads crossed the line, a neat inside pass and a great line resulted in debutant Ollie Ward going over, untouched. The first half ended after a few line breaks from Nomads but poor ball retention, not good defence, kept the score line level.


The second half began as always with the nomads head still in half time. The IOW pushed us right into our own 22, where we were camped for a large portion of the half. The home side however found no way through, the defensive work rate was intense, not a single player gave an inch and the IOW did not get a try. Breaking out a few times with Pete Swift and Dan Mitchell some of the pressure was relieved. However, the Nomads indiscipline nearly cost dear with the IOW getting a string of penalties but only converting one. With minutes to go, Nomads mounted a drive up the field, resulting in penalty which was converted, the game was again tied. With some tense moments in the dying minutes, no team wanting to do anything stupid to lose, the game was over match drawn 10-10.


Special mentions for the entire pack, defensively, attackingly and in the set piece the whole pack effort was outstanding. The linking between the forwards and backs was very efficient and posed a constant threat.


Man of the match – Ollie Ward, great debut, good supporting, tackling and scrapping on the floor.


Ring piece moment – Dan Mitchell, tripping yourself over, you tool.

 

 

 

 

 

 

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(); %>