<%@LANGUAGE="VBSCRIPT"%> <% set venues = Server.CreateObject("ADODB.Recordset") venues.ActiveConnection = MM_ticket_link_STRING venues.Source = "SELECT * FROM tblEvent WHERE EventActive = 'yes'" venues.CursorType = 0 venues.CursorLocation = 2 venues.LockType = 3 venues.Open() venues_numRows = 0 %> Ticket Link Disclaimer and Copyright

TicketLink e-Newsletter Join Now
Purchase Tickets Online
     
Home Page
Upcoming Events
Services on Offer
Information
Search TicketLink site
Contact TicketLink
 

Legal Information

Disclaimer

Please note that while every effort has been made to ensure that the information contained on the site is correct, Council accepts no responsibility for errors or omissions that may have occurred.

Copyright

This Website is the intellectual property of the Cairns City Council. Any reproduction whole, or any part of it is not permitted under the Copyright Act 1968 without the written permission of Cairns City Council.
Request and enquiries concerning reproduction and rights should be addressed to:

The Manager
Public Relations
PO BOX 359
Cairns QLD 4870
AUSTRALIA

 
           
    Legal Disclaimer|Links|Return to top|Cairns City Council©2002
    Home|Events|Site Map|Search|Contact  
<% venues.Close() %>