
        if(document.getElementById("articles--mlb")) 
        { 
            let el=document.getElementById("articles--mlb"); el.firstElementChild.innerHTML += "<li data-date=\"2024-04-02\" class=\"from-wov\"><a class=\"news-link-title\" target=\"_blank\" href=\"https://wizardofvegas.com/articles/dodgers-sign-catcher-will-smith-to-10-year-contrac/\">Los Angeles Dodgers sign Catcher Will Smith to 10 - Year $140 Million Contract Extension</a></li><li data-date=\"2024-03-18\" class=\"from-wov\"><a class=\"news-link-title\" target=\"_blank\" href=\"https://wizardofvegas.com/articles/gerrit-cole-deals-with-elbow-discomfort/\">New York Yankees SP Gerrit Cole undergoes MRI to determine his status before MLB Opening Day</a></li>";
            stores_li=el.getElementsByTagName("li"); [].slice.call(stores_li).sort(function(a,b) { return a.getAttribute("data-date") < b.getAttribute("data-date") ? 1 : -1; }).forEach(function(elem) {elem.parentNode.appendChild(elem)});
        }
        if(document.getElementById("articles--nfl")) 
        { 
            let el=document.getElementById("articles--nfl"); el.firstElementChild.innerHTML += "<li data-date=\"2024-03-20\" class=\"from-wov\"><a class=\"news-link-title\" target=\"_blank\" href=\"https://wizardofvegas.com/articles/update-steelers-justin-fields-added/\">UPDATE: Pittsburgh Steelers-the Cleanest of Slates; Justin Fields Added</a></li><li data-date=\"2024-03-18\" class=\"from-wov\"><a class=\"news-link-title\" target=\"_blank\" href=\"https://wizardofvegas.com/articles/disasteruss-wilson-worst-to-best-value/\">DisasteRuss Wilson: Worst Value to Best Value?</a></li><li data-date=\"2024-02-13\" class=\"from-wov\"><a class=\"news-link-title\" target=\"_blank\" href=\"https://wizardofvegas.com/articles/the-2023-2024-nfl-awards-and-honors/\">The 2023 - 2024 National Football League Awards</a></li>";
            stores_li=el.getElementsByTagName("li"); [].slice.call(stores_li).sort(function(a,b) { return a.getAttribute("data-date") < b.getAttribute("data-date") ? 1 : -1; }).forEach(function(elem) {elem.parentNode.appendChild(elem)});
        }
        if(document.getElementById("articles--nba")) 
        { 
            let el=document.getElementById("articles--nba"); el.firstElementChild.innerHTML += "<li data-date=\"2024-02-19\" class=\"from-wov\"><a class=\"news-link-title\" target=\"_blank\" href=\"https://wizardofvegas.com/articles/a-birthday-tribute-to-michael-jordan/\">A Birthday Tribute to Michael Jordan</a></li>";
            stores_li=el.getElementsByTagName("li"); [].slice.call(stores_li).sort(function(a,b) { return a.getAttribute("data-date") < b.getAttribute("data-date") ? 1 : -1; }).forEach(function(elem) {elem.parentNode.appendChild(elem)});
        }