<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsNextGig Dim rsNextGig_numRows Set rsNextGig = Server.CreateObject("ADODB.Recordset") rsNextGig.ActiveConnection = MM_NorthernShineData_STRING rsNextGig.Source = "SELECT * FROM Gigs WHERE GigDate > Now - 1 AND IncludeOnIndex = 'Y' ORDER BY GigDate ASC" rsNextGig.CursorType = 0 rsNextGig.CursorLocation = 2 rsNextGig.LockType = 1 rsNextGig.Open() rsNextGig_numRows = 0 %> Northern Shine - Live Band
Home Gig Listings Pictures Repertiore Contact Us Login


Welcome to Northern Shine. We are 5 piece live band from Leeds / Wakefield who's sole purpose
of performing is to entertain you. We cover a wide variety of bands and songs from timeless
classics to songs that are in the current chart. We cover all events including Weddings, Corporate
Events, Private Parties, Engagements and of course pubs and clubs.

This text will be replaced by the flash music player.



to stop send "STOP" to same number

Find Us On Facebook
are next appearing Live at


<%=(rsNextGig.Fields.Item("Venue").Value)%>
<%=(rsNextGig.Fields.Item("Address1").Value)%>
<%=(rsNextGig.Fields.Item("Address2").Value)%>
<%=(rsNextGig.Fields.Item("Address3").Value)%>
<%=(rsNextGig.Fields.Item("Address4").Value)%>



On <%= DoDateTime((rsNextGig.Fields.Item("GigDate").Value), 1, 1033) %>

?f=q&source=s_q&gl=uk&q=WF6%2B2AR&ie=UTF8&hq=&hnear=Normanton%2BWF6%2B2AR,%2BUnited%2BKingdom&z=16" target="_blank">click here for map

 


<% rsNextGig.Close() Set rsNextGig = Nothing %>