The Troy FFA Chapter held its annual chapter banquet on May 31 at Mount Pisgah. There were 22 members and numerous guests in attendance. During this time, members were recognized for their achievements throughout the past year, and the new officer team was announced.
Troy FFA had many members receive their degrees: Anson Harris, Calvin Waldman, and Aubree Kenyon received their Discovery Degree, Landon Jenkins received his Greenhand Degree, Cody Crandle, Heaven Murray, Olivia Champluvier, Hart Housekneckt, Benjamin Cook, Luke Feldmeier, Ethan Cole, and Gloria Andrews all received their Chapter Degree, Logan Prouty, Braedyn Newcomb, Jacob Gilpin, Brady Spalding, and William Steele received their County Degree, and Grace Andrews, Sara Reed, Jenifer King, and Rachel Kingsley all received their Keystone Degree. Everyone who placed in a CDE, LDE, and SAE were recognized as well.
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.