Horror: Storm hits cruise ship and forces it to list 45 degrees – ‘It was like the Titanic’ (video)

Canadian passenger Dan So, 41, filmed people around him frantically trying to stand as objects fell and shattered around them as Royal Caribbean’s Explorer of the Seas capsized violently during a storm off its coast of Africa last week – with objects around them smashing to the ground.

“It was like the Titanic,” So told Kennedy News and Media, seeing “people screaming and glasses breaking.”

“I thought this could be the end and the ship would go down in the water,” he added of the alarming “45 degree” tilt.

“I took out my mobile phone and texted my colleagues, telling them I don’t know what’s going to happen and to be careful. I was writing my last message, thinking I was going to die,” added the 41-year-old, who was traveling on a cruise ship for the first time in his life.

One passenger was reportedly injured during the bad weather as passengers were taken to their rooms for an hour for necessary checks to be carried out.

The ship made an unscheduled stop in Las Palmas to help the injured passenger before continuing on its way, the company said.

Melania Trump: Not moving to the White House – “This time it will be different”

Black Friday: What consumers should watch out for

Brazil: Man strapped with explosives detonates outside Supreme Court

Kostas Martakis: “When I entered, some people told me to undress”

#Horror #Storm #hits #cruise #ship #forces #list #degrees #Titanic #video

What are the functions of AdSense handling and Phaistos Adman in JavaScript ‌advertising scripts?

⁣It looks like you've ​pasted a snippet of JavaScript​ code that pertains to various⁣ advertising and tracking functionalities.

Here's‍ a breakdown ⁤of some ​of​ the ⁢key ‌components ‍and their roles within ‌the script:

1. **AdSense Handling**:

⁤ - The code removes AdSense ads specific for mobile if they are present.

⁤ - It checks how many AdSense‍ slots (`.adsbygoogle`) are available on the page and prepares to load scripts ⁤based on the ads present.

2. **Phaistos⁢ Adman**:

⁢- Initiates an advertising unit configuration ‍using an ID.

3. **OneSignal**:

- A push notification service. It⁤ initializes with ​a⁢ specific ‍application ⁣ID.

4. **Disqus**:

- A ⁢commenting platform. The‌ configuration sets the page URL and identifier​ followed by a⁢ delayed script that loads ‍the Disqus functionality.

5.⁤ **Generic Async Script Loading**:

- The ⁣function⁣ `asyncLoadScript`‍ is ‌used throughout ⁤the code to load ‍scripts asynchronously. Several instances (which appear incomplete) hint that other services like CleverCore, Taboola, ‌and various advertisement platforms should have their scripts loaded⁣ dynamically depending on conditions met in the document.

6. ​**Timeouts**:

‌ - For certain ⁢scripts like ⁣Glomex and Dalecta, the⁢ code uses `setTimeout` to ⁣delay the loading of⁣ their scripts,⁣ presumably to allow other elements on the page⁣ to render first or​ to manage performance considerations.

7. **Comments**:

⁤ - Many parts ⁣of the script have commented out sections indicating potential places where additional ​scripts ⁤or functionality could be inserted.

### Suggestions to​ Improve or Complete the Code:

1. **Fill in URLs**: The​ code has several placeholders for script URLs (e.g., `asyncLoadScript(' ... ')`).‍ It would be important‌ to replace them with the actual script URLs‌ for them⁣ to work.

2. **Handling Asynchronous Loading**: Depending⁣ on your need, consider ​implementing​ a ‍function that checks if the scripts ⁣load correctly and handles errors, possibly feeding​ that back to the⁣ user interface​ or logs.

3.⁣ **Readability**: Consider ⁤adding more comments or ⁢documentation⁢ to clarify what each block of code is doing, especially if‍ it's meant for team use or⁢ future reference.

4. **Error Handling**: ‍Include error-handling logic whenever using `asyncLoadScript`‌ to catch and log any⁣ issues that arise while ​loading scripts.

5. **Performance Metrics**: Depending on how performance-critical your site is, you might ‌want to measure and analyze ‍the‌ loading times⁢ of these scripts,⁤ optimizing them if necessary.

It would be⁢ beneficial to review and ‌test ‍the code to ensure each component works​ seamlessly in your application or webpage. ​If you're looking for specific functionality or resolving issues,​ feel free to share more details!

Leave a Replay