var recommendations = new Array(); recommendations[0] = "
\"Property
PRICES from 55,000 EUR
Morley Estates is proud to present this 61m2, second-line, o...\"More\"
"; pic1 = new Image(); pic1.src = 'pictures/search_property_img/1155'; recommendations[1] = "
\"Property
PRICE 51,000 EUR
Reasons to Buy
Great views from the balcony towards the vil...\"More\"
"; pic2 = new Image(); pic2.src = 'pictures/search_property_img/1514'; recommendations[2] = "
\"Property
PRICE 25,000 EUR
One of the Houses was built about 300 years ago and is aut...\"More\"
"; pic3 = new Image(); pic3.src = 'pictures/search_property_img/1566'; recommendations[3] = "
\"Property
PRICE 6,950 EUR
The Property was built in about 1960 and has 6 Rooms on 2 Fl...\"More\"
"; pic4 = new Image(); pic4.src = 'pictures/search_property_img/1573'; recommendations[4] = "
\"Property
PRICE 20,000 EUR
This property provides a rare opportunity to have all your h...\"More\"
"; pic5 = new Image(); pic5.src = 'pictures/search_property_img/1587'; recommendations[5] = "
\"Property
PRICE 19,950 EUR
The Property has 5 Rooms on 2 Floors, giving a total living ...\"More\"
"; pic6 = new Image(); pic6.src = 'pictures/search_property_img/1600'; recommendations[6] = "
\"Property
PRICE 10,000 EUR
The Property was built in about 1960 it has a corridor are...\"More\"
"; pic7 = new Image(); pic7.src = 'pictures/search_property_img/1602'; 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 6,000 EUR
This is a single-storey, 2-bedroomed property, within a pl...\"More\"
"; pic9 = new Image(); pic9.src = 'pictures/search_property_img/2160'; 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); };