<%@LANGUAGE="VBSCRIPT"%> <% set RsRegions = Server.CreateObject("ADODB.Recordset") RsRegions.ActiveConnection = MM_caliet_STRING RsRegions.Source = "SELECT * FROM region WHERE countryid = 1 ORDER BY regionname ASC" RsRegions.CursorType = 0 RsRegions.CursorLocation = 2 RsRegions.LockType = 3 RsRegions.Open() RsRegions_numRows = 0 %> <% Dim RsMap__MMColParam RsMap__MMColParam = "1" if (Request.QueryString("region") <> "") then RsMap__MMColParam = Request.QueryString("region") %> <% set RsMap = Server.CreateObject("ADODB.Recordset") RsMap.ActiveConnection = MM_caliet_STRING RsMap.Source = "SELECT * FROM region WHERE regionid = " + Replace(RsMap__MMColParam, "'", "''") + "" RsMap.CursorType = 0 RsMap.CursorLocation = 2 RsMap.LockType = 3 RsMap.Open() RsMap_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 Rec_regions_numRows = Rec_regions_numRows + Repeat1__numRows %> Scotland Travel, Glasgow Car Hire, Edinburgh Taxis, Scotland Ferries, Flights to Scotland

Travel information for scotland

How to travel to and around Scotland including taxis in Scotland, car hire Scotland and Glasgow Airport taxis and transfers.

Below is a list of helpful travel links to get you around Scotland.

Plan Your Journey around Scotland

   
Travel Line Scotland www.traveline-scotland.co.uk - plan any public transport journey within Scotland and from Scotland to main points in the UK
   
Plan a Journey www.planajourney.co.uk - public transport information for the UK includes National Rail, UK Air, National Express, Scottish Citylink, Ferry, Glasgow and London Underground and Docklands Light Rail

Bus & Road Links

Air Links

Rail Links

Ferry Links

<% RsRegions.Close() %> <% RsMap.Close() %>