Help
RSS
API
Feed
Maltego
Contact
Domain > avenuesrecoverymedicalcenteratvalleyforge.static-content.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-21
104.21.75.39
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Tue, 21 Oct 2025 23:08:36 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveCF-Ray: 99246af70d67b84b-PDXCF-Cache-Status: DYNAMICAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatex-content-type-options: nosniffServer: cloudflareVary: Accept-EncodingNEL: {success_fraction:0,report_to:cf-nel,max_age:604800}referrer-policy: strict-origin-when-cross-originReport-To: {endpoints:{url:https:\/\/a.nel.cloudflare.com\/report\/v4?snwJGAbYQHo5t7ZH3Nhg%2Bcj2J82AI7G1qcHe5po39IUfKLA4WNqdTSp%2Fda%2Fs5MEnb9752gnWuMtOSryQ4HukcV1ntZV7EDgSsVUE5svBOzSppGzs6bKLcmeHMXD0SGeGOppRMWAxEtG9ekuyS69zV},group:cf-nel,max_age:604800}alt-svc: h3:443; ma86400 ```html!DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE/title> style> /* Global Reset & Box Sizing */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* Color Palette & Typography */ :root { --primary-navy: #001F3F; /* Deep Navy */ --white: #FFFFFF; --light-gray: #F4F4F4; --text-color: #333333; --accent-blue: #007BFF; /* A brighter blue for links/buttons */ --font-heading: Montserrat, sans-serif; --font-body: Open Sans, Arial, sans-serif; } body { font-family: var(--font-body); line-height: 1.6; color: var(--text-color); background-color: var(--light-gray); min-height: 100vh; display: flex; flex-direction: column; } /* Layout Container */ .container { max-width: 960px; margin: 0 auto; padding: 20px; flex-grow: 1; display: flex; /* Use flexbox for page management */ flex-direction: column; } /* Header & Navigation */ header { background-color: var(--primary-navy); color: var(--white); padding: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } nav ul { list-style: none; display: flex; justify-content: center; } nav ul li { margin: 0 15px; } nav ul li a { color: var(--white); text-decoration: none; font-weight: bold; padding: 5px 10px; transition: background-color 0.3s ease, color 0.3s ease; border-radius: 4px; } nav ul li a:hover, nav ul li a.active { background-color: rgba(255, 255, 255, 0.2); color: var(--white); } /* Page Styling (Hidden/Visible) */ .page { background-color: var(--white); padding: 40px 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); margin-top: 20px; flex-shrink: 0; /* Prevents shrinking */ width: 100%; /* Ensures it takes full width */ display: none; /* Hidden by default, JS will manage visibility */ } .page.active { display: block; /* Only the active page is displayed */ } /* Headings */ h1, h2 { font-family: var(--font-heading); color: var(--primary-navy); margin-bottom: 20px; text-align: center; } h1 { font-size: 2.5em; } h2 { font-size: 1.8em; text-align: left; border-bottom: 2px solid var(--primary-navy); padding-bottom: 5px; margin-top: 30px; } /* Form Styling */ form { max-width: 500px; margin: 30px auto; padding: 25px; border: 1px solid #ddd; border-radius: 8px; background-color: var(--light-gray); } .form-group { margin-bottom: 15px; } label { display: block; margin-bottom: 8px; font-weight: bold; color: var(--primary-navy); } inputtypetext, inputtypeemail, inputtypetel { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 1em; transition: border-color 0.3s ease; } inputtypetext:focus, inputtypeemail:focus, inputtypetel:focus { outline: none; border-color: var(--accent-blue); } .consent-text { font-size: 0.9em; color: #555; margin-top: 20px; line-height: 1.5; } .consent-text a { color: var(--accent-blue); text-decoration: underline; font-weight: bold; cursor: pointer; /* Indicate clickability */ } buttontypesubmit { display: block; width: 100%; padding: 15px 20px; background-color: var(--primary-navy); color: var(--white); border: none; border-radius: 6px; font-size: 1.1em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; margin-top: 25px; } buttontypesubmit:hover { background-color: var(--accent-blue); transform: translateY(-2px); } #form-message { margin-top: 15px; padding: 10px; border-radius: 4px; text-align: center; font-weight: bold; } #form-message.success { background-color: #d4edda; color: #155724; border-color: #c3e6cb; } #form-message.error { background-color: #f8d7da; color: #721c24; border-color: #f5c6cb; } /* Policy Page Content */ .page p { margin-bottom: 15px; } .page ul { list-style: disc; margin-left: 20px; margin-bottom: 15px; } .page ul li { margin-bottom: 8px; } .page strong { color: var(--primary-navy); } /* Fixed Footer */ footer { background-color: var(--primary-navy); color: var(--white); text-align: center; padding: 15px 0; margin-top: auto; /* Pushes footer to the bottom */ box-shadow: 0 -2px 4px rgba(0,0,0,0.1); } footer nav ul { padding: 0; margin: 0; display: flex; justify-content: center; list-style: none; } footer nav ul li { margin: 0 10px; } footer nav ul li a { color: var(--white); text-decoration: none; font-size: 0.9em; } footer nav ul li a:hover { text-decoration: underline; } /* Mobile Responsiveness */ @media (max-width: 768px) { h1 { font-size: 2em; } h2 { font-size: 1.5em; } nav ul { flex-direction: column; align-items: center; } nav ul li { margin: 5px 0; } .page { padding: 20px 15px; margin-top: 15px; } form { padding: 15px; } buttontypesubmit { font-size: 1em; padding: 12px 15px; } .consent-text { font-size: 0.85em; } } @media (max-width: 480px) { h1 { font-size: 1.8em; } .page { padding: 15px 10px; } } /style>/head>body> header> nav> ul> li>a href#home classnav-link active data-pagehome-page>Home/a>/li> li>a href#privacy classnav-link data-pageprivacy-page>Privacy Policy/a>/li> li>a href#terms classnav-link data-pageterms-page>Terms of Service/a>/li> /ul> /nav> /header> main classcontainer> !-- Home Page: Opt-In Landing Page --> section idhome-page classpage active> h1>AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE’s SMS Opt-In Form/h1> form idopt-in-form> div classform-group> label forfullName>Full Name:/label> input typetext idfullName namefullName required> /div> div classform-group> label foremailAddress>Email Address:/label> input typeemail idemailAddress nameemailAddress required> /div> div classform-group> label formobileNumber>Mobile Number (Optional):/label> input typetel idmobileNumber namemobileNumber pattern0-9{10,15} titlePlease enter a valid phone number (10-15 digits)> /div> div classconsent-text> By entering your phone number and clicking SUBMIT you agree to receive SMS messages related to ACCOUNT_NOTIFICATION from AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE. Message frequency varies; you may receive up to 4 messages/month. Message and data rates may apply. Reply STOP to unsubscribe. For assistance, reply HELP or call us at 9082167207. As per our a href#privacy classnav-link data-pageprivacy-page>Privacy Policy/a> and a href#terms classnav-link data-pageterms-page>Terms of Service/a>, we never share your mobile information with any third parties. /div> button typesubmit>SUBMIT/button> div idform-message>/div> /form> /section> !-- Privacy Policy Page --> section idprivacy-page classpage> h1>Privacy Policy/h1> p>strong>AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE/strong> (we, our, or us) is a leading medical center specializing in addiction and mental health recovery services. We are dedicated to providing compassionate, comprehensive, and effective care to help individuals achieve lasting recovery and improve their quality of life. Our services include a range of therapeutic programs, personalized treatment plans, and ongoing support designed to meet the unique needs of each patient, all within a safe and supportive environment. We are committed to protecting the privacy and security of your personal information. This Privacy Policy outlines how we collect, use, and safeguard your data./p> h2>Information Collection and Use/h2> p>We collect information to provide and improve our services, manage our operations, and communicate effectively with you. The types of personal information we may collect include:/p> ul> li>strong>Contact Information:/strong> Such as your full name, email address, and mobile number, provided voluntarily when you opt-in for our SMS communications or fill out forms on our website./li> li>strong>Technical Data:/strong> Includes your IP address, browser type, operating system, and other usage data collected automatically when you visit our website, helping us understand how our site is used and improve your experience./li> /ul> p>This information is used for the following purposes:/p> ul> li>To send you SMS messages related to ACCOUNT_NOTIFICATION, as per your explicit consent./li> li>To respond to your inquiries and provide customer support./li> li>To improve our website functionality and user experience./li> li>To comply with legal obligations and enforce our Terms of Service./li> /ul> h2>Mobile Information and Text Messaging/h2> p>When you provide your mobile number and consent to receive SMS messages, we collect and store this information solely for the purpose of delivering the requested communications. We explicitly state that: ul> li>strong>Your mobile number and any SMS-related data are never shared, sold, rented, or leased to any third parties for their marketing purposes./strong>/li> li>All SMS communications are sent in strict compliance with the consent you provide, adhering to the principles of the Telephone Consumer Protection Act (TCPA) and 10DLC regulatory requirements./li> li>Your privacy regarding mobile information is paramount, and we maintain robust security measures to protect this data./li> /ul> h2>Opting Out of Communications/h2> p>We respect your communication preferences and provide clear methods for opting out of our messages:/p> ul> li>strong>SMS Communications:/strong> You may opt-out of receiving SMS messages at any time by replying strong>STOP/strong> to any message you receive from us. You will receive a final confirmation message that you have been unsubscribed./li> li>strong>Assistance:/strong> For help with SMS messages, you can reply strong>HELP/strong> to any message or call us directly at 9082167207./li> li>strong>Email Communications:/strong> You may opt-out of email communications by clicking the unsubscribe link found at the bottom of any marketing email you receive from us./li> /ul> p>Please note that opting out of marketing or promotional communications may not unsubscribe you from transactional or service-related messages vital to your engagement with our medical center (e.g., appointment reminders, critical updates related to your care)./p> p>For any privacy-related concerns or questions, please contact us at jemanuel@lhsus.com or 9082167207./p> /section> !-- Terms of Service Page --> section idterms-page classpage> h1>Terms of Service/h1> p>Welcome to the digital services of strong>AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE/strong> (we, our, or us). We are a leading medical center specializing in addiction and mental health recovery services. These Terms of Service (Terms) govern your use of our website, SMS services, and other related digital offerings. By accessing or using our services, you agree to be bound by these Terms./p> h2>SMS Communications and Opt-Out/h2> p>By providing your mobile number and explicitly opting in via our website form, you consent to receive SMS messages from AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE. These messages are primarily for ACCOUNT_NOTIFICATION purposes. ul> li>strong>Consent:/strong> Your consent to receive SMS messages is obtained via an explicit opt-in on our website. You understand that consent is not a condition of purchasing any goods or services./li> li>strong>Message Frequency:/strong> Message frequency varies; you may receive up to 4 messages/month./li> li>strong>Cost:/strong> Message and data rates may apply. Check with your mobile carrier for details./li> li>strong>Opt-Out:/strong> You can cancel the SMS service at any time by texting strong>STOP/strong> to any message you receive. After you send the SMS message STOP to us, we will send you an SMS message to confirm that you have been unsubscribed. After this, you will no longer receive SMS messages from us. If you want to join again, just sign up on our website as before./li> li>strong>Rejoining:/strong> If you opt-out and later wish to rejoin, you will need to re-submit your consent through our website’s opt-in form./li> /ul> h2>Assistance and Support/h2> p>For assistance with our SMS services or any other inquiries, we provide the following support options:/p> ul> li>strong>SMS Keyword:/strong> Text strong>HELP/strong> to any message you receive from us for customer support./li> li>strong>Email Support:/strong> You can reach us via email at jemanuel@lhsus.com for comprehensive support./li> li>strong>Phone Support:/strong> For immediate assistance, please call us directly at 9082167207./li> /ul> h2>Carriers and Message Delivery/h2> p>Please note that mobile carriers are not liable for delayed or undelivered messages. While we strive to ensure timely and reliable delivery of our SMS messages, factors beyond our control, such as network issues, carrier filtering, or phone settings, may affect message delivery. We do not guarantee the timely or successful delivery of all SMS messages./p> h2>Privacy and Confidentiality/h2> p>Your privacy is of utmost importance to us. Our commitment to protecting your personal information is detailed in our a href#privacy classnav-link data-pageprivacy-page>Privacy Policy/a>. By using our services, you acknowledge and agree to the data collection and usage practices described therein. We never share your mobile information with any third parties for their independent marketing or promotional purposes./p> h2>Contact Information/h2> p>For any questions regarding these Terms of Service or our services, you may contact AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE:/p> ul> li>strong>Email:/strong> jemanuel@lhsus.com/li> li>strong>Phone:/strong> 9082167207/li> li>strong>Website:/strong> a hrefhttps://www.vfmc.net target_blank relnoopener noreferrer>https://www.vfmc.net/a>/li> /ul> /section> /main> footer> nav> ul> li>a href#privacy classnav-link data-pageprivacy-page>Privacy Policy/a>/li> li>a href#terms classnav-link data-pageterms-page>Terms of Service/a>/li> /ul> /nav> p>© 2023 AVENUES RECOVERY MEDICAL CENTER AT VALLEY FORGE. All rights reserved./p> /footer> script> document.addEventListener(DOMContentLoaded, () > { const navLinks document.querySelectorAll(.nav-link); const pages document.querySelectorAll(.page); const optInForm document.getElementById(opt-in-form); const formMessage document.getElementById(form-message); const showPage (pageId) > { pages.forEach(page > { page.classList.remove(active); }); document.getElementById(pageId).classList.add(active); navLinks.forEach(link > { link.classList.remove(active); if (link.dataset.page pageId) { link.classList.add(active); } }); }; // Event Listeners for Navigation navLinks.forEach(link > { link.addEventListener(click, (e) > { e.preventDefault(); const targetPageId e.target.dataset.page; showPage(targetPageId); history.pushState(null, , `#${targetPageId.replace(-page, )}`); // Update URL hash }); }); // Handle initial page load based on URL hash const initialHash window.location.hash.substring(1); if (initialHash) { const initialPageId `${initialHash}-page`; if (document.getElementById(initialPageId)) { showPage(initialPageId); } else { showPage(home-page); // Default to home if hash is invalid } } else { showPage(home-page); // Default to home page if no hash } // Form Submission Handler if (optInForm) { optInForm.addEventListener(submit, async (e) > { e.preventDefault(); const fullName document.getElementById(fullName).value; const emailAddress document.getElementById(emailAddress).value; const mobileNumber document.getElementById(mobileNumber).value; const payload { name: fullName, enduserEmailAddress: emailAddress, emailToAddress: jemanuel@lhsus.com, mobile: mobileNumber || , /* Send empty string if optional field is not filled */ url: window.location.href }; try { const response await fetch(https://email-worker.jivetel.workers.dev/api/sendemail, { method: POST, headers: { Content-Type: application/json }, body: JSON.stringify(payload) }); if (response.ok) { formMessage.textContent Thank you for opting in! We will be in touch shortly.; formMessage.className success; optInForm.reset(); // Clear the form } else { const errorData await response.json(); formMessage.textContent `Submission failed: ${errorData.message || An unknown error occurred.}`; formMessage.className error; } } catch (error) { console.error(Error submitting form:, error); formMessage.textContent Network error or unable to connect. Please try again later.; formMessage.className error; } }); } }); /script>/body>/html>```
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]