var recommendations = new Array(); recommendations[0] = "
\"Property
PRICES from 25,000 EUR
This complex simply has it all, and given the location and t...\"More\"
"; pic1 = new Image(); pic1.src = 'pictures/search_property_img/1075'; recommendations[1] = "
\"Property
PRICE 22,000 EUR
The Ground floor comprises three large rooms and a big hallw...\"More\"
"; pic2 = new Image(); pic2.src = 'pictures/search_property_img/1137'; recommendations[2] = "
\"Property
PRICE 49,000 EUR
Reasons to Buy
Great views from the balcony towards the vil...\"More\"
"; pic3 = new Image(); pic3.src = 'pictures/search_property_img/1514'; recommendations[3] = "
\"Property
PRICE 30,000 EUR
This property provides a rare opportunity to have all your h...\"More\"
"; pic4 = new Image(); pic4.src = 'pictures/search_property_img/1587'; recommendations[4] = "
\"Property
PRICES from 61,380 EUR
The newly built Lozenetz VIP Homes residential complex is lo...\"More\"
"; pic5 = new Image(); pic5.src = 'pictures/search_property_img/1623'; recommendations[5] = "
\"Property
PRICES from 53,928 EUR
Sozopol Bay View is located above Paradise Bay in Sozopol, i...\"More\"
"; pic6 = new Image(); pic6.src = 'pictures/search_property_img/1628'; recommendations[6] = "
\"Property
PRICE 7,480 EUR
A small plot with great views towards the highest peak in th...\"More\"
"; pic7 = new Image(); pic7.src = 'pictures/search_property_img/2045'; recommendations[7] = "
\"Property
PRICE 125,000 EUR
This is a unique opportunity to own a fantastic traditional ...\"More\"
"; pic8 = new Image(); pic8.src = 'pictures/search_property_img/2041'; recommendations[8] = "
\"Property
PRICE 17,000 EUR
This rural house must be viewed - it is in great condition!....\"More\"
"; pic9 = new Image(); pic9.src = 'pictures/search_property_img/2043'; recommendations[9] = "
\"Property
PRICE 15,900 EUR
We highly recommend viewing this impressive house in a quiet...\"More\"
"; pic10 = new Image(); pic10.src = 'pictures/search_property_img/2062'; recommendations[10] = "
\"Property
PRICE 12,500 EUR
This attractive country house is just a short drive from the...\"More\"
"; pic11 = new Image(); pic11.src = 'pictures/search_property_img/2063'; recommendations[11] = "
\"Property
PRICES from 37,990 EUR
The building is set on a quiet street, and consists of panor...\"More\"
"; pic12 = new Image(); pic12.src = 'pictures/search_property_img/2095'; recommendations[12] = "
\"Property
PRICE 17,000 EUR
This is truly a great property in extremely good condition w...\"More\"
"; pic13 = new Image(); pic13.src = 'pictures/search_property_img/2097'; recommendations[13] = "
\"Property
PRICE 4,995 EUR
This rural house is located right at the centre of a welcomi...\"More\"
"; pic14 = new Image(); pic14.src = 'pictures/search_property_img/2105'; recommendations[14] = "
\"Property
PRICE 5,750 EUR
This is a solid property, built of stone and brick and offer...\"More\"
"; pic15 = new Image(); pic15.src = 'pictures/search_property_img/2102'; recommendations[15] = "
\"Property
PRICE 32,000 EUR
Newly renovated two bedroom bungalow sitting on three quarte...\"More\"
"; pic16 = new Image(); pic16.src = 'pictures/search_property_img/2265'; recommendations[16] = "
\"Property
PRICE 18,000 EUR
This property consists of two houses with a garden of 1380m2...\"More\"
"; pic17 = new Image(); pic17.src = 'pictures/search_property_img/2237'; recommendations[17] = "
\"Property
PRICE 6,000 EUR
This bungalow is set 200m from a pine forest and has a livin...\"More\"
"; pic18 = new Image(); pic18.src = 'pictures/search_property_img/2250'; function rotaterecommendation(j){ if(j != "c") i = j; document.getElementById('recommendationsbox').innerHTML = recommendations[i]; i++; if(i >= recommendations.length) i = 0; recrotate = setTimeout('rotaterecommendation(' + i + ')', 4000); }; rotaterecommendation(0); function controtate(){ clearTimeout(recrotate); recrotate = setTimeout('rotaterecommendation("c")', 4000); };