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

 

 

Ventnor 12 - 25 Nomads

With an early start on the cards, the better looking part of the team was groggy to say the best. Neither the less the team assembled, even James ‘No Boots’ Clarke had turned up on time. After a long journey through what seemed like south Wales, (words were had with our new Welsh contingent about etiquette with the sheep) we arrived at the ground, feeling quite chilly it may be said.
The game began with an alarming unfamiliarity; the Nomads had started well and crossed the line early through Lord Farquhar and Pete Swift. Ventnor bounced back quickly with a try of their own, the ball squirting out of a scrum, someone missed a tackle and they went on to score, we need not dwell on it. The something very familiar happened, the bitching began. People at each other’s throats, this began to detract from the job at hand and we began to play poorly. Something then happened which doesn’t usually, we pulled our selves together, and played as a team, once we did that, Ventnor were as good as finished.

 


The second half began with some powerful play from Nomads tight five, leading to a try from Marc ‘sheepy’ Powell, set up by a very good looking blindside, the pass may have been a little suspect, but as with everything suspect in his game, we need not dwell on it. With more power play, and some quick passing and a beautiful floated pass from the good looking blindside slash fly half put Dan Mitchell in the corner. Some will argue that he did most of the work with some quick walking, but it’s all rubbish, the pass was better, FACT. On a serious note, it was a great finish; we’ve been waiting for him to do that for a while, good all round wing play.
Ventnor then picked themselves up with help from their crowd; they played with the passion and intensity that Nomads have so often lacked. However, for all their endeavours they made little progress. They were confronted with a very stubborn, iron curtain style defence; lead by Captain Tom Maslin (should have been carded). With one last push Ventnor were denied and Jamie Shore slotted a cheeky drop goal to seal things up. Game Over, 12-25 Nomads, job done.


Man of the Match – Collectively the front row were impeccable. Steve Hill and Benny were outstanding in the scrumage and in the tight, where as Marc Powell was dogged and fast in the loose.


Dick of the Day – A few candidates, James Clarke for not having any boots, but it has to go to the pace man, the quickest man in the team, who got chased down by a forward. However, the worst thing was buy some new girly boots, for somebody else to wear, twat.
Until next time, xx


 

 

 

 

 

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 November, 2007

 

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