<%@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 56 - 12 Midhurst

22/09/2007, Cup Game

After a promising pre-season and a good start in the league the spirit in the changing room was high. For the first time in living memory the team had assembled on time, leaving an hour and fifteen minutes to warm up (for future reference, sod that!). With the formalities over with the game began, with Nomads kicking to Midhurst. It was a shaky start for Nomads, with some ill discipline and poor organisation. Eventually things turned around and with thanks to some quick thinking and swift attacking play Matt Davis wobbled over for the games opening score, converted by Jamie, 7-0. A lapse in concentration allowed Midhurst to score a pretty soft try from a short free kick. This kick started the Nomads and they tightened up in the pack to release the backs. Powerful play from Timothy ‘Farquhar’ Ayles set up tries for Adam ‘slicky’ Stanley and Peter ‘ah my knee’ Swift. More solid work from the pack and some crisp passing from the girls led to a try by Doctor Diagnosis, regardless of the officials’ opinions I have since seen the video replay and can confirm it was a try. None of this would have happened if Brian had passed inside to the stunningly hansom blindside flanker who was in support. Some brilliant offloading and counter attack rugby came to nothing and that was that for the half.


The second half started well with the introduction of Matt ‘northern monkey’ Smith, he promptly caught the ball and charged through half the Midhurst team before falling over the last man. Some free flowing attacking play led to tries from Chris Wood, Peter Swift and Adam Stanley, scoring three tries. That talented and good looking blindside again found himself where needed the most and crossed for arguably the best try of the day, clearly. One more try was added by Jamie, although if someone laughed while scoring against me I would have snotted him.


Final actual score Nomads 61, Midhurst 12.


Man of the match: Special mentions for Jamie for a great kicking game, Lord Ayles and Shifty for dominating in the centres. The tight five for a powerful display in the scrums and Brian for some great attacking play down the wings. The man of the match however was judged to be Adam Stanley for three very good tries and some safe play at the back.


Ring piece moment: Swifty for falling over and pretending to be hurt.

 

 

 

 

 

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