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

15/09/2007, League Game (1st)

With my ghost writer Fatty Wearing missing in action again it leaves it down to me to write this week’s match report. (I put out fires not write stories) The first league game of the season, with 1st XV and 2nd XV at home the changing room was packed and the 1st warm up was shall we say ‘relaxed’ (we need to switch on from the start). A few new faces and a few players, in new positions the game began. The second scrum lead to Mads first problem, Jerling’s head and heart were in his new position but his neck wasn’t. The call went out for the multi skilled Davies to fill in.
1st half Mads just didn’t fire; living most of the game in our half, Chineham missed a shot at goal. Slowly Mads found their footing, with Cakey hunting the fly half like a shark all game, Mads backs had the beating of them. The front row with the two cornerstones of the pack Ben and Hill with Daves controlled the scrums with Craig and Bond winning lineouts. The first nomads score came from a penalty under the post Ayles misunderstanding my call crashed in close to the pack, quick ball to the backs and swifty walked over. With Jamies kicking boot adding 2 points.


The second half started with the usual Nomads shaky start, but control was quickly gained, the pack setting our backs flying down pitch with interlinking from them all, Swifty once again under the post.
Then mads took the foot off the gas and let Chineham back in, once again playing in our half they scored, with the ref Playing a very long game Chineham came again, but the chairman Stanley, stood tall put the tackle in on the line, whilst rolling the player, saving the game from a draw.
More work required, forwards need to be more mobile and give that platform for the backs to fly! But a W on the table and 2 points in the bag
Well done boys,

Man of the Match new boy ‘I’m going to hunt you down’ Cakey!!
Ring piece moment ‘Touch Down’ ‘I’ve lost my looks with a messed up nose’ Lord Ayles

Maz

 

 

 

 

 

 

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