" +
"What is this?" +
"
We suggest this article for you based on what others who have read this article have also read" +
"
"+
"
Ok got it! " +
"
Don't show me these again " +
""+
"" +
""
});
var $context =
jq(this);
var creCookie = jq.cookie(cookieName) || false;
if (creCookie) {
jq(this).trigger('notify-hide');
} else {
/* Use smartscroll listener to fire the panel at end of article */
jq(window).smartscroll(function () {
//Calculate how far down the page the user has scrolled
var scrollPos = (jq(window).scrollTop() / jq('div.article_bodycopy').height()) * 100;
scrollPos = Math.round(scrollPos);
if (scrollPos > 75) {
showContent++;
if (showContent == 1) {
jq.notify({
headline: articleheadline,
image: articleimage
}, readNextOptions);
dataLayer.push({
'category': evtCategory,