Tylenol recalled by USDFA<br>
September 29, 2023
This day in History – September 29
Today is the 272nd day of 2023. There are 93 days left in the year.
TODAY’S HIGHLIGHT
1982: Extra-Strength Tylenol capsules laced with deadly cyanide claim the first of seven victims in the Chicago area. (To date, the case remains unsolved.)
OTHER EVENTS
1567: Second War of Religion begins in France between Huguenots and King Charles IX.
1650: France’s Parliament imposes peace on Bordeaux, which virtually ends second Fronde revolt.
1789: The US War Department establishes a regular army with a strength of several hundred men.
1829: London’s reorganised police force, which becomes known as Scotland Yard, goes on duty.
1875: Rebellion in Cuba leads to deterioration of US-Spanish relations.
1910: The National Urban League has its beginnings in New York as The Committee on Urban Conditions Among Negroes.
1911: Italy declares war on Turkey, eventually conquering Libya.
1923: Britain begins ruling Palestine under a League of Nations mandate.
1938: British, French, German and Italian leaders conclude the Munich Agreement, which is aimed at appeasing Adolf Hitler by allowing Nazi annexation of Czechoslovakia’s Sudetenland.
1943: US General Dwight D Eisenhower and Italian Marshal Pietro Badoglio sign an armistice during World War II aboard the British ship Nelson off Malta.
1963: The second session of Second Vatican Council opens in Rome.
1965: Soviet Union admits it is supplying arms to North Vietnam.
1972: China and Japan normalise relations.
1977: The Billy Joel album The Stranger was released by Columbia Records.
1978: Pope John Paul I is found dead in his Vatican apartment just over a month after becoming head of the Roman Catholic Church.
1987: Henry Ford II, long-time chairman of Ford Motor Co, dies in Detroit at age 70.
1988: The space shuttle Discovery blasts off from Cape Canaveral, Florida, marking America’s return to manned space flight following the Challenger disaster.
1990: The United States meets with Vietnam in the first high-level meeting between the two nations since the Vietnam War.
1992: Brazilian lawmakers impeach President Fernando Collor de Mello.
1996: Bosnia’s first post-war elections are watched by international groups that certify victories by nationalist parties and the new president, Alija Izetbegovic.
2002: The United Nations World Food Program says it is cutting off grain rations to three million North Koreans because of a shortfall in food aid from donor nations.
2004: The Vatican, in its first speech ever to the UN General Assembly’s annual autumn session for world leaders, calls for a total ban on human cloning and criticises the war in Iraq and unilateral responses to terrorism.
2006: A Brazilian jetliner clips a smaller jet in mid-air and crashes into the Amazon jungle, killing all 155 on board in the nation’s worst air disaster.
2009: Iran’s nuclear chief says the country’s new uranium enrichment site was built for maximum protection from aerial attack; carved into a mountain and near a military compound of the powerful Revolutionary Guard.
2011: Angry supporters of President Bashar Assad’s regime hurl tomatoes and eggs at the US ambassador to Syria as he enters the office of a leading opposition figure and then try to break into the building, trapping him inside for three hours.
2013: The death toll from a building that collapsed in Mumbai rises to 60 as the rescue operation is called off.
2014: Afghanistan swears in Ashraf Ghani as its second elected president embarking on a new era with a national unity government poised to confront the Taliban.
2016: A New Jersey Transit commuter train slams into the Hoboken station, killing one person and injuring more than 100 others.
TODAY’S BIRTHDAYS
Jacopo Tintoretto, Italian artist (1518-1594); Anita Ekberg, Swedish actress (1931-2015); Lech Walesa, Polish president and Nobel Peace Prize winner (1943- ); Jerry Lee Lewis, singer (1935-2022); Bryant Gumbel, TV personality, (1948- ); Sebastian Coe, Olympic gold medal runner, (1956- )
– AP
{"website":"website"}{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica— NCB Foundation Director and proud alumna of St Andrew High School for Girls, Sharon Williams was filled with emotion and nostalgia ...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica— The Consumer Affairs Commission (CAC) is urging consumers to shop smart this holiday season. “Consumers should not face too much di...
{"jamaica-observer":"Jamaica Observer"}
LONDON, United Kingdom (AFP)— Pep Guardiola admits troubled Manchester City will not recapture their peak form until his injury-plagued side are final...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica— The National Health Fund (NHF) donated an ultrasound machine powered by artificial intelligence to the Fetal Diagnosis & Therapy Un...
{"jamaica-observer":"Jamaica Observer"}
HOUSTON, United States (AFP)— The Republican attorney general of Texas has filed a lawsuit against a New York doctor who mailed abortion pills to a wo...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica — The US dollar on Friday, December 13 ended trading at $156.76 down by 2 cents according to the Bank of Jamaica’s daily exchange tr...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica – In response to growing concerns about the conditions of roads across the country and the recent declaration by Prime Minister Andr...
{"jamaica-observer":"Jamaica Observer"}
MONTEGO BAY, Jamaica – Prime Minister, Andrew Holness, says that some 315 houses have so far been constructed under the Government’s National Social H...
{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_3_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-3")[0];
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-3 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i 20 && i<20){
if(space_available < space_occupied){
new_title = title.substr(0,title.length - 6) + '...';
myarticle.querySelectorAll('.title a')[0].innerHTML = new_title;
posts_slot_3_fit_title(myarticle,i);
}
else{
return true;
}
}
}
function posts_slot_3_fit_body(){
if (typeof document.getElementById("posts_slot-3").getElementsByClassName("template_2115_homepage_trio_pizpalu_3") !== 'undefined') {
for(k=0;(k').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_3_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-3")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_3_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-3")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-3 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_3_fit_body(){
if (typeof document.getElementById("posts_slot-3").getElementsByClassName("template_2085_mob_homepage_trio_adula_3") !== 'undefined') {
for(k=0;(k
Kingston’s mayor turns attention to people using area around Mandela Park as a toilet
MAYOR of Kingston Andrew Swaby — who last week decried the practice of people using open spaces inside and around St William Grant Park in downtown Ki...
{"xml":"xml"}{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_4_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-4")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_4_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-4")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-4 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_4_fit_body(){
if (typeof document.getElementById("posts_slot-4").getElementsByClassName("template_2086_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k ').appendTo('.footer:first');
$('').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_4_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-4")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_4_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-4")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-4 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_4_fit_body(){
if (typeof document.getElementById("posts_slot-4").getElementsByClassName("template_2086_mob_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k
By Shirley Richards 
What are human rights? According to the Office of the United Nations High Commissioner for Human Rights, “Human rights are rights inherent to all huma...
{"xml":"xml"}{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_5_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-5")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_5_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-5")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-5 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_5_fit_body(){
if (typeof document.getElementById("posts_slot-5").getElementsByClassName("template_2086_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_5_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-5")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_5_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-5")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-5 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_5_fit_body(){
if (typeof document.getElementById("posts_slot-5").getElementsByClassName("template_2086_mob_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k
Dear Editor, The tragic loss of lives on our roads continues to weigh heavily on our nation. The heartbreaking accident on Monday, December 2, 2024, w...
{"xml":"xml"}{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_6_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-6")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_6_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-6")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-6 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_6_fit_body(){
if (typeof document.getElementById("posts_slot-6").getElementsByClassName("template_2086_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_6_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-6")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_6_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-6")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-6 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_6_fit_body(){
if (typeof document.getElementById("posts_slot-6").getElementsByClassName("template_2086_mob_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k