Waxing philosophical about past decades that live in the depths of your memory doesnât often bode well at a dinner table. However, gearing up for and attending the 80âs-90âs themed Radwood car show in Los Angeles allowed me and a few thousand of my friends to relive the glory days with more adult-y money and less judgmental jocks on a wedgie hunt.
Having the right car to pull up in for any car show is always a nice-to-have. Luckily for me and my family, we had purchased said vehicle about two years ago thanks to luck and opportunity aligning.Â
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-sticky-siderail-next");
});
// 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.