(Fresh Headline brings you all the latest breaking news, viral trends and information from social media world, including Twitter, Instagram and Youtube. The above post is embeded directly from the user’s social media account and Fresh Headline Staff may not have modified or edited the content body. The views and facts appearing in the social media post do not reflect the opinions of Fresh Headline, also Fresh Headline does not assume any responsibility or liability for the same.)
var top = window.pageYOffset;
var distance = top - $(this).offset().top;
var newhref = socially_url;
var scrollTop = $(window).scrollTop();
var top_of_element1 = jQuery(".socially_article").last().offset().top;
//console.log("count: "+scrollTop+" "+top_of_element1);
if((scrollTop < 3100 && scrollTop > 3000) && !working && currenthref != socially_url1){
working = true;
currenthref = socially_url1;
var infiniteScrollArticles="
US Bans Sales of Juul E-Cigarettes Stating Company \"Lacked Sufficient Evidence\' To Show Products Are Appropriate for Public Health
Woman Injured by an Avalanche in Argentina Successfully Extracted by Rescuers Amid Snowstorm (Watch Video)
US Federal Reserve Hikes Interest Rates by 0.75% To Fight Inflation
Jobs in Binance: Cryptocurrency Giant Opens 2,000 Positions for Hiring, Says CEO Changpeng Zhao
';
//bottom sticky widget when scroll up at 1st article
$(".bxslider").html(infiniteScrollArticles);
var emoji2 = "Exclusive: Phillips 66 Made Renewable Fuels Without Proper Permits - Regulators - Latest Tweet by Reuters | 🌎 Fresh Headline";
console.log("count1");
var newhref1 = "https://www.freshheadline.com/socially/world/exclusive-phillips-66-made-renewable-fuels-without-proper-permits-regulators-latest-tweet-by-reuters-3865872.html";
$('h1:first').text("Exclusive: Phillips 66 Made Renewable Fuels Without Proper Permits - Regulators - Latest Tweet by Reuters");
$(document).find("title").text(emoji2)
window.history.pushState("","","https://www.freshheadline.com/socially/world/exclusive-phillips-66-made-renewable-fuels-without-proper-permits-regulators-latest-tweet-by-reuters-3865872.html");
gtag('config', 'UA-111635423-1', { 'page_path': newhref1.replace("https://"+window.location.hostname+"/", "")});
setTimeout(function(){ working=false; }, 400);
return false;
}