<%@LANGUAGE="VBSCRIPT"%> <% Dim contactus Dim contactus_numRows Set contactus = Server.CreateObject("ADODB.Recordset") contactus.ActiveConnection = MM_registeration_STRING contactus.Source = "SELECT * FROM contactus" contactus.CursorType = 0 contactus.CursorLocation = 2 contactus.LockType = 1 contactus.Open() contactus_numRows = 0 %> Newry Advertiser Hurling
Home
Photographs
Subscribe
Contact Us
 
   
IRISH SENIOR LEAGUE RESULTS

Carnegie Premier Championship -
Saturday 4th February

Newry City

3

Cliftonville 1

Carnegie Premier Championship -
Tuesday 31st January

Lisburn Distillery

0

Newry City 0

Carnegie Premier Championship -
Saturday 7th January

Newry City

0

Portadown 2

Ballymena United

0

Newry City 0

 

 

 

Copyright (C) 2005. NewryAdvertiser.com. All rights reserved.
<% contactus.Close() Set contactus = Nothing %>