One suspect arrested in raid on Balqa marijuana farm

AMMAN — Anti-Narcotics Department (AND) and Special Forces agents raided a marijuana farm in Balqa and arrested a suspect at dawn on Monday, official sources said.

AND agents were acting on a tip they received that a farm in Balqa Governorate, some 35km northwest of Amman, was cultivating marijuana for limited local consumption, a police official told The Jordan Times.“One person was arrested without any major incidents,” the official said, adding that agents seized dozens of marijuana saplings. The State Security Court prosecution has been notified about the incident to “take legal action against the farm owners”, the official noted.

In a similar raid earlier this year, agents stormed nine farms and houses, also in Balqa, arresting 13 suspects and seizing 200 kilogrammes of marijuana seedlings.

At the time, an AND official told The Jordan Times that the raids were planned.

“Our campaigns are ongoing against farms and houses in this area, because we know that people regularly plant marijuana here,” the official said, adding that one way to closely monitor these houses is via aerial surveillance.

“We take aerial photos of farms and houses then analyse them to determine what kind of seedlings are being planted in each area,” he explained.

A total of 8,945 suspects were involved in around 6,504 drug cases last year, according to official figures. The authorities seized over 22 million Captagon pills, 444 kilogrammes of hashish and 5,007 kilos of marijuana in 2013.

According to AND statistics, 154 kilogrammes of marijuana were seized in 2011, 106 kilogrammes in 2010 and 30 kilogrammes in 2009.

.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'); }); }); });