Dr Nima Satish

MB BS 1993 Tamil Nadu Dr MGR Med University

Doctor
Female

Qualified as a GP in 2003 after working as a Registrar in Diabetes and Endocrinology. Special interest include Diabetes/ endocrinology .

// 1. Define the HTML for the announcement section const announcementHTML = ` Need to contact the practice? Click here to complete a form `; // 2. Find the reference element using the provided ID const googleTranslateElement = document.getElementById('google_translate_element'); // 3. Insert the new section before the reference element if (googleTranslateElement) { googleTranslateElement.insertAdjacentHTML('beforebegin', announcementHTML); } else { console.warn("Target element with ID 'google_translate_element' not found. Announcement not inserted."); }