Jordan Motorsport releases 2017 calendar, with new 4x4 events planned

AMMAN — Jordan Motorsport the sporting authority for all motorsport events in Jordan, has revealed its calendar of activities for the 2017 season, with a total of 24 events — three more than last year — including speed tests, rallying, karting and drifting.

Jordan Motorsport CEO Othman Naseef told The Jordan Times that this season will witness a new championship.

"The calendar, which was approved by the board of directors headed by HRH Prince Feisal, will include a championship for the 4x4 vehicles for the first time in Jordan due to the importance of such a category in the world of autos," he said.

"In addition, we will have special events where we will have a mixture of [activities] such as speed test, drifting and karting which will appeal to everyone," he added.

According to the calendar, five speed test events, five drifting events, five karting events and four rallies are scheduled, in addition to the Jordan Rally, Al Hussein Rumman Hill Climb and three 4x4 events.

Drifting was introduced for the first time as part of the agenda in 2014, gaining popularity in a short time.

The sporting authority is hoping that the 4x4 events will have the same impact, according to Naseef.

"The first Speed Test round will be held on Friday at the Service Park of the Dead Sea area, and we expect this round to be challenging and very popular among fans," he said.

"We hope that this season we will see more participation from women drivers and also from young talents."

Jordan Motorsports 2017 Calendar:

Speed Test

1st Speed February 10

2ndSpeed March 11

3rd Speed July 7

4th Speed August 24

5thSpeed November 10

Al Hussein Rumman Hill Climb July 28

Drifting

1st Drift Februray 24

2nd Drift March 24

3rd Drift May 19

4th Drift August 26

5th Drift September 22

Rallying

1st National Rally April 7

2nd national Rally May 6

3rd National Rally August 11

4th National Rally September 15

5th National Rally October 27

Jordan Rally (2nd round of MERC) May 4-6

Karting

1st Karting June 8

2nd Karting July 13

3rd Karting July 14

4th Karting August 25

5th Karting September 29

4x4

1st 4x4 March 3-4

2nd 4x4 April 21

3rd 4x4 November 3-4

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