BunnyCDN-DE1-1328
tcp/443
Open service 2400:52e0:1e00:2::1328:1:443 ยท enewspaper.dnj.com
2026-02-04 02:05
HTTP/1.1 200 OK
Date: Wed, 04 Feb 2026 02:05:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1328
CDN-PullZone: 2105093
CDN-RequestCountryCode: GB
Cache-Control: max-age=0
Set-Cookie: bblogin=murfreesborodailynewsjournal; expires=Thu, 05-Feb-2026 02:05:58 GMT; Max-Age=86400; path=/; domain=newsmemory.com
CDN-ProxyVer: 1.43
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1329
CDN-CachedAt: 02/04/2026 02:05:58
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: 906fcf4abf19610e5d9f13d78c3c7e45
CDN-Cache: MISS
Page title: The Daily News Journal eNewspaper
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="This full replica of our printed product provides you the newspaper as you know and love it from the convenience of the web.">
<meta http-equiv="X-UA-Compatible" content="IE=EDGE">
<meta name="viewport" content="width = device-width , initial-scale = 1.0 , user-scalable = no , minimum-scale = 1.0 , maximum-scale = 1.0 , minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" type="image/png" degub-data="debug1" href="//enewspaper.dnj.com/eeLayout/murfreesborodailynewsjournal/1.0.a/images/webapp/favicon.png">
<style>
html,
body {
overflow: hidden;
}
body {
margin: 0 !important;
height: auto;
}
#mainframe {
padding: 0px;
position: relative;
margin: 0px;
border: none;
-webkit-overflow-scrolling: touch;
width: 100%;
height: 100%;
}
</style>
<script src="/ee/_nmum/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript">
function changeURL(url) {
if (window.parent != window) {
try {
var message = '{"action":"redirect", "url":"' + url + '"}';
window.parent.postMessage(message, "https://murfreesborodailynewsjournal-tn.newsmemory.com");
} catch (e) {
window.location.href = url;
}
} else {
window.location.href = url;
}
}
</script>
<script type="text/javascript">
var enableAnalyticsFunc = false;
function enableAnalytics(val){
if(typeof val != "undefined"){
enableAnalyticsFunc = val;
}
try{
if(enableAnalyticsFunc && document.getElementById("mainframe") && !document.getElementById("mainframe").contentWindow.enabledGoogleAnalytics){
document.getElementById("mainframe").contentWindow.initGoogleAnalytics();
}
}catch(err){
}
}
</script>
<script type="text/javascript">
enableAnalytics(true);
</script>
<title>The Daily News Journal eNewspaper</title>
</head>
<body id="body" name="body">
<iframe id="mainframe" name="mainframe" frameBorder='0' scrolling="no"></iframe>
<div id="imgResize"><img id="resize" src="" onclick="javascript:resizeBody();"></div>
<script type="text/javascript">
try {
if (localStorage.getItem("bbchoice") == "bb_classic") {
cookie_set("bbchoice", localStorage.getItem("bbchoice"), null, "/");
}
} catch (e) {}
var windowWidth;
var windowHeight;
var windowVisible = true;
function resizeContent() {
if (windowVisible) {
var cWidth;
var cHeight;
if (window.innerWidth) {
cWidth = window.innerWidth;
cHeight = window.innerHeight;
} else if (document.documentElement.clientWidth) { //IE
cWidth = document.documentElement.clientWidth;
cHeight = document.documentElement.clientHeight;
} else { //Fallback
cWidth = document.body.clientWidth;
cHeight = document.body.clientHeight;
}
//console.log(window.innerWidth + " - " + document.documentElement.clientWidth + " - " + document.body.clientWidth);
//console.log(window.innerHeight + " - " + document.documentElement.clientHeight + " - " + document.body.clientHeight);
if (window.innerWidth && document.documentElement.clientWidth) {
var widths = [window.innerWidth, document.documentElement.clientWidth, document.body.clientWidth];
var heights = [window.innerHeight, document.documentElement.clientHeight, document.body.clientHeight];
var minWidth = Math.min(window.innerWidth, document.documentElement.clientWidth, document.body.clientWidth);
var maxWidth = Math.max(window.innerWidth, document.documentElement.clientWidth, document.body.clientWidth);
var minHeight = Math.min(window.innerHeight, document.documentElement.clientHeight, document.body.clientHeight);
var maxHeight = Math.max(window.innerHeight, document.documentElement.clientHeight, document.body.clientHeight);
//get the width/height value with more occurrences
cWidth = minWidth;
if (widths.filter(function(width) {
return width === ma