The Hijacker: Busting the Myths of Addiction [Video]

0
724

var bptVideoPlayer = document.getElementById(“bptVideoPlayer”);
if (bptVideoPlayer) {
var cssText = “width: 100%;”;
cssText += ” background: url(‘” + bptVideoPlayer.getAttribute(“poster”) + “‘);”;
cssText += ” -webkit-background-size: cover;”;
cssText += ” -moz-background-size: cover;”;
cssText += ” -o-background-size: cover;”;
cssText += ” background-size: cover;”;
bptVideoPlayer.style.cssText = cssText;
bptVideoPlayer.setAttribute(“poster”, “//www.brandpointcontent.com/printsite/images/spacer.gif”);
var bptVideoPlayerContainer = document.getElementById(“bptVideoPlayerContainer”);
if (bptVideoPlayerContainer) {
setTimeout(function () {
bptVideoPlayerContainer.style.cssText = “display: block; position: relative; margin-bottom: 10px;”;
var isIE = navigator.userAgent.match(/ MSIE(([0 – 9] +)(.[0 – 9] +) ?) /);
var isEdge = navigator.userAgent.indexOf(“Edge”) > -1 || navigator.userAgent.indexOf(“Trident”) > -1;
if (isIE || isEdge) {
fixVideoPoster();
}
}, 1000);
}
var bptVideoPlayButton = document.getElementById(“bptVideoPlayButton”);
if (bptVideoPlayButton) {
bptVideoPlayButton.addEventListener(“click”, function () {
bptVideoPlayer.play();
}, false);
bptVideoPlayer.addEventListener(“play”, function () {
bptVideoPlayButton.style.cssText = “display: none;”;
}, false);
}
var mainImage = document.getElementById(“mainImageImgContainer_sm”);
if (mainImage) {
mainImage.style.cssText = “display: none;”;
}
var mainImage = document.getElementById(“photo-noresize”);
if (mainImage) {
mainImage.style.cssText = “display: none;”;
}
var assetGallery = document.getElementsByClassName(“asset_gallery”)[0];
if (assetGallery) {
assetGallery.style.cssText = “display: none;”;
}
var assetGallery = document.getElementsByClassName(“trb_article_leadart”)[0];
if (assetGallery) {
assetGallery.style.cssText = “display: none;”;
}
var assetGallery = document.querySelectorAll(“[src=’https://d372qxeqh8y72i.cloudfront.net/1034640443_web.jpg’]”)[0]; if (assetGallery) {
assetGallery.style.cssText = “display: none;”;
}
}
function fixVideoPoster() {
var videoPlayer = document.getElementById(“bptVideoPlayer”);
var videoPoster = document.getElementById(“bptVideoPoster”);
fixVideoPosterPosition(videoPlayer, videoPoster, true);
window.onresize = function() {
fixVideoPosterPosition(videoPlayer, videoPoster);
};
videoPoster.onclick = function() {
videoPlayer.play();
videoPoster.style.display = “none”;
};
videoPlayer.onplay = function() {
videoPoster.style.display = “none”;
};
}
function fixVideoPosterPosition(videoPlayer, videoPoster, display) {
setTimeout(function () {
var videoPosition = videoPlayer.getBoundingClientRect();
videoPoster.style.position = “absolute”;
videoPoster.style.top = “0”;
videoPoster.style.left = “0”;
videoPoster.style.width = videoPlayer.offsetWidth + “px”;
videoPoster.style.height = (videoPlayer.offsetHeight + 20) + “px”;
if (display) {
videoPoster.style.display = “inline”;
}
}, 1010);
}

(BPT) – Substance use disorders affect tissue function in two main parts of the brain: the limbic system, which is responsible for basic survival instincts, and the prefrontal cortex, where decision-making and impulse control live. When substance use is repeated it can hijack the brain, making it think that the substance is the most important thing for survival.

Source link