SAYRE â A beloved comedy show is returning to Sayre.
For itâs fourth year, The Parentâs Lounge stand-up comedy show will be held inside the Sayre Theatre â guaranteeing laughs and fun for the Valley community. The annual show is presented by Radigan Media and The Friends of The Sayre Theatre Group.
Keep it Clean. Please avoid obscene, vulgar, lewd,
racist or sexually-oriented language. PLEASE TURN OFF YOUR CAPS LOCK. Don't Threaten. Threats of harming another
person will not be tolerated. Be Truthful. Don't knowingly lie about anyone
or anything. Be Nice. No racism, sexism or any sort of -ism
that is degrading to another person. Be Proactive. Use the 'Report' link on
each comment to let us know of abusive posts. Share with Us. We'd love to hear eyewitness
accounts, the history behind an article.
';
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-siderail-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;
}
}
Post a comment as anonymous
Report
Watch this discussion.
(0) comments
Welcome to the discussion.
Log In
Keep it Clean. Please avoid obscene, vulgar, lewd, racist or sexually-oriented language.
PLEASE TURN OFF YOUR CAPS LOCK.
Don't Threaten. Threats of harming another person will not be tolerated.
Be Truthful. Don't knowingly lie about anyone or anything.
Be Nice. No racism, sexism or any sort of -ism that is degrading to another person.
Be Proactive. Use the 'Report' link on each comment to let us know of abusive posts.
Share with Us. We'd love to hear eyewitness accounts, the history behind an article.