Is the Junk-Food ‘Addiction’ Study Junk Science?

‘;
}
else
{
strAuthorImageHTML = ”;
}
var strBlogImage;
if(oBlog.blog_image)
{
//strBlogImage = ‘‘;
strBlogImage = ‘‘;

}
else
{
strBlogImage = ”;
}
strURL = oBlog.url;

var strBlogText;
strBlogText = oBlog.text;
var iAuthorUN;
if (oBlog.author_user_number)
{
iAuthorUN = oBlog.author_user_number;
}
else
{
iAuthorUN = 0;
}
var strAuthorByline;
strAuthorByline = oBlog.author_byline;
var strBody;
strBody = oBlog.blog_body;
divNewBlog = ”;
//alert(divNewBlog);
$(“#blog_page_next”).append(divNewBlog);
setTimeout(function(){ addOnAppear(iIDCount + 1); }, 500);
abBlogLoaded[iIDCount] = true;
}

function moveAdTo(iItem)
{
if (iItem >= 0)
{
var strNewAdDiv = “#gpt728x90_pos” + iItem;
//$(strNewAdDiv).height(250);
$(“#gpt728x90flex”).position({my: “left center”, at: “left center”, of: strNewAdDiv});
$(“#gpt728x90flex”).css({marginLeft: “0px”, marginTop: “0px”});
}
else
{
var strNewAdDiv = “#ad728”;
//$(strNewAdDiv).height(250);
$(“#gpt728x90flex”).position({my: “left top”, at: “left top”, of: strNewAdDiv});
//$(“#gpt728x90flex”).css({marginLeft: “15px”, marginTop: “10px”});
}
changeUrlFireGA(iItem);
}

function changeUrlFireGA(iItem)
{
var strNewUrl = ”;
if (iItem > 0)
{
strNewUrl = ‘/blog/blog.asp?id=’ + aBlogIDs[iItem];
}
else
{
strNewUrl = ‘/blog/blog.asp?post=a_dietitians_take_on_the_oreococaine_addiction_study’;
}

// alert(strNewUrl);
//history.pushState(null, document.title, strNewUrl);

ga(‘set’, ‘page’, strNewUrl + ‘&bottom_next_blog=’ + iItem);
ga(‘send’, ‘pageview’);
ga(‘secondTracker.set’, ‘page’, strNewUrl + ‘&bottom_next_blog=’ + iItem);
ga(‘secondTracker.send’, ‘pageview’); // Send page view for new tracker.
RefreshComScoreTag();
}

function RefreshComScoreTag()
{
$.ajax({
type: “GET”,
url: “/pageview_candidate.txt”,
timeout: 30000,
dataType: “text”,
data: ‘pageview_candidate’,
error: function(jqXHR, textStatus, errorThrown) {}, //alert(errorThrown);
success: function(response)
{
return;
}
});

1 2 3

Share