Introduction and orientation at Memorial Reception
Guided walkthrough of exhibition rooms and audio-visual theatre
Reflection time in commemorative gardens
Return by 12:30/17:30
document.addEventListener("DOMContentLoaded", function () {
const dayHeaders = document.querySelectorAll('.itinerary-day');
dayHeaders.forEach((item) => {
const fullText = item.textContent.trim(); // "Day 2 Gorilla Trekking – The Big Adventure"
const itemArray = fullText.split(' ');
const dayLabel = itemArray.slice(0, 2).join(' '); // "Day 2"
const remainingText = itemArray.slice(2).join(' '); // "Gorilla Trekking – The Big Adventure"
// Clear current content
item.textContent = '';
// Create span for Day Label
const daySpan = document.createElement('span');
daySpan.textContent = dayLabel;
daySpan.classList.add('day-label'); // Optional class
// Append day label and remaining text
item.appendChild(daySpan);
item.appendChild(document.createTextNode(' ' + remainingText));
console.log(dayLabel)
});
});
Map
Book this Tour
Got a Question?
Do not hesitage to give us a call. We are an expert team and we are happy to talk to you.