broughton-il.bioidenticalhormonereplacementtherapy.info
Open in
urlscan Pro
172.67.137.198
Public Scan
URL:
https://broughton-il.bioidenticalhormonereplacementtherapy.info/
Submission: On November 09 via api from US — Scanned from IL
Submission: On November 09 via api from US — Scanned from IL
Form analysis
1 forms found in the DOM<form id="form" class="white-popup-block mfp-hide">
<div class="popup_box ">
<div class="popup_inner">
<style>
.header-mobile .nav-links {
display: none;
}
.header-mobile input[type=checkbox]:checked~.nav-links {
display: block !important;
}
/*.cf .cf-input:hover {
opacity: 0.7;
}
.cf .cf-input:focus {
opacity: 1;
outline: none;
border: 1px solid #ccc;
}*/
.cf .cf-button:hover {
background-color: transparent;
color: #0c75fb
}
.cf {
margin: 0 auto !important;
max-width: 400px;
background-color: rgba(255, 255, 255, .5);
border-radius: 25px;
padding: 25px;
}
/* .cf p {
margin: 0;
}
.cf .cf-title {
font-size: 27px;
margin: 0 0 15px;
color: #0c75fb;
font-weight: 700;
}
.cf .cf-input {
transition: .3s;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px 15px;
width: 100%;
margin-bottom: 15px;
box-sizing: border-box;
}*/
.cf .cf-button {
transition: .3s;
background-color: #0c75fb;
color: #fff;
padding: 10px 15px;
border: 1px solid #1261c4;
border-radius: 15px;
cursor: pointer;
}
.cf label {
margin-bottom: 25px;
position: relative;
display: block;
border-bottom: 1px solid #ddd;
width: 100%;
margin-top: 25px;
}
.cf input {
width: 100%;
box-sizing: border-box;
padding: 10px 15px;
border: none;
outline: none;
line-height: 16px;
margin: 0;
background-color: transparent;
}
.cf input::placeholder {
opacity: 0;
}
.cf span {
position: absolute;
top: 0;
left: 15px;
transform: translateY(10px);
font-size: 16px;
color: #000;
transition-duration: 300ms;
cursor: text;
}
.cf label:focus-within>span,
.cf input:not(:placeholder-shown)+span {
color: #000;
transform: translateY(-15px);
font-weight: 500;
}
</style>
<div id="cf-63" class="cf">
<h2 class="cf-title">Get Free Consultation</h2>
<label>
<input type="text" id="cf-name" class="cf-name" placeholder="
Your Name">
<span>Your Name</span>
</label>
<label>
<input type="email" id="cf-email" class="cf-email" placeholder="
Your Email">
<span>Your Email</span>
</label>
<label>
<input type="text" id="cf-phone" inputmode="decimal" class="cf-phone" placeholder="Your Phone">
<span>Your Phone</span>
</label>
<label>
<input type="number" id="cf-age" pattern="[0-9]*" inputmode="decimal" class="cf-age" maxlength="3" placeholder="Your Age">
<span>Your Age</span>
</label>
<!--<p>Your Name</p>
<input class="cf-input cf-name" type="text" placeholder="Your Name">
<p>Your Email</p>
<input class="cf-input cf-email" type="text" placeholder="Your Email">
<p>Your Phone</p>
<input class="cf-input cf-phone" type="text" placeholder="Your Phone">
<p>Your Age</p>
<input class="cf-input cf-age" maxlength="3" type="text" placeholder="Your Age">-->
<!--<textarea class="cf-input cf-message" placeholder="Your Message"></textarea>-->
<button onclick="if (!window.__cfRLUnblockHandlers) return false; cfSend($(this).parent().attr('id'));" class="cf-button" type="button">Send</button>
</div>
<script src="/import1/assets/jquery-3.4.1-dist/js/jquery-3.4.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$("#cf-63 .cf-email").blur(function() {
const validateEmail = (email) => {
return String(email).toLowerCase().match(/^(([^<>()[\]\.,;:\s@"]+(\.[^<>()[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
};
let cf_email = $("#cf-63 .cf-email").val();
if (!validateEmail(cf_email)) {
$("#cf-63 .cf-email").css("border-bottom", "1px solid red");
} else {
$("#cf-63 .cf-email").css("border-bottom", "unset");
}
});
$("#cf-63 .cf-phone").blur(function() {
const validatePhone = (phone) => {
phone = phone.replace(/[^0-9]/g, "");
if (phone.length >= 10 && phone[0] != "1") {
return true;
} else {
if (phone[0] == "1" && phone.length >= 11) {
return true;
} else {
return false;
}
}
/*return true;
return String(phone).toLowerCase().match(
/^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/
);*/
};
let cf_phone = $("#cf-63 .cf-phone").val();
if (!validatePhone(cf_phone)) {
$("#cf-63 .cf-phone").css("border-bottom", "1px solid red");
} else {
$("#cf-63 .cf-phone").css("border-bottom", "unset");
}
});
function cfSend(idForm) {
let cf_name = $("#" + idForm + " .cf-name").val();
let cf_phone = $("#" + idForm + " .cf-phone").val();
let cf_email = $("#" + idForm + " .cf-email").val();
let cf_age = $("#" + idForm + " .cf-age").val();
let cf_message = $("#" + idForm + " .cf-message").val();
const validateEmail = (email) => {
return String(email).toLowerCase().match(/^(([^<>()[\]\.,;:\s@"]+(\.[^<>()[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
};
const validatePhone = (phone) => {
phone = phone.replace(/[^0-9]/g, "");
if (phone.length >= 10 && phone[0] != "1") {
return true;
} else {
if (phone[0] == "1" && phone.length >= 11) {
return true;
} else {
return false;
}
}
};
if (!cf_name) {
$("#" + idForm + " .cf-name").css("border-bottom", "1px solid red");
}
if (!cf_phone) {
$("#" + idForm + " .cf-phone").css("border-bottom", "1px solid red");
}
if (!cf_email) {
$("#" + idForm + " .cf-email").css("border-bottom", "1px solid red");
}
if (!cf_age) {
$("#" + idForm + " .cf-age").css("border-bottom", "1px solid red");
}
if (!cf_message) {
$("#" + idForm + " .cf-message").css("border-bottom", "1px solid red");
}
if (!validateEmail(cf_email)) {
$("#" + idForm + " .cf-email").css("border-bottom", "1px solid red");
}
if (!validatePhone(cf_phone)) {
$("#" + idForm + " .cf-phone").css("border-bottom", "1px solid red");
}
if (!cf_name || !validatePhone(cf_phone) || !cf_email || !cf_age || !validateEmail(cf_email)) {
$("html, body").animate({
scrollTop: $("#" + idForm).offset().top
}, 2000);
} else {
$.post("/", {
cf_name: cf_name,
cf_phone: cf_phone,
cf_email: cf_email,
cf_age: cf_age,
cf_message: cf_message
}).done(function() {
$("#" + idForm).html(" <h2>Thank you\n" + " </h2> \n" + " <p>\n" +
" We received your initial inquiry. In keeping with our Privacy Policy, your information will be held in the strictest confidence. No one will ever see this information except our local doctors and their assistants.\n" +
" </p>");
}).fail(function() {
alert("error");
});
}
}
</script>
</div>
</div>
</form>
Text Content
* info@bioidenticalhormonereplacementtherapy.info Hormone therapy * Our Services * HGH clinic * Bio identical Hormone treatment * Hormone replacement therapy * Menopause treatment * Testosterone replacement therapy * Peptide therapy * Contact us Get Free Consultation MENU * Our Services + * HGH clinic * Bio identical Hormone treatment * Hormone replacement therapy * Menopause treatment * Testosterone replacement therapy * Peptide therapy * Contact us + TRT CLINIC BROUGHTON, IL - RENEW CLINIC TABLE OF CONTENTS * Signs and Symptoms of Low Testosterone (Hypogonadism) * Who We Are - Renew Clinic * Hormone Balance and Testosterone Basics * Diagnosing Low Testosterone * Benefits of Testosterone Replacement Therapy (TRT) * Renew Clinic Specialized Treatment Plans * Lifestyle Optimization Is Also Vital * Treatment Safety and Legality * Starting TRT Therapy with Renew Clinic * Frequently Asked Questions * Conclusion SIGNS AND SYMPTOMS OF LOW TESTOSTERONE (HYPOGONADISM) Low testosterone, also known as hypogonadism or "low T", is a condition where the body does not produce enough of the vital male hormone testosterone. This progressive condition becomes more common as men age, and it warrants a diagnosis when symptoms begin to negatively impact one's quality of life. Common signs and symptoms of low testosterone include: * Decreased sex drive/libido - One of the hallmark indications of low T. Men may experience a pronounced lack of interest in sex or have difficulty getting or sustaining erections. * Erectile dysfunction - Trouble developing or maintaining an erection can stem from hormonal imbalance or physical circulation issues - both of which relate to low testosterone. * Reduced muscle mass - With deficient levels of testosterone, men gradually lose muscle tone and lean body mass which gets replaced by fat. This gives a soft, flabby appearance. * Increased body fat - Particularly around the stomach and chest. Loss of muscle and increase of stubborn belly fat results in a practice called "middle-age spread". * Hair loss - While genetics dictates hair loss to some degree, men with low testosterone tend to experience thinning and baldness at much faster rates, especially in unusual areas like the body. * Reduced bone density (osteoporosis) - Testosterone plays a major part in bone mineralization. Inadequate levels lead to a decrease in bone strength and increased frailty/fracture risk. * Emotional changes - Deficiency related to low T manifests as increased irritability, lack of focus, and even depression-like symptoms. There is a close correlation between testosterone and mental health. * Sleep disturbances - Low T has been associated with insomnia and less restful sleep, resulting in persistent tiredness and fatigue. * Reduced testicle size - Since testicles are responsible for producing testosterone, atrophy presents itself when they receive signals to curb production. If multiple low testosterone symptoms are present, a qualified physician can diagnose the condition through analysis of bloodwork, medical examinations determining the root cause, and open conversations about lifestyle factors at play. WHO WE ARE - RENEW CLINIC At Renew Clinic in Broughton, IL, we specialize in testosterone replacement therapy to help men who are dealing with clinically low levels regain their vitality, confidence, and quality of life. With our innovative treatments: * Rekindle your libido and sexual prowess * Rebuild lean muscle mass * Shed excess and stubborn body fat * Regain motivation, focus, and mental drive * Recharge your energy levels and stamina * Reverse indications of aging and age healthier * Take charge and reclaim your masculinity We opened our Broughton men's health and wellness clinic because we became distressed by seeing countless men struggle with symptoms of low testosterone. They exhibited life-impairing physical and mental decline that significantly diminished their joy and self-assurance. Our founder and head physician Dr. Michael Johnson is a board-certified medical expert and innovative leader in the safe, responsible treatment of age and lifestyle-related hormone imbalance. Having treated thousands of patients, his protocols utilize cutting-edge therapies, proven treatment modalities, and holistic care for men's comprehensive revitalization. At Renew Clinic, we also specialize in promoting regenerative wellness through optimized nutrition, smart supplementation, stress reduction, and strategic exercise. A balanced mind and body connection builds the foundation to thrive. We accept most major insurance plans and private pay. Schedule a comprehensive evaluation if you exhibit multiple symptoms of low testosterone - our proven protocols can help you reclaim your health. Contact us to learn more and get back to living life fully! Now, let's explore key topics around low testosterone therapy (TRT) and how it can radically improve health and well-being: OUR SERVICES HGH CLINIC Learn More BIO IDENTICAL HORMONE TREATMENT Learn More HORMONE REPLACEMENT THERAPY Learn More MENOPAUSE TREATMENT Learn More TESTOSTERONE REPLACEMENT THERAPY Learn More PEPTIDE THERAPY Learn More RECLAIM YOUR VITALITY. CONTACT RENEW CLINIC TODAY. Get Free Consultation HORMONE BALANCE AND TESTOSTERONE BASICS Testosterone is an androgenic hormone produced mainly in the testicles and the adrenal glands. It plays a vital role in the development and maintenance of male physical and mental attributes. Healthy levels contribute to: * Sex drive/libido * Erections * Muscle growth * Bone density * Fat metabolism * Motivation and cognition * Energy and stamina Testosterone peaks during adolescence and early adulthood, after which it gradually declines with age. This natural depletion gets accelerated by compounding lifestyle factors. When levels dip below optimal ranges, men experience "low T" symptoms that can be physically and emotionally draining. If caught early, hormone therapy can halt and reverse this decline to restore one's vitality. At Renew Clinic, we identify root causes and develop customized treatment plans to bring testosterone back to healthy levels so you can thrive. Here are two examples of patients we have helped overcome the effects of low testosterone: > "I had practically given up on sex with my rapidly declining desire and > ability to perform. TRT gave me back the active libido of my youth. My wife is > thrilled that I constantly pursue intimacy again!" - John D., 52 > > > > "Mentally I just felt void of motivation at work and passion in life. TRT > cleared away the fog and energized me with renewed determination and drive to > succeed." - Marcus L., 47 DIAGNOSING LOW TESTOSTERONE If struggling with potential symptoms of low T, getting tested is critical for understanding your hormonal health. Our clinic assesses total testosterone along with free testosterone - the most biologically active portion that stimulates cell receptors to facilitate bodily processes. Bloodwork testing provides objective data, though also important are medical examinations noting symptom severity and discussions around lifestyle factors. We determine suboptimal levels based on both lab work and clinical presentation. Treatment gets advised when diminished levels cause health problems and reduce one's vitality. Setting accurate baseline requires multiple readings to account for natural fluctuations throughout day and periods of life stress. Longitudinal data allows us to interpret results appropriately against your age group and health history. If total or free testosterone blood serum readings come back below optimal ranges, we help develop customized treatment plans involving hormone therapy and lifestyle enhancement. > "Getting testing done gave me real indicators and targets to improve. I had no > idea my testosterone was so low!" - Jacob M., 63 We establish trusted doctor-patient relationships grounded in science-based understanding. Schedule a comprehensive hormone evaluation if struggling with hypogonadism symptoms. BENEFITS OF TESTOSTERONE REPLACEMENT THERAPY (TRT) Once diagnosed with low testosterone warranting treatment, TRT proves extremely effective at alleviating symptoms and restoring one's vigor. Benefits of sustaining healthy testosterone levels include: PHYSICAL - Increased muscle mass and strength - Decreased body fat (especially around midsection) - Greater energy and stamina - Improved athletic performance potential - Stronger bones protecting against osteoporosis - Heightened libido and sexual function - Better sleep quality and recovery - More youthful physical appearance MENTAL - Elevated mood and motivation - Increased ability to focus/concentrate - Decreased negative stress - Greater confidence and assertiveness - Sharper memory and information processing Research has uncovered expansive therapeutic properties of testosterone for men's health. When clinically indicated over a number of years, TRT serves as a safe, effective means to halt and reverse deficiency-related decline. > "I was amazed that correcting my hormones could make me look AND feel years > younger!" - David R., 58 However, treatment protocols should be carefully planned and monitored under medical supervision due to potential health risks if mismanaged. REGAIN YOUR VITALITY WITH TESTOSTERONE THERAPY. Get Free Consultation RENEW CLINIC SPECIALIZED TREATMENT PLANS Every man experiences hormonal decline differently based on lifestyle, genetics, and health circumstances. At Renew Clinic, we personalize care plans tailored to your unique situation and goals through our innovative Total T Optimization System. This methodology assesses all facets including: * Blood levels * Symptom questionnaires * Physician examinations * Ongoing progress tracking Then we configure treatment modalities - often combined - to return levels to optimal zones: TESTOSTERONE REPLACEMENT - Injections (various esters) - Transdermal gels - Buccal strips - Pellet implants SUPPORT THERAPIES - Human chorionic gonadotropin (hCG) - Aromatase inhibitors - DHEA - Growth hormone secretagogues Dosages get incrementally adjusted based on regular retesting and open reporting of treatment reactions. We remain flexible to determine what works best for you. > "I never imagined getting my mojo back through something as simple as a weekly > shot. It's like I'm in my 20's again after starting TRT at Renew Clinic!" - > Michael K., 43 If struggling with symptoms of hormone imbalance, contact us to explore science-backed solutions for feeling your best. Our expertise can inform you of options to radically improve your health, confidence, and inner vitality. LIFESTYLE OPTIMIZATION IS ALSO VITAL While we focus extensively on cutting-edge hormone-modifying therapies, living an active lifestyle greatly augments treatment. We counsel patients on additional areas to amplify vitality: * Exercise - Both strength training to build lean muscle and cardio for healthy blood flow and weight management. * Nutrition - Emphasizing high protein, nutritious whole foods for energy and body composition. * Sleep - Developing good sleep hygiene habits to allow for rejuvenating rest. * Stress Management - Reducing anxiety triggers to support a positive mindset and hormone balance. Implementing lifestyle initiatives during therapy speeds progress and helps sustain benefits long-term. We offer guidance to make positive regimen changes. TREATMENT SAFETY AND LEGALITY Testosterone is a highly regulated, controlled substance for valid reasons - both legal and health-related. While tremendously beneficial when properly implemented under medical guidance, inappropriate use carries risks. Self-administering black market testosterone or obtaining it from unlicensed sources can cause major health issues later in life, including heart disease and organ damage when the body gets oversaturated. All our testosterone replacement therapy plans involve prescriptions dispensed through fully legal channels from our onsite, regulated pharmacy. As your licensed medical provider, Renew Clinic founder Dr. Michael Johnson carefully monitors progress and appropriate testosterone use through: * Managing dosage based on regular bloodwork and symptom reporting * Screening for potential enlarged prostate (BPH) or prostate cancer risk before initiating therapy * Tracking indicator labs like cholesterol profiles and hematocrit levels * Ordering diagnostic scans to assess heart, liver, kidney, etc. function We also help navigate legal processes around testosterone possession and travel considerations. Testosterone therapy is STRICTLY prohibited in competitive sports/bodybuilding, and we do not treat patients seeking unfair performance enhancement. Responsible medical care enables healthy outcomes - we are fully committed to upholding ethical principles and your well-being. STARTING TRT THERAPY WITH RENEW CLINIC If struggling with low testosterone symptoms, we offer comprehensive care plans to restore optimal levels and maximize your health. Here is an overview of initiating treatment: Initial Consultation and Diagnosis * Thorough review of health history and low T symptoms * Physical examination assessing indications * Discuss lifestyle context, goals, and expectations * Conduct bloodwork panel checking hormone levels * Make clinical determination around treatment TRT Administration and Ongoing Care * Prescribe bioidentical testosterone medication * Teach proper injection techniques if necessary * Track progress through follow-up conversations * Order blood labs to gauge hormonal response * Make dosage adjustments accordingly * Support overall vitality with lifestyle guidance We develop trusted partnerships with patients to help them reclaim health and an empowered sense of well-being. If you see yourself - or a loved one - experiencing the draining indications of low testosterone, we have solutions. Contact Renew Clinic to schedule a consultation with our men's health experts - the first step in restoring your vitality. Disclaimer: This article is for general educational purposes only. It does not constitute medical advice nor establish a patient-physician relationship. Do not attempt TRT without the direction of a licensed healthcare provider. FREQUENTLY ASKED QUESTIONS Q: What causes low testosterone? A: Testosterone production naturally wanes with age, but can hasten from obesity, injury, infection, stress, poor sleep, alcohol overuse, opiate pain killers, anabolic steroid abuse, or other endocrine disorders. Genetic conditions like Klinefelter's syndrome innately limit testosterone. Chronic illness also depletes levels. Q: What are normal testosterone levels? A: Levels vary greatly with age and individual. Around 500 nanograms/deciliter gets viewed as a healthy number for adult males, with optimal zones ranging between 500-900 ng/dL depending on age brackets and reference lab sites. Values differ across men. Q: Is testosterone therapy safe? A: Clinical evidence supports TRT safety over the long-term when properly administered and monitored under medical supervision. However, inappropriate use does pose health risks - hence tight regulations around prescription control, drug scheduling policies, and banned use in sports. Q: How much does TRT cost? A: Testosterone treatment proves quite affordable, especially relative to benefits conferred for vitality and wellness. Many insurance plans cover therapy costs. For uninsured patients, monthly expenses generally run $150-300 depending on personalized care plans. Price includes medication, lab tests, and physician consult fees. Q: Can TRT help erectile dysfunction? A: Yes! Boosting testosterone often proves extremely effective at enhancing male sexual desire and performance. However, some men develop ED hardwired to other physical causes - like diabetes and cardiovascular issues - which hormone therapy alone cannot resolve. Still, balanced testosterone augments function. Q: Are testosterone boosters as effective as TRT? A: While popular "T-boosting" supplements claim potency, most lack evidence substantiating effects. Unlike OTC pills of inconsistent quality, TRT utilizes strictly controlled, prescription bioidentical hormones scientifically proven to elevate levels. No substitute achieves comparable efficacy when clinically deficient. CONCLUSION We hope this guide illuminated key aspects of low testosterone and demonstrated why optimizing levels through testosterone replacement therapy can profoundly enhance men's health. Renew Clinic offers trusted, dignified medical care to help men overcome hormone imbalance and reclaim their vitality. If you see yourself - or someone you care about - experiencing the life-draining symptoms of declining testosterone, we can help support positive change. Contact us if you have any other questions about our men's regenerative services. We support your journey towards renewed energy and whole self-actualization! OTHER LOCATIONS * Jackson * Bryan * Arigona * Gloucester * Gallipolis * Jacksonville Fl * bogart * Tulsa County * Geneva * Windsor Hormone therapy LINKS * Our Locations * Our Glossary * Our Services * HGH clinic * Bio identical Hormone treatment * Hormone replacement therapy * Menopause treatment * Testosterone replacement therapy * Peptide therapy * Privacy policy * Terms of Service * Contact us CONTACTS info@bioidenticalhormonereplacementtherapy.info Copyright © Renew Clinic 2024 - All rights reserved GET FREE CONSULTATION Your Name Your Email Your Phone Your Age Send Get Free Consultation