Opens in a new tab
function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Tuesday, May 14 2024, 7.37am

The Hospital Nuestra Señora del Rosario reports in a press release that yesterday, a 34-year-old man fell from the third floor of a hotel in Ibiza.

The victim, aged italian nationality was admitted at 9:00 a.m. in serious condition to the ICU of this private health center.

As a result of the fall, the Polyclinic reports that he suffers from a severe cranioencephalic traumatism with facial fractures, cervical trauma and abdominal thoracic trauma.

This is the second similar event of the season in Ibiza. The first one occurred on May 8, when a young 26-year-old Polish man fell from the third floor of a block of apartments in carrer del Far, in Sant Antoni. Ibiza firefighters came to the rescue of the victim, who fell from the third floor to a second floor terrace.

The young man, who presented polytraumawas transferred by a SAMU061 ambulance to the Hospital Can Misses, where he was admitted to the Emergency Department at 16:41 hours in serious condition

For the full article, please visit Diario de Ibiza website here.