<% Dim pageName pageName="tours" %> <% dim queryTour, link dbConnect() set rsTour = Server.createobject("ADODB.Recordset") %>
<%call writeSide(pageName)%> <%call writeHeader()%>
 
{|||<%=rsTour(3)%>,<%=link%>,_top} <% rsTour.MoveNext wend rsTour.close() %> {||4WD Tours} <% queryTour = "SELECT * FROM Tours WHERE chCategory='4WD Tour'" rsTour.Open queryTour, connect while NOT rsTour.EOF link = "tours.asp?chCode="&rsTour(2) %> {|||<%=rsTour(3)%>,<%=link%>,_top} <% rsTour.MoveNext wend rsTour.close() %> {||Trike Tours} <% queryTour = "SELECT * FROM Tours WHERE chCategory='Trike Tour'" rsTour.Open queryTour, connect while NOT rsTour.EOF link = "tours.asp?chCode="&rsTour(2) %> {|||<%=rsTour(3)%>,<%=link%>,_top} <% rsTour.MoveNext wend rsTour.close() %> {|Optional Day Tours} <% queryTour = "SELECT * FROM Tours WHERE intCategoryID = 3" rsTour.Open queryTour, connect while NOT rsTour.EOF link = "tours.asp?chCode="&rsTour(2) %> {|||<%=rsTour(3)%>,<%=link%>,_top} <% rsTour.MoveNext wend rsTour.close() %> {|Overnight Tours} <% queryTour = "SELECT * FROM Tours WHERE intCategoryID = 2" rsTour.Open queryTour, connect while NOT rsTour.EOF link = "tours.asp?chCode="&rsTour(2) %> {|||<%=rsTour(3)%>,<%=link%>,_top} <% rsTour.MoveNext wend rsTour.close() %> {|Long Haul Tours} <% queryTour = "SELECT * FROM Tours WHERE intCategoryID = 4" rsTour.Open queryTour, connect while NOT rsTour.EOF link = "tours.asp?chCode="&rsTour(2) %> {|||<%=rsTour(3)%>,<%=link%>,_top} <% rsTour.MoveNext wend rsTour.close() %> ">

 

 

Combined Coaches 1 invites you to join in an experience that will become one of your favorite, unforgettable memories.

We present you with a sample of our range of long haul and extended tours across Australia’s rugged outback, throughout its amazing rural areas and along its stunning and unique coastline.

Priced competitively, our tours enable you to travel and enjoy your trip at an affordable price while offering value for money at all times.

And the most appealing aspect of our touring service is that we can organise a custom-made itinerary for large groups of people.

Sit back, relax and take on some enticing mind travel. Ensconce yourself in one or more of the following itineraries allowing your mind to wander somewhere far away within this spectacular country.

And remember! There are plenty more where these came from so if you are looking for somewhere different why not fill in our online query form and a customer service representative will contact you shortly.

Imagine what it will be like when you are actually there, taking part in all of the experiences you are about to read about and faced with the stunning and breathtaking visions each day promises.

Bon Voyage! Or as they say down under "Have a good one!"

 

Tours

    <% queryTour = "SELECT * FROM Tours WHERE intCategoryID = 4" rsTour.Open queryTour, connect while NOT rsTour.EOF link = "tours.asp?chCode="&rsTour(2) %>
  • > <%=rsTour(3)%> <%=rsTour(10)%>

  • <% rsTour.MoveNext wend rsTour.close() %>

 

<% call writeFooter(pagename) %>
<%call writeBottom()%>
<% dbClose() %>