Have a Question .  Select the Ask a Question link ..  We will  post your answer on this page within 24 hours.  Use the blog search to find related posts.  Bookmark this page for easy access and return to the page for your answer.
866.424.0575
CONTACTWARRANTY / RETURNSSHIPPING ABOUT US
FREIGHTLINER    PETERBILT    VOLVO    WESTERN STAR    INTERNATIONAL    MACK    KENWORTH    STERLING 
Menu
   
var input = document.getElementById("blog-search"); input.addEventListener("keyup", function(){ var term = this.value.toLowerCase(); var results = []; var elements = document.querySelectorAll("p, div"); elements.forEach(function(el){ var text = el.innerText; if(text && text.toLowerCase().includes(term) && text.length > 50){ results.push(el); } }); document.getElementById("search-count").innerHTML = results.length + " results found"; }); });