allentown-pa.testosteronepatch.org
Open in
urlscan Pro
2606:4700:3037::ac43:cb92
Public Scan
URL:
https://allentown-pa.testosteronepatch.org/
Submission: On March 22 via api from US — Scanned from US
Submission: On March 22 via api from US — Scanned from US
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-77" 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>
<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-77 .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-77 .cf-email").val();
if (!validateEmail(cf_email)) {
$("#cf-77 .cf-email").css("border-bottom", "1px solid red");
} else {
$("#cf-77 .cf-email").css("border-bottom", "unset");
}
});
$("#cf-77 .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-77 .cf-phone").val();
if (!validatePhone(cf_phone)) {
$("#cf-77 .cf-phone").css("border-bottom", "1px solid red");
} else {
$("#cf-77 .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@testosteronepatch.org Hormone therapy * Our Blog * Our Services * Anti aging treatments * Men's health optimisation * Wellness clinic * TRT clinic * Weight loss clinics * Contact us Get Free Consultation MENU * Our Blog * Our Services + * Anti aging treatments * Men's health optimisation * Wellness clinic * TRT clinic * Weight loss clinics * Contact us + SEMAGLUTIDE WEIGHT LOSS CLINIC ALLENTOWN, PA - OPTIMAL HORMONE HEALTH CLINIC TABLE OF CONTENTS * Overview of Weight Loss and Obesity * Semaglutide for Weight Loss * Key Benefits of Semaglutide * Who is a Candidate for Semaglutide? * Beginning Semaglutide Treatment * Living a Healthier Lifestyle * Additional Weight Loss Options * Why Choose Optimal Hormone Health Clinic for Weight Loss? * Frequently Asked Questions * Conclusion OVERVIEW OF WEIGHT LOSS AND OBESITY Obesity has reached epidemic levels in the United States, with over 40% of adults considered obese. Obesity increases the risk for many other chronic conditions like type 2 diabetes, heart disease, and certain types of cancer. Weight loss can dramatically improve these obesity-related health conditions. Even a 5-10% reduction in body weight can positively impact blood sugar, blood pressure, and cholesterol levels. However, losing weight and keeping it off is challenging for most people. Lifestyle changes like diet and exercise are important but often not enough. This is why medical solutions for weight management are becoming more popular. SEMAGLUTIDE FOR WEIGHT LOSS Semaglutide is an injectable prescription medication recently approved specifically for chronic weight management. It mimics a hormone called GLP-1 that targets areas of the brain that regulate appetite and food intake. Semaglutide works by: * Suppressing appetite so you feel fuller faster and longer * Slowing digestion so you feel physically full * Reducing cravings for unhealthy foods Patients receiving semaglutide lose 5-15% more weight compared to diet and exercise alone. It is an exciting new advancement for long-term weight loss success. OUR SERVICES ANTI AGING TREATMENTS Learn More MEN'S HEALTH OPTIMISATION Learn More WELLNESS CLINIC Learn More TRT CLINIC Learn More WEIGHT LOSS CLINICS Learn More TAKE THE FIRST STEP TO A HEALTHIER YOU! Get Free Consultation KEY BENEFITS OF SEMAGLUTIDE There are many benefits to using semaglutide for weight loss: * Clinically proven significant weight loss * Improvement in weight-related health issues * Better adherence to lifestyle changes * Convenience of weekly injection * Covered by most insurance plans * Safe for long-term use under medical supervision WHO IS A CANDIDATE FOR SEMAGLUTIDE? Semaglutide is appropriate for patients that meet the following criteria: * BMI over 30 (or 27 with weight-related condition) * Failed previous weight loss attempts * Committed to healthier lifestyle changes * No history of medullary thyroid carcinoma * No severe gastrointestinal disease Ideal candidates have struggled with moderate to severe obesity, have weight-related illnesses, and are motivated to make long-lasting improvements to their health. BEGINNING SEMAGLUTIDE TREATMENT The process for starting semaglutide is straightforward: * Initial consultation to review health history * Physical exam and lab testing * Check for medication interactions * Injection training session * Weekly follow-up appointments The typical starting dose is 0.25 mg injected under the skin of the thigh, upper arm, or abdomen. The dose increases gradually over 5-8 weeks based on patient response and tolerance. Most patients reach a 1 mg or 2 mg maintenance dose. TAKE THE FIRST STEP TOWARDS A HEALTHIER YOU! Get Free Consultation LIVING A HEALTHIER LIFESTYLE While semaglutide promotes weight loss, optimal results require certain lifestyle changes including: * Following an overall healthy diet - high protein, low glycemic index * Increasing physical activity to 30-45 min most days * Establishing consistent sleep habits * Managing stress through mindfulness, meditation, therapy * Avoiding alcohol consumption Patients meet regularly with our clinical team to review progress, provide accountability, adjust medication if needed, and support a healthier lifestyle. ADDITIONAL WEIGHT LOSS OPTIONS Beyond pharmaceutical treatments, we also offer: NUTRITIONAL COUNSELING Our registered dietitians provide customized eating plans, grocery shopping guidance, meal planning, and nutrition education. EXERCISE PHYSIOLOGY Our exercise specialists design personalized fitness programs to match each patient's capabilities and fitness goals. EMOTIONAL HEALTH SUPPORT Our behavioral counselors help patients overcome roadblocks to weight loss through counseling, support groups, cognitive behavioral therapy and more. MEDICALLY-SUPERVISED FASTING Short-term fasting under medical monitoring can jumpstart weight loss while minimizing risks. With a comprehensive approach, we identify the root causes of weight gain for each patient and provide tailored solutions for sustainable success. WHY CHOOSE OPTIMAL HORMONE HEALTH CLINIC FOR WEIGHT LOSS? Optimal Hormone Health Clinic features state-of-the-art facilities, advanced medical technology, and a team of the region's top weight loss experts. Our staff includes board-certified physicians, nurses, dietitians, exercise specialists, and mental health counselors - all devoted to delivering life-changing weight loss care. We pride ourselves on providing: * Cutting-edge non-surgical weight loss treatments * Personalized care plans for long-term results * Comfortable, private, and welcoming environment * Extended weekday, evening & weekend hours * Acceptance of most major insurance plans Don't struggle with obesity and weight-related illnesses any longer. The medical professionals at Optimal Hormone Health Clinic have the experience, technology, and passion to help you finally reach your weight loss goals! FREQUENTLY ASKED QUESTIONS Q: Is semaglutide safe? A: Yes, semaglutide has an excellent safety profile based on extensive clinical trials and over 2 years of use. The most common side effects are temporary GI issues like nausea, vomiting, and diarrhea. Q: How much weight will I lose on semaglutide? A: Most patients lose between 5-15% of their body weight over 6-12 months. However, results vary based on the individual, their level of obesity, and ability to make lifestyle changes. Q: Can I get refills of semaglutide? A: Yes, semaglutide is appropriate for long-term use under medical supervision. As long as you are benefitting from treatment and tolerate side effects, refills can be provided. Q: Is there financing available? A: We work with outside financing companies to provide multiple payment options, including flexible spending account (FSA) and health savings account (HSA) plans. Our staff can explain costs and help enroll you in a plan that fits your budgetary needs. CONCLUSION With obesity rates continuing to climb, having access to proven medical solutions for sustainable weight loss is vital. Semaglutide is an exciting new advancement that, when combined with lifestyle changes, can enable significant improvements in health and quality of life. Contact Optimal Hormone Health Clinic today to learn more and take control over your weight loss journey. RELATED BLOG POSTS View all blog posts GET FREE CONSULTATION Your Name Your Email Your Phone Your Age Send CITIES NEAR ALLENTOWN * Allentown * Edison * Vineland * Wayne * Nutley * Jersey City Hormone therapy LINKS * Terms of Service * Privacy policy * Our Glossary * Our Blog * Our Locations * Our Services * Anti aging treatments * Men's health optimisation * Wellness clinic * TRT clinic * Weight loss clinics * Contact us Copyright © Optimal Hormone Health Clinic 2024 - All rights reserved GET FREE CONSULTATION Your Name Your Email Your Phone Your Age Send Get Free Consultation