Visitors to take in Ajloun woodland scenery from zip line

AMMAN — The Ajloun Forest Reserve, which is home to a diverse array of wild plants and animals, will launch an initiative for a 330-metre zip line due to the increasing number of local and foreign visitors.

The reserve, which has “preserved the woodlands and history of Ajloun over the years”, also has plans to build 20 huts to accommodate 150 guests, as part of its tourist programme, Ajloun Forest Reserve Manager Othman Tawalbeh told The Jordan Times on Wednesday.

These developments, he added, are to meet the tourism industry’s high demand.

“The zip line will be above the greenest area in Jordan, which is filled with oak, pine, wild pistachio trees, and wild strawberry bushes,” he said.

Tawalbeh said that the number of visitors this year reached 40,000. 70 per cent of them are Jordanian and the rest are foreigners, who were all “astonished” by the evergreen trees and the biodiversity that Ajloun contains.

This upgrade, he continued, will “benefit the guests who love to come to Ajloun”, especially families, as they will be provided with play areas that have been opened for almost two months now, in addition to expansions in the reserve’s restaurant, which will contribute to the employment of many people.

“The importance of Ajloun Forest Reserve is its strategic location that is home to 575 varieties of wild plants and 105 types of birds and wild animals over 12 square kilometres,” he said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });