${anews.title}
${anews.date}
`);
$.ajax({
type: 'POST',
url: 'index.php?forex/load-ajax-insert',
data: {title: " ${anews.title} ",date: " ${anews.timestamp} "}
});
});
});*/
setInterval(function(){
$('.post.onSocket').removeClass("onSocket");
$('.alertForexNews').removeClass("active");
}, 30000);