kirkland-wa.testosteronepropionate.org
Open in
urlscan Pro
172.67.193.17
Public Scan
URL:
https://kirkland-wa.testosteronepropionate.org/
Submission: On November 02 via api from US — Scanned from DE
Submission: On November 02 via api from US — Scanned from DE
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-64" 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-64 .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-64 .cf-email").val();
if (!validateEmail(cf_email)) {
$("#cf-64 .cf-email").css("border-bottom", "1px solid red");
} else {
$("#cf-64 .cf-email").css("border-bottom", "unset");
}
});
$("#cf-64 .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-64 .cf-phone").val();
if (!validatePhone(cf_phone)) {
$("#cf-64 .cf-phone").css("border-bottom", "1px solid red");
} else {
$("#cf-64 .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@testosteronepropionate.org Hormone center * Contact us * Our Services * Peptide therapy * Bio identical Hormone therapy * TRT clinic * Hormone therapy * HGH therapy * Semaglutide Get Free Consultation MENU * Contact us + * Our Services + * Peptide therapy * Bio identical Hormone therapy * TRT clinic * Hormone therapy * HGH therapy * Semaglutide SEMAGLUTIDE INJECTIONS KIRKLAND, WA - REBALANCE CLINIC TABLE OF CONTENTS * Overview of Semaglutide * What is Semaglutide? * Semaglutide Approval and Uses * How Semaglutide Works * Benefits of Semaglutide Injections * Treatment Protocol at Rebalance Clinic * Side Effects and Risk Mitigation * Lifestyle Recommendations * Specialist Care Matters * Conclusion OVERVIEW OF SEMAGLUTIDE Semaglutide is an injectable medication used to treat type 2 diabetes and obesity. It helps lower blood sugar levels and reduce appetite by mimicking the incretin hormone GLP-1. Semaglutide injections have been gaining popularity for their weight loss benefits. At the Rebalance Clinic in Kirkland, Washington, we provide semaglutide injections and closely monitor patients to ensure safe and optimal treatment. In this guide, we will cover key topics about semaglutide therapy. WHAT IS SEMAGLUTIDE? Semaglutide is a glucagon-like peptide-1 (GLP-1) analog manufactured by Novo Nordisk. As an incretin mimetic, it mimics the effects of GLP-1 hormones naturally produced in the gut to stimulate insulin production after meals. Specifically, semaglutide: * Increases insulin secretion from pancreatic beta cells * Reduces glucagon secretion * Slows gastric emptying * Decreases appetite This leads to better blood sugar control and weight loss. The injectable semaglutide comes in a pre-filled pen that patients administer themselves weekly. Two brand name versions are available: * Ozempic® - for type 2 diabetes (0.25 mg or 0.5 mg dose) * Wegovy® - for chronic weight management (higher doses up to 2.4 mg) OUR SERVICES PEPTIDE THERAPY Learn More BIO IDENTICAL HORMONE THERAPY Learn More TRT CLINIC Learn More HORMONE THERAPY Learn More HGH THERAPY Learn More SEMAGLUTIDE Learn More ASK ABOUT SEMAGLUTIDE FOR DIABETES AND WEIGHT LOSS. Get Free Consultation SEMAGLUTIDE APPROVAL AND USES Semaglutide injection was first approved by the FDA in 2017 under the brand name Ozempic for: * Treatment of type 2 diabetes as an adjunct to diet and exercise In 2021, a higher dose semaglutide injection called Wegovy gained approval specifically for: * Chronic weight management for adults with obesity or overweight with comorbidities. This makes semaglutide the first GLP-1 drug approved for obesity treatment. At Rebalance Clinic, we provide semaglutide injections to patients with: * Type 2 diabetes seeking better blood sugar control * Overweight/obese patients wanting to lose weight HOW SEMAGLUTIDE WORKS Semaglutide helps regulate blood sugar and body weight through several mechanisms of action: 1. Increases insulin secretion * Stimulates pancreatic beta cells * Leads to lower blood glucose 2. Decreases glucagon levels * Suppresses glucagon secretion * Glucagon raises blood sugar 3. Slows gastric emptying * Food stays longer in stomach * Keeps you feeling fuller longer 4. Reduces calorie intake * Curbs appetite signals in brain * Promotes weight loss In short, semaglutide improves glycemic control and reduces appetite, enabling better diabetes management and easier weight loss with lower caloric intake. BENEFITS OF SEMAGLUTIDE INJECTIONS Numerous clinical studies have demonstrated significant benefits of semaglutide therapy for diabetes and weight loss: WEIGHT LOSS In the SUSTAIN trial for obesity, semaglutide 2.4 mg injections led to: * Average 14.9% body weight reduction * Over 1/3rd achieved ≥20% weight loss Trial Semaglutide Dose Average Weight Loss SUSTAIN 2.4 mg weekly 14.9% With calorie-controlled diet and increased physical activity, results may be even better. HBA1C REDUCTION In diabetes trials, semaglutide led to: * 0.5 mg dose - 1.5% HbA1c reduction * 1.0 mg dose - 1.8% HbA1c reduction Helping achieve ADA HbA1c target <7%. CARDIOVASCULAR BENEFITS The seminal SUSTAIN-6 trial found once-weekly semaglutide significantly: * 26% ↓ risk of cardiovascular death, non-fatal myocardial infarction or non-fatal stroke * Safe CVD profile among adults with type 2 diabetes Confirming cardiovascular safety necessary for long-term use. ASK ABOUT SEMAGLUTIDE FOR DIABETES AND WEIGHT LOSS. Get Free Consultation TREATMENT PROTOCOL AT REBALANCE CLINIC Our clinic specializes in weight loss medications like semaglutide. Below is an overview of our typical treatment process: 1. MEDICAL EVALUATION We first perform lab testing and medical history evaluation to determine if you are a good candidate for semaglutide therapy. Key factors assessed: * BMI ≥30 or BMI ≥27 with weight-related disease * Fasting blood glucose / HbA1c * Thyroid, kidney, and liver function * Medications for diabetes/hypertension * History of pancreatitis, thyroid cancer, etc. 2. SEMAGLUTIDE INJECTIONS Starting injections: We prescribe semaglutide pens and instruct proper self-administration technique: - Inject solution subcutaneously in abdomen - Rotate sites weekly - Use auto-injector pen for easy injection Ramp-up schedule: Gradually increase dose for better gastrointestinal tolerance: Week 1-4 5-12 13 Dose 0.25mg 0.5mg 1-2.4mg* *Higher maintenance doses customized based on response 3. MONITORING AND FOLLOW-UPS We monitor your response and adjust dosage to optimize results while minimizing side effects: * Monthly office visits * Body weight, BMI, vitals tracked * Blood work to ensure safety * Dose titration as needed This close medical supervision leads to better adherence and outcomes. SIDE EFFECTS AND RISK MITIGATION Like any medication, semaglutide carries risks of possible side effects. We take steps to ensure your safety: COMMON SIDE EFFECTS Gastrointestinal problems most frequently occur: * Nausea * Vomiting * Diarrhea * Abdominal pain * Decreased appetite These are generally mild/moderate and subside over time as the body adjusts. Uncommonly, semaglutide may also cause: * Headache * Fatigue * Dizziness * Constipation We provide tips to alleviate symptoms. Changing injection timing or using antacids/antidiarrheals can help. RARE BUT SERIOUS RISKS In clinical trials, semaglutide caused few but very concerning side effects: * Thyroid tumors - Possible risk but unproven * Pancreatitis - Very low risk (if no history of pancreatitis) * Diabetic retinopathy - Monitor vision closely We screen for factors that increase these risks before prescribing. CONTRAINDICATIONS Semaglutide should not be used in patients with: * Personal/family history of medullary thyroid carcinoma or Multiple Endocrine Neoplasia syndrome type 2 * Pancreatitis * Severe gastrointestinal disease LIFESTYLE RECOMMENDATIONS For optimal diabetes and weight control with semaglutide, we advise patients on needed lifestyle changes: 1. NUTRITION - Emphasize high protein - Small frequent meals - Low glycemic index foods - Limit carbs and fat - Stay hydrated 2. PHYSICAL ACTIVITY - 150-300 minutes per week - Focus on both aerobic & strength training 3. BEHAVIOR MODIFICATION - Self-monitoring - weight, food logs - Stress management - Cognitive behavioral therapy - Join support groups Comprehensive lifestyle management amplifies medication results. Our specialists help craft customized plans. SPECIALIST CARE MATTERS Semaglutide assists in blood sugar reduction and weight loss, but requires close medical supervision to monitor therapeutic response and mitigate side effects. As an experienced hormone therapy clinic, Rebalance Clinic provides: * Endocrinology specialists * Certified weight loss providers * Registered dietitians * Comprehensive treatment plans * Ongoing care with monthly visits * State-of-the-art follow-ups We partner with you on your health journey to help you live better and healthier lives through semaglutide treatment. CONCLUSION In summary, once-weekly semaglutide injections provide a valuable new treatment option for adults struggling with obesity or type 2 diabetes. Our extensive experience with semaglutide therapy allows the Rebalance Clinic to deliver exceptional individualized care. We aim to optimize treatment benefits while minimizing risks. To determine if semaglutide is right for you and your health goals, schedule a consultation with our specialists. We are dedicated to providing the tools and support needed to help you successfully manage weight and diabetes. OTHER LOCATIONS * Germantown * Agawam * Niles * Silver City * Bensalem * Villa Rica * Bend * Princeton * greeneville * Holland Hormone center LINKS * Contact us * Our Glossary * Our Services * Peptide therapy * Bio identical Hormone therapy * TRT clinic * Hormone therapy * HGH therapy * Semaglutide * Terms of Service * Privacy policy * Our Locations CONTACTS info@testosteronepropionate.org Copyright © Rebalance Clinic 2024 - All rights reserved GET FREE CONSULTATION Your Name Your Email Your Phone Your Age Send Get Free Consultation