camplejeunesupport.com Open in urlscan Pro
52.88.62.72  Public Scan

Submitted URL: https://www.camplejeunesupport.com/
Effective URL: https://camplejeunesupport.com/
Submission: On June 06 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

Name: email-formPOST ./thankyou/

<form id="email-form" name="email-form" data-name="Email Form" method="post" action="./thankyou/" class="form text-center shadow-lg bg-gray-50 md:max-w-xl md:mx-auto rounded-md sm:overflow-hidden border-t-8 border-teal">
  <div class="">
    <h3 class="text-xl font-extrabold text-center mt-4 text-teal"> Get Your No-Cost Claim Review Today! <svg class="inline-block w-6 h-6 relative bottom-1" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" d="M16.707 10.293a1 1 0 010 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 111.414-1.414L9 14.586V3a1 1 0 012 0v11.586l4.293-4.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
      </svg>
    </h3>
    <div class="mt-8 sm:text-left px-2 md:px-4 ">
      <div class="mt-4">
        <label for="use_product" class="block text-sm font-bold leading-5 text-gray-700"> Did you live, work, or spent time at Camp Lejeune between August 1, 1953 and December 31, 1987? </label>
        <div class="mt-1 rounded-md shadow-sm">
          <select id="use_product" name="use_product" data-name="use_product" required="" class="form-select block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5">
            <option value="" disabled="" selected="">Select</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </div>
      </div>
      <div class="mt-4">
        <label for="diagnosed" class="block text-sm font-bold leading-5 text-gray-700"> Have been diagnosed with any of these medical conditions? </label>
        <div class="mt-1 rounded-md shadow-sm">
          <select id="diagnosed" name="diagnosed" data-name="diagnosed" required="" class="form-select block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5">
            <option value="" disabled="" selected="">Select</option>
            <option value="Adult leukemia">Adult leukemia</option>
            <option value="Aplastic anemia">Aplastic anemia</option>
            <option value="Bladder cancer">Bladder cancer</option>
            <option value="Breast cancer">Breast cancer</option>
            <option value="Esophageal cancers">Esophageal cancers</option>
            <option value="Female infertility">Female infertility</option>
            <option value="Kidney cancer">Kidney cancer</option>
            <option value="Leukemia">Leukemia</option>
            <option value="Liver cancer">Liver cancer</option>
            <option value="Miscarriage">Miscarriage</option>
            <option value="Multiple myeloma">Multiple myeloma</option>
            <option value="Non Hodgkins lymphoma">Non-Hodgkin's lymphoma</option>
            <option value="Parkinsons Disease">Parkinson's Disease</option>
            <option value="Renal toxicity">Renal toxicity</option>
            <option value="Neurological Conditions">Neurological Conditions</option>
            <option value="Other">Other (Please describe)</option>
            <option value="No Injury">No Injury</option>
          </select>
        </div>
      </div>
      <div class="flex flex-col sm:flex-row justify-between">
        <div class="mt-4 w-full md:w-1/2 md:pr-3">
          <label for="first_name" class="block text-sm font-bold leading-5 text-gray-700"> First name </label>
          <div class="mt-1 rounded-md shadow-sm">
            <input id="first_name" data-name="first_name" name="first_name" type="text" required="" class="form-input block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5">
          </div>
        </div>
        <div class="mt-4 w-full md:w-1/2 md:pl-3">
          <label for="last_name" class="block text-sm font-bold leading-5 text-gray-700"> Last name </label>
          <div class="mt-1 rounded-md shadow-sm">
            <input id="last_name" data-name="last_name" name="last_name" type="text" required="" class="form-input block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5">
          </div>
        </div>
      </div>
      <div class="mt-4 w-full">
        <label for="email_address" class="block text-sm font-bold leading-5 text-gray-700"> Email address </label>
        <div class="mt-1 rounded-md shadow-sm">
          <input id="email_address" name="email_address" data-name="email_address" type="email" required="" pattern="[^@\s]+@[^@\s]+\.[^@\s]+" class="form-input block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5">
        </div>
      </div>
      <div class="flex flex-col sm:flex-row justify-between">
        <div class="mt-4 w-full md:w-1/2 md:pr-3">
          <label for="phone" class="block text-sm font-bold leading-5 text-gray-700"> Phone </label>
          <div class="mt-1 rounded-md shadow-sm">
            <input id="phone" name="phone_home" data-name="phone_home" pattern="^\D*(\d\D*){10,}$" type="tel" required="" class="form-input block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5" inputmode="text">
          </div>
        </div>
        <div class="mt-4 w-full md:w-1/2 md:pl-3">
          <label for="zip" class="block text-sm font-bold leading-5 text-gray-700"> Zip Code </label>
          <div class="mt-1 rounded-md shadow-sm">
            <input id="zip" name="zip_code" data-name="zip" type="tel" pattern="^\D*(\d\D*){5,}$" required="" class="form-input block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5">
          </div>
        </div>
      </div>
      <div class="mt-4">
        <label for="description" class="block tracking-wide text-gray-700 text-left text-sm font-bold mb-2">Please include additional details</label>
        <textarea name="description" maxlength="5000" id="description" data-name="description" class="form-input block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5 form-textarea"></textarea>
      </div>
    </div>
  </div>
  <div class="text-xs px-3 pb-3 text-left mt-4">
    <p class="sub just">
      <label for="leadid_tcpa_disclosure" class="sub">
        <input type="checkbox" name="tcpa_consent" value="Yes" id="leadid_tcpa_disclosure" required="">&nbsp;&nbsp; <span class="deskonly">By checking this box and clicking the "Agree and Submit" button below, I represent that I am 18+ years of age
          and have read and agreed to the National Injury Bureau&nbsp;<a href="/terms-of-service/">Terms and Conditions</a>&nbsp;and&nbsp;<a href="/privacy-policy/">Privacy Policy</a>; I consent to the transfer of information that I provide on this
          site to third-party legal service providers&nbsp;and non-legal service providers, third party partners and their affiliates and service providers; I agree to be contacted by email &amp; telephone, which may include artificial or
          pre-recorded calls and/or SMS text messages, delivered via automated technology, to the email and phone number that I have provided.</span>
        <span class="mobileonly" style="font-weight:bold">I agree to the terms below.</span>
        <input type="submit" value="AGREE AND SUBMIT →" data-wait="Please wait..." class="text-shadow-green bg-green block w-full mx-auto text-white font-bold border-0 rounded cursor-pointer py-4 px-2 m-4 submitBtn">
        <span class="mobileonly">By checking this box and clicking the "Agree and Submit" button below, I represent that I am 18+ years of age and have read and agreed to the National Injury
          Bureau&nbsp;<a href="/terms-of-service/">Terms and Conditions</a>&nbsp;and&nbsp;<a href="/privacy-policy/">Privacy Policy</a>; I consent to the transfer of information that I provide on this site to third-party legal service
          providers&nbsp;and non-legal service providers, third party partners and their affiliates and service providers; I agree to be contacted by email &amp; telephone, which may include artificial or pre-recorded calls and/or SMS text messages,
          delivered via automated technology, to the email and phone number that I have provided.</span>
      </label>
    </p>
  </div>
  <input id="leadid_token" name="jornaya_lead_id" type="hidden" value="797533DA-5BA1-1761-92A2-91F0241E9E11">
  <input type="hidden" name="page_version" value="Camp Lejeune Split">
  <input type="hidden" name="xxTrustedFormToken" id="xxTrustedFormToken_0" value="https://cert.trustedform.com/a6453e5af99b22910421a97bee30fe256098296a"><input type="hidden" name="trusted_form_cert_id" id="trusted_form_cert_id_0"
    value="https://cert.trustedform.com/a6453e5af99b22910421a97bee30fe256098296a"><input type="hidden" name="xxTrustedFormPingUrl" id="xxTrustedFormPingUrl_0"
    value="https://ping.trustedform.com/0.LrWrkC52hICwsMBh8U6ogxIGfxwzbUGj-R53-8MCFE2UsAJS5IOCshO2vN71toIdWgra7e8o.-trMdAZnVwaD_MJ8aud6_A.AE8LGc_IvJltb9mpsHff5Q">
</form>

Text Content

TOXIC WATER AT CAMP LEJEUNE EXPOSED FORMER RESIDENTS AND EMPLOYEES TO HARMFUL,
CANCER-CAUSING CHEMICALS

After Decades Of Silence, Former Foster Children Allege Abuse At Maclaren
Children's Center


GET YOUR NO-COST CLAIM REVIEW TODAY!

Did you live, work, or spent time at Camp Lejeune between August 1, 1953 and
December 31, 1987?
Select Yes No
Have been diagnosed with any of these medical conditions?
Select Adult leukemia Aplastic anemia Bladder cancer Breast cancer Esophageal
cancers Female infertility Kidney cancer Leukemia Liver cancer Miscarriage
Multiple myeloma Non-Hodgkin's lymphoma Parkinson's Disease Renal toxicity
Neurological Conditions Other (Please describe) No Injury
First name

Last name

Email address

Phone

Zip Code

Please include additional details

   By checking this box and clicking the "Agree and Submit" button below, I
represent that I am 18+ years of age and have read and agreed to the National
Injury Bureau Terms and Conditions and Privacy Policy; I consent to the transfer
of information that I provide on this site to third-party legal service
providers and non-legal service providers, third party partners and their
affiliates and service providers; I agree to be contacted by email & telephone,
which may include artificial or pre-recorded calls and/or SMS text messages,
delivered via automated technology, to the email and phone number that I have
provided. I agree to the terms below. By checking this box and clicking the
"Agree and Submit" button below, I represent that I am 18+ years of age and have
read and agreed to the National Injury Bureau Terms and Conditions and Privacy
Policy; I consent to the transfer of information that I provide on this site to
third-party legal service providers and non-legal service providers, third party
partners and their affiliates and service providers; I agree to be contacted by
email & telephone, which may include artificial or pre-recorded calls and/or SMS
text messages, delivered via automated technology, to the email and phone number
that I have provided.



WHAT IS MACLAREN HALL?

MacLaren Children's Center (MacLaren Hall) opened in the 1940s in Los Angeles,
California as a place for non-delinquent minors to be housed separate and apart
from those youths who were guilty of crimes.

Over almost 4 decades, MacLaren Hall housed tens of thousands of children who
were waiting for placement with foster families. Like all foster youths,
MacLaren Hall residents required significant attention, including specialized
medical care. For example, an estimated 60 to 85% of children in the foster care
system throughout the United States have significant mental health problems.

As time went on and the county juvenile criminal facility became overcrowded,
the county probation department - which ran MacLaren Hall - began placing more
and more youths at MacLaren Hall, without regard for criminal background or any
of the childrens' needs. At its peak, in the 1960s, MacLaren Hall housed more
than 4,000 children each year.

But in 2003, following scathing sexual abuse claims, the institution shut its
doors.

Find Out If You Have a Case



WHY DID MACLAREN HALL CLOSE?

As MacLaren Hall became more overcrowded and more foster childrens' needs went
unmet, the facility felt more and more like a prison.

Children often ran away in an attempt to escape the violence and overcrowding.
Former residents report over-medication, beatings, restraints, confinement to a
small punishment room, rape, and other forms of horrific sexual assaults and
abuse.

Rather than providing these foster children with a home, comfort, and care, the
institution was underfunded and understaffed, which ultimately led to an
extremely dangerous and traumatic environment. Former youth residents are
alleged to have dealt with improper care, abusive discipline, overmedication,
and poor living conditions, and sexual and physical abuse.

In 2002, the American Civil Liberties Union (ACLU) sued Los Angeles County for
failing to provide sufficient medical care for the foster children of MacLaren
Hall. In 2003, the institution shut its doors in disgrace after a former
resident and abuse victim filed a class action lawsuit seeking redress for the
horrific sexual and other abuses that took place there.



DID YOU OR SOMEBODY YOU KNOW LIVE IN MACLAREN HALL AND SUFFER SEXUAL ABUSE?

You don't have to suffer alone anymore. Our trained staff members are standing
by to help you determine whether you are eligible to file a claim.

Confidential Case Review

DON'T WAIT!

Our team of compassionate professionals is standing by to help.

We understand how traumatic this was for you. You may feel shame, anger,
sadness, guilt, or even fear. But you don't have to anymore.

We Believe You.
We Hear You.
We Are Here For You.




THIS IS NOT YOUR FAULT

It's time to hold those responsible accountable for their actions, for the
heinous sexual abuses that took place at what was supposed to be a haven for
foster youths who were on the right path.

Click here to sign up - it's free and you don't owe any money unless we get you
financial compensation.



DID YOU OR SOMEONE YOU KNEW SUFFER SEXUAL ABUSE OR SEXUAL ASSAULT WHILE RESIDING
AT MACLAREN HALL?

Did you experience any of the following:

 * Contact or touching of a sexual nature
 * Unsolicited or unwanted touching of genitals, buttocks, or private parts
 * Being forced against one's will to touch another in a sexual manner
 * Rape
 * Unsolicited or unwanted touching that involves physical harm or injury




DON'T WAIT!

Our team of compassionate professionals is standing by to help.

Fill out our qualification questionnaire to see if you qualify to file a claim
and get the justice you deserve.


Get Your Free Review

Copyright © 2022 CampLejeuneSupport.com- All Rights Reserved.

Terms of Service | Privacy Policy | CCPA Notice | Do Not Sell My Info |
Accessible View | Contact Us

PAID ATTORNEY ADVERTISEMENT: This Website is a group advertisement. It is not a
lawyer referral service. CampLejeuneSupport.com is owned and operated by
National Injury BureauTM and is not a law firm. We connect people to legal
service providers and there is no charge to be connected with an attorney. You
are under no obligation to retain any services of those connected through our
website. We try our best to keep things fair and balanced to help you make the
best choice for you. This information does not constitute legal or medical
advice and it should not be relied upon as such. Results are not guaranteed and
past performance is not an indication of future success. Always consult with
your doctor before modifying your medication or regular medical regimen.