You are the owner of this article.
Edit Article Add New Article
You have permission to edit this article.
Edit
Thursday, August 15, 2024
- Print Edition
- 74° Sunny
Electric forklifts, excavators and more on display at August off-road equipment demo
Righetti cross country outlook: Girls have a veteran team, boys have a new look
August 15 in History: In 1969, Woodstock music festival begins
Best of Santa Maria Business Directory | Shop Local
Tags
- Golf
- American Youth Soccer Organization
- Sports
- Lunch
- Outdoor Sports
- Grass Field Surfaces
- Lawn Games
- Summer Sports
- Entertainment
Kenny Cress
Sports Reporter
- Author twitter
- Author email
Get email notifications on {{subject}} daily!
{{description}}
Email notifications are only sent once a day, and only if there are new matching items.
Followed notifications
Please log in to use this feature
Log In
Don't have an account? Sign Up Today
Recommended for you
Most Popular
-
Sports in brief
-
Sports in brief: Hancock's Youngblood honored
-
Coaches, youngsters mix at Hancock soccer camp
-
Orcutt 13's win a second regional elimination game
-
El Segundo eliminates Orcutt from Babe Ruth 14U regional
'; if ($(content).html() == "") { row = ''; } return row; }; if (typeof oResponse.next_url == 'undefined') { // URL supplied is no good. Revert to original URL sNextUrl = sOriginURL; } else { sNextUrl = scrubURL(oResponse.next_url); } // Manage response if (typeof oResponse.assets != 'undefined' && oResponse.assets.length > 0) { // Remove old more data $("#infinite-more").remove(); // Build infinity set $.each(oResponse.assets, function(index) { if (index == 1 && sOriginID == null) { sOriginID = oResponse.assets[0].id; } // Display assets once origin is found if (bFoundOrigin == true) { if (this.id == sOriginID) { bInfiniStop = true; sNextUrl = null; $("#infinite-more").remove(); } else if (bInfiniStop == false && this.id != '85546b02-59be-11ef-9287-835ffee73154') { // Display asset var sHTML = ''; if (this.content) { if (sInfinityType == 'summary_sticky_siderail') { if (counter == 0) { sHTML += displayRegion(counter); } counter++; sHTML += '
' + this.content + '
'; if (rPositions.indexOf(counter) > -1) { sHTML += displayRegion(counter); } } else { if (counter == 0) { sHTML += displayRegion(counter); } counter++; sHTML += '
' + this.content + '
'; if (bShowAd == true) { // Show advertisement sHTML += '
' bShowAd = false; } else { bShowAd = true; } sHTML += '
'; 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; } }