'Equal justice for all' is lawyer's creed
/* Google analytics event */
__tnt.googleEvent = function(obj)
dataLayer.push(
'event': 'tncms.event.trigger',
'tncms.event.trigger.category': obj.category,
'tncms.event.trigger.action': obj.action,
'tncms.event.trigger.label': obj.label,
'tncms.event.trigger.value': obj.value
);
/* Virtual page view */
__tnt.googlePageView = function(obj)
var sURL = obj.url.replace(/^.*//[^/]+/, '');
dataLayer.push(
'event': 'tncms.event.virtual_pageview',
'tncms.event.virtual_pageview.url': sURL,
'tncms.event.virtual_pageview.title': obj.title
);
/* Social event */
__tnt.googleSocial = function(obj)
dataLayer.push(
'event': 'tncms.event.social',
'tncms.event.social.network': obj.network,
'tncms.event.social.action': obj.socialAction,
'tncms.event.social.target': obj.url
);
(function()
var ARTICLE_URL = window.location.href;
var CONTENT_ID = 'everything';
document.write(
''+'x3C/scr'+'ipt>'
);
)();
jQuery(document).ready(function($)
// Reset the meter if the data store is too old.
__tnt.metering.init.push(function()
__tnt.log("checking reset date");
var expireDate = new Date(__tnt.metering.config.date);
var lastDate = new Date(__tnt.recent.date.get());
expireDate = expireDate.getTime();
lastDate = lastDate.getTime();
if(Number(lastDate) -1 )
bloxHasSubscription = true;
return false;
else
bloxHasSubscription = true;
return false;
);
}
/* service has been whitelisted */
} else
bloxHasSubscription = true;
/* check for whitelists once per day */
if( !bloxHasSubscription && !bloxServiceValidated && typeof userWhiteList != 'undefined' && $.isArray(userWhiteList) )
$.getJSON("https://www.rexburgstandardjournal.com/_services/v1/client_ip_info/",function(data));
/* no access */
else if( !bloxHasSubscription )
__tnt.metering.check();
if(bloxHasSubscription)
$('.subscriber-only.encrypted-content').each(function()
$(this).html(tncms.unscramble($(this).text()));
$(this).show();
);
$('.subscriber-hide').show();
// show main content div
$('#site-container').show();
// hide loading spinner
$('.subscriber-load').hide();
});
Thank you for Reading!
We hope that you continue to enjoy our free content.
remaining of
Thank you for signing in! We hope that you continue to enjoy our free content.
$(function());
var oAuthors = ;jQuery(document).ready(function($)
if( __tnt.user.loggedIn && jQuery.inArray(__tnt.user.screenName, oAuthors) !==-1 )
__tnt.isAuthor = true;
$('.asset-owner-content').show();
);
jQuery(document).ready(function($)
var sNavContainer = '#site-navbar-container';
var sBodyContainer = '#main-body-container';
var sNavHeight = $(sNavContainer).height();
var iUnfixPoint = 0;
if( __tnt.client.platform.ios )
$(sNavContainer).addClass('affix-sticky');
else
$sNavScroll = false;
$(window).on('scroll mousewheel', function()
if( !$sNavScroll )
$sNavScroll = true;
setTimeout(function()
var iFixPoint = $(sNavContainer).offset().top;
var iCurrPoint = $(this).scrollTop();
if( iCurrPoint >= iFixPoint && iCurrPoint > iUnfixPoint )
if( !$(sNavContainer).hasClass('affix') )
iUnfixPoint = iFixPoint;
$(sNavContainer).addClass('affix').removeClass('affix-top');
$(sBodyContainer).css('margin-top', sNavHeight+'px');
else
if( !$(sNavContainer).hasClass('affix-top') )
$(sNavContainer).removeClass('affix').addClass('affix-top');
$(sBodyContainer).css('margin-top', 0);
$sNavScroll = false;
, 25);
);
);
googletag.cmd.push(function()
googletag.display('ad-1503259');
);
TNCMS.AdManager.init
(
domain: "www.rexburgstandardjournal.com",
secureDomain: "www.rexburgstandardjournal.com",
virtualregion:
popup: __tnt.ads.popup
,
callback:
expandable: __tnt.ads.expandable,
html: __tnt.ads.html,
image: __tnt.ads.image,
pagecurl: __tnt.ads.curl,
text: __tnt.ads.text,
video: __tnt.ads.video
);
#modal-image-6a1e17cc-3cc4-5270-bc3e-ee1c20377b46 img
max-height: 290px;
jQuery(document).ready(function($){
function asset_prevNextContent(oAsset, sPos)
var sPosTitle = (sPos === 'prev') ? 'Previous' : 'Next Up';
var sPosDir = (sPos === 'prev') ? 'left' : 'right';
var sURL = (sPos === 'prev') ? oAsset.url + '#tncms-source=article-nav-prev' : oAsset.url+'#tncms-source=article-nav-next';
var iTextTrun = 80;
var sImage = '';
if( oAsset.preview && oAsset.preview != 'undefined' )
iTextTrun = 60;
sImage = ''+
'
'+
''+
'
';''+
'
var sContent = ''+
''+
''+
' '+
''+
'
'+
'
'
'
';'
'+
'
'+
''+
'
'
''+
'
';''+
'
'+sPosTitle+'
'+'
'+
sImage+
'
'
'sImage+
'
'+
'
'
'
'+'
'+__tnt.truncateStr(oAsset.title.replace(/(]+)>)/ig,""),iTextTrun,'…')+'
'+'
'+__tnt.truncateStr(oAsset.summary.replace(/(]+)>)/ig,""),iTextTrun,'…')+'
'+'
'
''+
'
'
return sContent;
$.get('https://www.rexburgstandardjournal.com/tncms/search/mlt/?origin=58dd47f2-9064-550d-acb1-d2018e5832a1&app=editorial&preview=1&type=article%2Ccollection%2Cvideo%2Cyoutube').then(function(oResponse, sStatus, oXHR)
if( typeof oResponse.assets === 'object' && oResponse.assets.length > 0 )
var oPrev,oNext = null;
// try to match in index
$(oResponse.assets).each(function(i,oAsset)
if( oAsset.id === '58dd47f2-9064-550d-acb1-d2018e5832a1' )
oNext = oResponse.assets[(i+1)];
oPrev = oResponse.assets[(i-1)];
return false;
);
// no index match
if( !oNext && !oPrev )
oPrev = oResponse.assets[0];
oNext = oResponse.assets[1];
// end of list, prev no next
else if( !oNext && oPrev )
oNext = oResponse.assets[0];
// start of list, next no prev
else if( oNext && !oPrev )
oPrev = oResponse.assets[(oResponse.assets.length-1)];
// append links
if( oPrev )
$('#paging-prev-58dd47f2-9064-550d-acb1-d2018e5832a1').append(asset_prevNextContent(oPrev, 'prev')).show();
setTimeout(function()
$('#paging-prev-58dd47f2-9064-550d-acb1-d2018e5832a1').removeClass('offset');
, 200);
if( oNext )
$('#paging-next-58dd47f2-9064-550d-acb1-d2018e5832a1').append(asset_prevNextContent(oNext)).show();
setTimeout(function()
$('#paging-next-58dd47f2-9064-550d-acb1-d2018e5832a1').removeClass('offset');
, 200);
// fix conflicting content
$('.share-container.headline-right').addClass('hidden-sm');
// bind tracking event handlers
$('#asset-paging-58dd47f2-9064-550d-acb1-d2018e5832a1 a').on('click', function(e)
var sAction = ($(this).data('direction') === 'right') ? 'next' : 'previous';
__tnt.trackEvent('category':'tnt-prev-next','action':sAction, 'label':'article', 'value':'1');
return true;
);
, function(err)
__tnt.log('Article-to-article navigation: ' + err.statusText);
);var bPrevNextScroll = false;
$(window).on('scroll mousewheel', function()
if (
!bPrevNextScroll
&& $('.asset-body').length > 0
&& !$('body').hasClass('trigger-disabled')
&& !__tnt.elementOnScreen('#asset-photo-carousel')
&& !__tnt.regions.stickyAnchor.hasContent
)
bPrevNextScroll = true;
var sNextTrigger = 'trigger-next';
setTimeout(function()
if( __tnt.elementOnScreen('.asset-body', 250) )
$('body').removeClass(sNextTrigger);
else
$('body').addClass(sNextTrigger);
bPrevNextScroll = false;
, 200);
);$(window).on("load resize", function() ;
adUnitCode.push("832ed22d-3ce2-4937-9f93-e56306b8315c");
var apiKey = "YDC2G9T2K4BXNCJ3XDMR";
(function ()
var script = document.createElement("script");
script.async = true;
script.src = "https://s.yimg.com/av/yap/ga/yap.js";
document.body.appendChild(script);
)();
var yap_script = document.getElementById('yap_id1');
var yap_parent_node = yap_script.parentNode;
var container_yap_div = document.createElement('div');
container_yap_div.className = 'yap-ad-832ed22d-3ce2-4937-9f93-e56306b8315c';
yap_parent_node.insertBefore(container_yap_div, yap_script);
window.__tnt || (window.__tnt = );
__tnt.compatibility || (__tnt.compatibility = );
__tnt.compatibility.status = "";
__tnt.compatibility.check = function()
var compatible = true;
var status = "";
if(typeof(__tnt.advertisements)=="undefined")
compatible = false;
status += "FAIL: object 0 undefined "
__tnt.compatibility.status = status;
return compatible;
__tnt.compatibility.notification = function()
$(function()
if(!__tnt.compatibility.check())
if(window.ga)
__tnt.trackEvent('category':'tnt-adblock','action':'adblock','label':'adblock detected','value':'1');
__tnt.compatibility.notification();
);
jQuery(function()
if(typeof TNCMS.Tracking != 'undefined')
jQuery(TNCMS.Tracking.trackDeclarativeEvents);
);
__tnt.trackEvent = function(obj)
if( jQuery.type(obj) === 'object' )
if(obj.category && obj.action)
__tnt.googleEvent(obj);
else if(obj.network && obj.socialAction)
__tnt.googleSocial(obj);
else if(obj.url)
__tnt.googlePageView(obj);
if(typeof TNCMS.Tracking != 'undefined' && obj.metric)
TNCMS.Tracking.addEvent(
app: obj.app,
metric: obj.metric,
id: obj.uuid
);
if(__tnt.trackEventLater.length > 0)
jQuery(__tnt.trackEventLater).each(function()
__tnt.trackEvent($(this));
);
jQuery('body').on(__tnt.client.clickEvent, '[data-track]', function()
var trkObj = jQuery(this).data('track');
__tnt.trackEvent(trkObj);
);
jQuery('body').on(__tnt.client.clickEvent, '[data-tncms-track-event]', function()
var trkObj = jQuery(this).data('tncms-track-event');
__tnt.trackEvent(trkObj);
);
jQuery('body').on(__tnt.client.clickEvent, '[data-tncms-track-dmp]', function()
var dmpData = jQuery(this).data('tncms-track-dmp');
_cc9940.add('act', dmpData);
_cc9940.bcp();
);
/*<![CDATA[*/ $(function()
var avatar_1271529 = $('#user-controls-1271529 .tn-user-avatar');
if(__tnt.user.loggedIn && __tnt.user.avatar)
avatar_1271529.append('');
else
avatar_1271529.append('');
); /*]]>*//*<![CDATA[*/ $(function()
var avatar_1271528 = $('#user-controls-1271528 .tn-user-avatar');
if(__tnt.user.loggedIn && __tnt.user.avatar)
avatar_1271528.append('');
else
avatar_1271528.append('');
); /*]]>*//**//**//**//**//*<![CDATA[*/
jQuery(document).ready(function($) false;
if (__tnt.user.loggedIn && iqLogin == false)
if (__tnt.user.services)
var userServices = __tnt.user.services.split(',');
for (i = 0; i < userServices.length; i++)
var serviceData = 'has_subservice: ' + userServices[i];
_cc9940.add('act', serviceData);
_cc9940.bcp();
$.cookie('tnt-iq-login', 1);
);
if (window.location.hash){
var hashSet = ['tncms_source','utm_source','utm_campaign','utm_medium','utm_content','utm_term'],
urlHash = window.location.hash.replace('#','').split('&');
for (var i = 0; i */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style]
min-width:100%!important;
width:100%!important;