(function(){
var text = document.body.innerText || '';
var greekChars = (text.match(/[\u0370-\u03FF\u1F00-\u1FFF]/g) || []).length;
var isGreek = greekChars > 30;
document.documentElement.lang = isGreek ? 'el' : 'en';
var en2gr = {
'/': '/arxiki',
'/services': '/ypiresies',
'/gallery': '/fotografies',
'/about': '/viografiko',
'/contact': '/epikoinonia',
'/patient-information': '/plirofories-asthenon',
'/liver': '/ipar',
'/pancreas-conditions': '/pagreas',
'/gallbladder-bile-ducts': '/cholidochos-kysti-cholifora',
'/esophagus': '/oisofagos',
'/stomach': '/stomachos',
'/colon-rectum-conditions': '/pachy-entero-ortho',
'/hernias-abdominal-wall-conditions': '/kiles-koiliako-toichoma',
'/peritoneal-disease-conditions': '/peritonaiki-nosos',
'/sarcoma-retroperitoneal-tumors-conditions': '/sarkomata-opisthoperitonaikoi-ogkoi',
'/adrenal-glands-conditions': '/epinefridia'
};
var pairs = {};
for (var k in en2gr) { pairs[k] = en2gr[k]; pairs[en2gr[k]] = k; }
var path = window.location.pathname.replace(/\/$/, '') || '/';
var other = pairs[path];
if (other) {
var thisLang = isGreek ? 'el' : 'en';
var otherLang = isGreek ? 'en' : 'el';
function addLink(hreflang, href) {
var l = document.createElement('link');
l.rel = 'alternate';
l.hreflang = hreflang;
l.href = 'https://www.surgery.cy' + href;
document.head.appendChild(l);
}
addLink(thisLang, path);
addLink(otherLang, other);
addLink('x-default', thisLang === 'en' ? path : other);
}
if (!document.querySelector('h1')) {
var scope = document.querySelector('main') || document.body;
var first = scope.querySelector('h2, h3, h4');
if (first && first.textContent.trim().length > 2) {
var h1 = document.createElement('h1');
h1.innerHTML = first.innerHTML;
h1.className = first.className;
first.parentNode.replaceChild(h1, first);
}
}
var schema = {
"@context": "https://schema.org",
"@type": "Physician",
"@id": "https://www.surgery.cy/#physician",
"name": "Charalambos Charalambous",
"alternateName": ["\u0394\u03c1 \u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2 \u03a7\u03b1\u03c1\u03b1\u03bb\u03ac\u03bc\u03c0\u03bf\u03c5\u03c2", "Charalambos Charalambous MD ChM"],
"honorificPrefix": "Dr",
"honorificSuffix": "MD, ChM",
"jobTitle": "Consultant General Surgeon",
"url": "https://www.surgery.cy/",
"telephone": "+357 25 208265",
"email": "charalambos.charalambous1@goc.com.cy",
"medicalSpecialty": ["Surgical", "Oncologic", "Gastroenterologic"],
"knowsAbout": [
"Hepato-Pancreato-Biliary surgery",
"Surgical oncology",
"Pancreatic cancer surgery",
"Liver surgery",
"Colorectal surgery",
"Laparoscopic surgery",
"Robotic surgery",
"Hernia and abdominal wall surgery"
],
"description": "Consultant General Surgeon specialising in hepato-pancreato-biliary (HPB) surgery, surgical oncology and colorectal surgery at the German Medical Institute, Limassol. Private and GeSY consultations.",
"address": {
"@type": "PostalAddress",
"streetAddress": "German Medical Institute, 1 Nikis Avenue",
"addressLocality": "Agios Athanasios, Limassol",
"postalCode": "4108",
"addressCountry": "CY"
},
"worksFor": {
"@type": "MedicalOrganization",
"name": "German Medical Institute",
"url": "https://www.gmi.com.cy/"
},
"alumniOf": [
{"@type": "CollegeOrUniversity", "name": "The University of Edinburgh"},
{"@type": "CollegeOrUniversity", "name": "Carol Davila University of Medicine and Pharmacy, Bucharest"}
],
"identifier": {
"@type": "PropertyValue",
"propertyID": "ORCID",
"value": "https://orcid.org/0009-0008-2665-9416"
},
"sameAs": [
"https://orcid.org/0009-0008-2665-9416",
"https://www.linkedin.com/in/charalambos-charalambous-36a47217b/",
"https://www.gmi.com.cy/doctors/charalambos-charalambous"
],
"areaServed": ["Limassol", "Nicosia", "Cyprus"],
"knowsLanguage": ["en", "el"]
};
var s = document.createElement('script');
s.type = 'application/ld+json';
s.text = JSON.stringify(schema);
document.head.appendChild(s);
})();