<%@LANGUAGE="VBSCRIPT"%> <% set RsHotels = Server.CreateObject("ADODB.Recordset") RsHotels.ActiveConnection = MM_caliet_STRING RsHotels.Source = "SELECT hotels.hotelid, hotels.hotelname, hotels.address, hotels.regionid, hotels.telephone, hotels.town, images.imageid, priority.prioritydescription, priority.priorityorder, min(roomtypetarrif.rate) as rate, region.mapimageid, satellitehotel.satelliteid FROM hotels inner join images on hotels.hotelid = images.hotelid inner join priority on hotels.priorityid = priority.priorityid inner join roomtypetarrif on hotels.hotelid = roomtypetarrif.hotelid inner join region on hotels.regionid = region.regionid inner join satellitehotel on hotels.hotelid = satellitehotel.hotelid WHERE images.defaultimage= 1 and satelliteid = 23 GROUP BY hotels.hotelid ORDER BY priority.priorityorder ASC, hotels.hotelname" RsHotels.CursorType = 0 RsHotels.CursorLocation = 2 RsHotels.LockType = 3 RsHotels.Open() RsHotels_numRows = 0 %> <% Dim RsRegionSelector__MMColParam RsRegionSelector__MMColParam = "1" if (Request("MM_EmptyValue") <> "") then RsRegionSelector__MMColParam = Request("MM_EmptyValue") %> <% set RsRegionSelector = Server.CreateObject("ADODB.Recordset") RsRegionSelector.ActiveConnection = MM_caliet_STRING RsRegionSelector.Source = "SELECT * FROM region WHERE countryid = " + Replace(RsRegionSelector__MMColParam, "'", "''") + " ORDER BY regionname ASC" RsRegionSelector.CursorType = 0 RsRegionSelector.CursorLocation = 2 RsRegionSelector.LockType = 3 RsRegionSelector.Open() RsRegionSelector_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 RsHotels_numRows = RsHotels_numRows + Repeat1__numRows %> Romantic Hotels for honeymoons, valentines, weddings in Scotland

Romantic Breaks in the Highlands of scotland

Dunalastair Hotel

Whisk your loved one away for a romantic getaway at the Dunalastair, nestled among the poetic drama of the Perthshire Highlands in the Heart of Scotland.

The warmth of our welcome is equally matched to the hotel's Scottish Baronial style and heritage, and the renowned cuisine is both delicious and locally sourced.

Each moment can become a memory, so please, escape to Dunalastair for the perfect romantic break in comfort and style and make your dream a reality.

Here are our latest Romantic Breaks:

Dunalastair Hotel
The Square
Kinloch Rannoch
Perthshire
PH16 5PW

Tel: 01882 632218
Fax: 01882 632371

www.dunalastair.co.uk

Our recommended romantic hotels in Scotland

A fine selection of romantic places throughout Scotland. Our luxury hotels have all been chosen for their romantic situations and ambience.

All have four poster beds, fine dining and arrange romantic packages to suit your needs.

Ideal for honeymoons, anniversaries and special occasions, our romantic collection is guaranteed to provide the most memorable venue for your special occasions.

Whether it's the cobbled streets of New Town Edinburgh or the banks of Loch Rannoch in Highland Perthshire, the selection of hotels will provide the ideal setting for your romantic adventure.

<% While ((Repeat1__numRows <> 0) AND (NOT RsHotels.EOF)) %>
.gif" alt="DS Grading" width="18" height="18" hspace="10" align="right" />

"><%=(RsHotels.Fields.Item("hotelname").Value)%>



<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 RsHotels.MoveNext() Wend %>

 

<% RsHotels.Close() %> <% RsRegionSelector.Close() %>