<% Dim Conn, RS, SQL, Searchform_SQL, Searchform_StartDate, Searchform_Deppt, Searchform_Arppt, Arppts, ArpptNames, ArrArppts, ArrArpptNames, Arppts_i, Count, ThisClass Dim Season1, Season2, CurrentDB Season1 = DatePart("yyyy", Now()) & "-" & Right("00" & DatePart("m", Now()), 2) & "-" & Right("00" & DatePart("d", Now()), 2) Season2 = "2010-05-01" ' Find default search details... Searchform_StartDate = DateAdd("d", Now(), 7) Searchform_Deppt = "LGW" Searchform_Arppt = "Cyprus" Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open LatesDatabase Searchform_SQL = "SELECT StartDate, Deppt, Arppt FROM Searchform_Defaults WHERE (Page LIKE 'Country') AND (PageName LIKE '" & Searchform_Arppt & "')" Session("CurrentSeason") = "" If Request.QueryString("Season") = "Summer" Then Searchform_SQL = Searchform_SQL & " AND (Season = 'SUMMER')" Session("CurrentSeason") = "Summer" ElseIf Request.QueryString("Season") = "Winter" Then Searchform_SQL = Searchform_SQL & " AND (Season = 'WINTER')" Session("CurrentSeason") = "Winter" ElseIf Request.QueryString("Season") = "Late" Then Searchform_SQL = Searchform_SQL & " AND (Season = 'LATE')" Session("CurrentSeason") = "Late" End If Set RS = Conn.Execute(Searchform_SQL) If RS.EOF Then Set RS = Conn.Execute("SELECT StartDate, Deppt, Arppt FROM Searchform_Defaults WHERE (Page LIKE 'Country') AND (PageName LIKE '" & Searchform_Arppt & "')") If Not RS.EOF Then If Trim(RS("StartDate") & " ") <> "" Then Searchform_StartDate = Trim(RS("StartDate")) If Not IsDate(Searchform_StartDate) Then Searchform_StartDate = DateAdd("d", Now(), 7) If Trim(RS("Deppt") & " ") <> "" Then Searchform_Deppt = Trim(RS("Deppt")) If Trim(RS("Arppt") & " ") <> "" Then Searchform_Arppt = Trim(RS("Arppt")) End If Set RS = Nothing If DateDiff("d", Now(), Searchform_StartDate) < 0 Then Searchform_StartDate = DateAdd("d", Now(), 7) ' Airports Arppts = "" ArpptNames= "" Set RS = Conn.Execute("SELECT Airport_Code, Airport_Name FROM Airport_Dates WHERE (Country LIKE 'Cyprus')") If Not RS.EOF Then Do While Not RS.EOF Arppts = Arppts & Trim(RS("Airport_Code")) & "," ArpptNames = ArpptNames & Trim(RS("Airport_Name")) & "," RS.MoveNext Loop Arppts = Trim(Arppts) If Left(Arppts, 1) = "," Then Arppts = Right(Arppts, Len(Arppts) - 1) If Right(Arppts, 1) = "," Then Arppts = Left(Arppts, Len(Arppts) - 1) ArrArppts = Split(Arppts, ",", -1, 1) If Left(ArpptNames, 1) = "," Then ArpptNames = Right(ArpptNames, Len(ArpptNames) - 1) If Right(ArpptNames, 1) = "," Then ArpptNames = Left(ArpptNames, Len(ArpptNames) - 1) ArrArpptNames = Split(ArpptNames, ",", -1, 1) Arppts = "" For Arppts_i = 0 To UBound(ArrArppts) Arppts = Arppts & "" Next If UBound(ArrArppts) > 0 Then Arppts = "" & Arppts End If End If Set RS = Nothing %> <%=Server.Execute("/forms/header.asp")%>

Destinations > Cyprus Holidays

<% If Request.QueryString("Season") = "Summer" Then Response.Write "Summer " %><% If Request.QueryString("Season") = "Winter" Then Response.Write "Winter " %>Cyprus Holidays

holidays to cypruscyprus holidays

Big savings on all our Holidays to Cyprus

Last minute holidays to Cyprus, with many offers as shown below guaranteed to save you more than any of our competitors online or if you wish by phone. All inclusive holidays to Cyprus, Self catering holidays to Cyprus,  Libra Holidays can provide all your holiday needs to this wonderful islandthe third largest island in the Mediterranean which stretches 150 miles from the west coast to its east and 60 miles from north to south. The Cyprus holiday resort towns of Limassol holidays, Paphos holidays, Protaras holidays, Ayia Napa holidays and Pissouri holidays  house the most of the hotel, Villa and apartment holiday accommodation.

<% If Request.QueryString("Offer") <> "" Then If IsNumeric(Request.QueryString("Offer")) Then SQL = "SELECT Adult_Price, URL, Holiday_Resort, Hotel_Name, Duration, Board, Depart_Airport_Code, Depart_Date_Time, Depart_Date FROM Libra_Lates.LIBRALATES WHERE (ID = " & SafeSQL(Request.QueryString("Offer")) & ")" ElseIf (UCase(Left(Request.QueryString("Offer"), 1)) = "L") And (IsNumeric(Right(Request.QueryString("Offer"), Len(Request.QueryString("Offer")) - 1))) Then SQL = "SELECT Adult_Price, URL, Holiday_Resort, Hotel_Name, Duration, Board, Depart_Airport_Code, Depart_Date_Time, Depart_Date FROM Libra_Lates.LIBRALATES WHERE (ID = " & SafeSQL(Right(Request.QueryString("Offer"), Len(Request.QueryString("Offer")) - 1)) & ")" ElseIf (UCase(Left(Request.QueryString("Offer"), 1)) = "A") And (IsNumeric(Right(Request.QueryString("Offer"), Len(Request.QueryString("Offer")) - 1))) Then SQL = "SELECT Adult_Price, Booking_URL AS URL, Resort AS Holiday_Resort, Hotel_Name, Duration, Board, OB_Departure_Airport AS Depart_Airport_Code, OB_Deptime AS Depart_Date_Time, OB_Depdate AS Depart_Date FROM Libra_Lates.AVLABL WHERE (ID = " & SafeSQL(Right(Request.QueryString("Offer"), Len(Request.QueryString("Offer")) - 1)) & ")" End If Set RS = Conn.Execute(SQL) If Not RS.EOF Then %> <% Dim ThisImage, ThisURL ThisURL = Trim(RS("URL") & " ") 'If Application(FindField(ThisURL, "Accommodation") & "_Search_Pic") <> "" Then ' ThisImage = Application(FindField(ThisURL, "Accommodation") & "_Search_Pic") 'Else ThisImage = ThumbnailImage(FindField(ThisURL, "Accommodation"), "Accommodation", GetBrochureCode(FindField(ThisURL, "BrochureType"), FindField(ThisURL, "dbCode")), "", "Resize:B" & ThumbnailSize & ";Class:Border") If Left(ThisImage, 20) = " • <%=PCase(Trim(RS("Holiday_Resort")))%>
• <%=PCase(RemovePlus(Trim(RS("Hotel_Name"))))%>
• <%=Trim(RS("Duration"))%> Nights
• <%=BoardBasis(Trim(RS("Board")))%>
• Departing from <%=AirportName(RS("Depart_Airport_Code"))%> <%=FormatTime(RS("Depart_Date_Time"))%> <%=FormatDate(CDate(RS("Depart_Date")), "Y")%>
• Check-out <%=FormatDate(DateAdd("d", 7, CDate(RS("Depart_Date"))), "Y")%>
Web price
£<%=FormatNumber(CDbl(RS("Adult_Price")) / 100)%>


">
<% End If %> <% End If %> <% If (Request.QueryString("Display") = "1A") Or (Request.QueryString("Display") = "1B") Or (Request.QueryString("Display") = "1C") Or (Request.QueryString("Display") = "1D") Or (Request.QueryString("Display") = "2A") Or (Request.QueryString("Display") = "2B") Or (Request.QueryString("Display") = "2C") Or (Request.QueryString("Display") = "2D") Or (Request.QueryString("Display") = "3A") Or (Request.QueryString("Display") = "3B") Or (Request.QueryString("Display") = "3C") Or (Request.QueryString("Display") = "3D") Or (Request.QueryString("Display") = "4A") Or (Request.QueryString("Display") = "4B") Or (Request.QueryString("Display") = "4C") Or (Request.QueryString("Display") = "4D") Then Set RS = Conn.Execute("SELECT * FROM Web_Offers WHERE (Webpage LIKE 'WEB.OFFER." & Left(Request.QueryString("Display"), 1) & "." & Right(Request.QueryString("Display"), 1) & "') ORDER BY CAST(Depart_Date AS DATE), CAST(Adult_Price AS SIGNED)") Count = 0 %>
Holiday offers to Cyprus
<% If Not RS.EOF Then %>

We feature 100's of deals to Cyprus.
• Click on the prices shown below for more details and to view hotels.
• Click on the columns to sort the offers.

<% Do While Not RS.EOF ThisClass = "OffersRow" If Count Mod 2 = 0 Then ThisClass = "OffersRowAlternative" %> ';"> <% Count = Count + 1 %> <% RS.MoveNext %> <% Loop %>
Departing From Resort Hotel Nights Board Price
<%=FormatDate(RS("Depart_Date"), "Y")%> <%=AirportName(Trim(RS("Depart_Airport_Code")))%> <%=PCase(Trim(RS("Holiday_Resort")))%> <%=PCase(Trim(RS("Hotel_Name")))%> <%=Trim(RS("Duration"))%> <%=BoardBasis(Trim(RS("Board")))%> <%=FormatCurrency(CDbl(RS("Adult_Price")) / 100)%>
<% End If %> <% Set RS = Nothing %>
<% Else %> <% If UCase(Left(Searchform_Arppt, 2)) = "GR" Then If Request.QueryString("Season") = "Summer" Then SQL = "SELECT CAST(Adult_Price AS UNSIGNED) AS Price, 'Location' AS EntityType, Holiday_Country, Holiday_Region, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code, Source_Table, Source_ID " _ & "FROM Libra_Lates.Lib_Homepage2 " _ & "WHERE (Webpage LIKE 'Cyprus Home Locations Summer') " ElseIf Request.QueryString("Season") = "Winter" Then SQL = "SELECT CAST(Adult_Price AS UNSIGNED) AS Price, 'Location' AS EntityType, Holiday_Country, Holiday_Region, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code, Source_Table, Source_ID " _ & "FROM Libra_Lates.Lib_Homepage2 " _ & "WHERE (Webpage LIKE 'Cyprus Home Locations Winter') " Else SQL = "SELECT MIN(CAST(Adult_Price AS UNSIGNED)) AS Price, 'Location' AS EntityType, Holiday_Country, Holiday_Region, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code, Source_Table, Source_ID " _ & "FROM Libra_Lates.Lib_Homepage2 " _ & "WHERE (Webpage LIKE 'Cyprus Home Locations%') " _ & "GROUP BY Holiday_Country, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code " End If SQL = SQL & "ORDER BY Holiday_Region, Holiday_Resort, CAST(Adult_Price AS UNSIGNED)" Else If Request.QueryString("Season") = "Summer" Then SQL = "SELECT CAST(Adult_Price AS UNSIGNED) AS Price, 'Resort' AS EntityType, Holiday_Country, '.' AS Holiday_Region, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code, Source_Table, Source_ID " _ & "FROM Libra_Lates.Lib_Homepage2 " _ & "WHERE (Webpage LIKE 'Cyprus Home Resorts Summer') " ElseIf Request.QueryString("Season") = "Winter" Then SQL = "SELECT CAST(Adult_Price AS UNSIGNED) AS Price, 'Resort' AS EntityType, Holiday_Country, '.' AS Holiday_Region, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code, Source_Table, Source_ID " _ & "FROM Libra_Lates.Lib_Homepage2 " _ & "WHERE (Webpage LIKE 'Cyprus Home Resorts Winter') " Else SQL = "SELECT MIN(CAST(Adult_Price AS UNSIGNED)) AS Price, 'Resort' AS EntityType, Holiday_Country, '.' AS Holiday_Region, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code, Source_Table, Source_ID " _ & "FROM Libra_Lates.Lib_Homepage2 " _ & "WHERE (Webpage LIKE 'Cyprus Home Resorts%') " _ & "GROUP BY Holiday_Country, Holiday_Resort, Board, Star_Rating, Accom_Code, Hotel_Name, Resort_Code " End If SQL = SQL & "ORDER BY Holiday_Resort, CAST(Adult_Price AS UNSIGNED)" End If Set RS = Conn.Execute(SQL) If Not RS.EOF Then i = 0 Do While Not RS.EOF ThisResort = Trim(RS("Holiday_Region")) If ThisResort = "." Then ThisResort = Trim(RS("Holiday_Resort")) CurrentDB = "" If Trim(RS("Source_Table")) = "AVLABL" Then CurrentDB = "A10" %> <% If StrComp(ThisResort, LastResort, vbTextCompare) <> 0 Then %> <% i = 0 %> <% End If %> > <% If UCase(Left(Searchform_Arppt, 2)) = "GR" Then %> <% End If %> <% LastResort = ThisResort i = i + 1 RS.MoveNext Loop End If Set RS = Nothing %>
">" alt="Package holidays and deals to <%=PCase(ThisResort)%>" border="0"> " class="Headline">Cyprus Holidays to <%=PCase(ThisResort)%>
<%=FirstNumWords(GetText(Trim(RS("Resort_Code")), RS("EntityType"), GetBrochureCode(Trim(RS("Holiday_Country")), CurrentDB), "Introduction"), 50)%>...
<% If Request.QueryString("Season") = "Winter" Then Response.Write "?Season=Winter" %>" title="Holidays to <%=PCase(Trim(RS("Holiday_Country"))) & " - " & PCase(ThisResort)%>" class="Text">More about <%=PCase(ThisResort)%> Last minute holidays
-holidays.htm<% If Request.QueryString("Season") = "Summer" Then Response.Write "?Season=Summer" %><% If Request.QueryString("Season") = "Winter" Then Response.Write "?Season=Winter" %>" title="<%=PCase(Trim(RS("Holiday_Resort"))) & " in " & PCase(Trim(RS("Holiday_Region"))) & ", " & PCase(Trim(RS("Holiday_Country")))%>" class="Text"><%=PCase(Trim(RS("Holiday_Resort")))%>-holidays.htm" title="<%=PCase(Trim(RS("Hotel_Name"))) & " in " & PCase(Trim(RS("Holiday_Resort"))) & ", " & PCase(Trim(RS("Holiday_Country")))%>" class="Text"><%=PCase(Trim(RS("Hotel_Name")))%> <%=StarRatingImage(RS("Star_rating"))%> <%=BoardBasis(RS("Board"))%> -holidays.htm<% If Request.QueryString("Season") = "Summer" Then Response.Write "?Season=Summer" %><% If Request.QueryString("Season") = "Winter" Then Response.Write "?Season=Winter" %>" title="<%=PCase(Trim(RS("Hotel_Name"))) & " in " & PCase(Trim(RS("Holiday_Resort"))) & ", " & PCase(Trim(RS("Holiday_Country")))%>" class="Text">fr £<%=FormatNumber((CDbl(RS("Price")) / 100), 0)%> More
<% End If %>

Cyprus Holidays - The History
Cyprus has been settled since pre-historic times and virtually every Mediterranean civilisation has left a cultural footprint on the island. Its history reads like a Who's Who of European civilisation: Aphrodite chose Paphos Cyprus as her first port of call after emerging from the sea, St Paul stopped off here on his way to see the Emperor Constantine, Shakespeare's Othello was set in Famagusta Northern Cyprus and Richard the Lionheart chose to marry his fiancé at Limassol Cyprus during the crusades. In fact, Cyprus has such a rich history that you can hardly set your foot down without inadvertently stepping on an ancient monument.  Cyprus was first settled in Neolithic times, but it would be a few more millennia before the island became known as a trading post. Despite the island's prosperity (or perhaps because of it) things got off to a bumpy start with Phoenicians, Egyptians, Assyrians and Persians all fighting over it. By the 4th century B.C. Alexander the Great had taken the island and it was assimilated into his Greek-Egyptian kingdom. As the civilisation declined Cyprus was forgotten about and it was left to the Romans to pick up the pieces. Holidays in Cyprus became a senatorial province and next appeared in the history books with St Paul establishing one of the first Christian ministries on the island.

Cyprus Holidays - The Country
Late deals to CyprusCyprus has a fascinating history and rich cultural heritage. Those taking holidays in Cyprus have a vast range of ancient monuments and archaeological sites to visit. This is particularly so in Paphos, which is on UNESCO's list of World Cultural Heritage sites. The most prominent features of Cyprus are two mountain ranges the higher of the two is the southern Troodos range, at 2,000 metres above sea level and in winter it is with snow covered. Following the invasion by Turkey of 1974, just over one third of the island remains under Turkish rule. The 'Green Line' that cuts through the capital of Cyprus, Nicosia divides the country, the last remaining divided capital in Europe.

Cyprus Holidays - The People
As warm as their weather, Cypriot hospitality is second to none. The majority of Cypriots speak and understand the English language, yet traditions and customs are carried on throughout generations and the close-knit family circle remains an integral part of day to day life. The church still plays an important role in the lives of the Cypriots where the main religion is Greek Orthodox. The attitude is laid-back, warm-hearted and generous, as you will soon learn for yourself! Cyprus holidays are home holidays from home.

Cyprus Holidays - Food and Drink
The choice is as authentic or as traditionally British as you like. Delve into the Cypriot way of life with 'Meze' - one of the 'musts' on any visit to Cyprus, which can include up to 20-30 dishes! Fresh fish is popular, as well as 'Kleftiko' - a typical meal made from lamb or goat and baked in special ovens, or sample the famous 'Mousakas' prepared with potatoes, courgettes and aubergines. Cypriot beer, brandy and wine provide a superb accompaniment to your meal.Let us be your guide around a hand-picked selection of popular destinations in Cyprus - the Akamas Peninsula - an area of outstanding natural beauty, incorporating Polis and Latchi; and the deep gorges, green valleys and underground caves of Droushia, the Troodos mountains will treat you to beautiful scenery and simple living, the charming town of Paphos brims with history yet has all the attributes of a modern resort, vibrant, cosmopolitan Limassol, the largest coastal resort on the island, the traditional village of Pissouri, surrounded by vineyards and picture postcard scenery and Larnaca, where the sea front promenade measures up to any one on the continent. Towards the east of the island visit Ayia Napa for beautiful beaches and nightlife in abundance, and Protaras, with the famous Fig Tree Bay - ideal for families.

Cyprus Holidays - Transport
Car Travel in Cyprus: Traffic drives on the left. Most towns and villages can be reached by an adequate system of roads. Driving Licence & vehicle documents must be carried at all times and you will need to bring your own national driving licence if planning to drive in Cyprus. Libra holidays provide the most competitive rates of the leading car hire company in Cyprus. Travel by Bus in Cyprus: Buses are fast and reliable, whether they are traversing local routes linking small villages or zooming along autoroute between cities. There is a limited bus service on Sundays and public holidays.

Cyprus Holidays - In Summary...
So whether it's a self catering holiday to Cyprus, All inclusive holiday to Cyprus, Family holiday to Cyprus, late deal to Cyprus, we guarantee the best holiday deal at unbeatable value, that's why we have become one of the leading established Tour operators serving this fantastic and popular destination. 

Cyprus - Search & Book

Libra Holidays are specialists in Cyprus holidays and we have been offering value for money holidays to Cyprus for over 35 years. Whilst we offer cheap Cyprus holidays all of our Cyprus holidays are carefully selected by experienced staff to ensure that our holidays to Cyprus see the high levels of customer satisfaction that brings customers back to Libra Holidays year after year. So, for cheap Cyprus holidays give us a call or search online today.


<%=Server.Execute("/forms/footer.asp")%> <% If IsObject(RS) Then Set RS = Nothing Conn.Close Set Conn = Nothing %>