Nosy Heather Scott (R-No.Idaho) is at it again. She wants to define who can get married in Idaho and who shall be banned from marriage in Idaho. A direct slam against the LGBTQ population. My answer Heather?? A PERSONâS SEXUAL ORIENTATION IS NONE OF YOUR BUSINESS! The LGBTQ population are human beings, unlike you, so crawl back into your cave and maintain silence!! Many LGBTQ people are nicer than you will ever be!
';
if (rPositions.indexOf(counter) > -1) {
sHTML += displayRegion(counter);
}
}
}
}
} else {
if (this.id == sOriginID) {
// Origin found. Begin displaying assets
bFoundOrigin = true;
} else {
// Origin found is false. Skip asset
// Fail-safe in case origin is not present in set. This can be removed when origin is fixed.
if (bFirstRun == true) {
// Stored first id
sFirstID = this.id;
bFirstRun = false;
} else if (this.id == sFirstID) {
// We've started again. Force origin
sOriginID = sFirstID;
bFoundOrigin = true;
} // end Fail-safe
}
}
// Append infinity set to container
$("#infinite-container").append(sHTML);
});
// Include block_id on newly added list items
$('#infinite-container .infinite-item.original').each(function() {
var sHref = scrubURL($(this).find(".card-headline a").attr("href"));
// Add to image and headlines links
$(this).removeClass('original')
.find(".card-headline a, .image a")
.attr("href", sHref + "#tncms-source=infinity-scroll-summary-latest");
});
// Check next URL
if (sNextUrl) {
// if origin hasn't been found yet and we hit next_url. Trigger the set to pull in again.
if (bFoundOrigin == false) {
// No origin yet. Call the populate function
populateInfinitySet(sNextUrl);
} else {
// Append sNextUrl to infinity set
$("#infinite-container").append('
');
}
}
if (sInfinityType == 'summary_sticky_siderail') {
__tnt.regions.stickySide.determineStick($('#sticky-right-rail'), $('#sticky-right-rail-spacer'), 'siderail');
}
} else {
// Empty asset set returned. Go back in for a real set
populateInfinitySet(sNextUrl);
}
});
}
var infWaypoint = new IntersectionObserver(function(infContainer) {
if (infContainer[0].intersectionRatio > 0) {
if (!bInfiniStop) {
// Log waypoint hit event
__tnt.trackEvent({'category':'infinity-scroll','action':'request', 'label':'assets requested', 'value': true});
var nextURL = $('#infinite-more').data('next-url');
populateInfinitySet($('#infinite-more').data('next-url'));
}
}
});
var infinityContainer = document.getElementById('infinite-container');
infWaypoint.observe(infinityContainer);
// Rewrite URL to for preview
function scrubURL(sURL) {
if (typeof sURL != 'undefined'){
return sURL;
}
}