The case was revealed in November 2020, following a complaint to the Internal Affairs Sub-Directorate of Northern Greece of EL.AS. He himself was put on leave from his university duties, when the criminal investigation began, with the “incorruptible” of EL.AS. to “dust off” all the surgeries he performed.
In fact, from the specific investigation it emerged that between 2018 and 2020 he had also collected “bags” from other patients – more than 15 – and for this reason a second case file was filed against him for bribery, by follow-up and by profession, which is pending in the criminal courts. Recently, patients and their relatives were tried and acquitted, because they had given “bags” (to bribe an employee).
Before the Magistrates’ Court who found him guilty, the convicted doctor denied the charge, claiming that he was the victim of fraud. He also stated that the disputed surgery was to be performed in a private hospital and that half of the money was intended for him as a fee and the rest for his scientific team.
Shock in Rhodes: Dead 35-year-old pregnant woman – Battle to save the baby
Cyprus: Planning for an extended meeting of the parties involved
Acropolis: Dead 28-year-old who fell from the 5th floor of an apartment building
Menidi: Two injured in shootings
#Thessaloniki #doctor #sentenced #bag #euros
What is the purpose of the `asyncLoadScript` function in JavaScript integration for ads?
It looks like you've pasted a block of JavaScript code that contains various functions and script loading logic, likely for setting up ad services and other integrations on a webpage. However, there are several incomplete parts marked with single quotes, indicating that URLs or additional parameters are missing.
To provide a more complete understanding, here’s a structured overview of what the code aims to achieve, along with placeholders where necessary:
### Overview of the Code:
1. **Adsense for Mobile Handling**:
- The code checks for some condition (not provided) and either loads or removes adsense scripts accordingly for mobile viewers.
2. **AdSense Slots Management**:
- The code gathers all elements with the class `adsbygoogle` and attempts to manage them, presumably to load or display ads. However, there is an incomplete section indicated by `//asyncLoadScript('`.
3. **Adman Integration**:
- There’s a reference to loading a script using a function `asyncLoadScript`, but the URL and settings are not provided. This could be related to a specific ad service.
4. **OneSignal Configuration**:
- OneSignal is a push notification service. The code initializes it with a specific `appId`.
5. **Disqus Configuration**:
- Disqus is a commenting platform, and the code contains a configuration for it, defining the page's URL and identifier. The actual script loading for Disqus is set to occur after a timeout.
6. **CleverCore (Commented Out)**:
- There’s a commented-out section intended for CleverCore, which would load a script but is currently not active.
7. **Taboola/Project Agora**:
- The script includes placeholders for asynchronously loading these services, which are related to content recommendation and advertising.
8. **Glomex Integration**:
- There’s a check to see if elements for Glomex are present, with a timeout delay added before attempting to load a module.
9. **Dalecta and Vidoomy**:
- These sections also reference asynchronous loading of their respective scripts, though URLs are not included.
### Suggestions for Completing the Code:
- **Complete the Missing Script URLs**:
Ensure that all calls to `asyncLoadScript()` and `asyncLoadModule()` are supplied with the appropriate JavaScript file URLs or sources so that they can execute correctly.
- **Debugging and Testing**:
After completing the URLs and any other placeholders, thoroughly test the integration to ensure all services are loading correctly and that ads display as expected without causing errors.
- **Add Error Handling**:
Implement error handling for each asynchronous loading function to catch potential failures, which could help diagnose issues during development.
- **Comments and Documentation**:
Add comments explaining each section’s purpose for future reference and maintenance, especially important when managing multiple integrations.
If you need further clarification on any part of the code or help with specific integrations, feel free to ask!