to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var el = document.querySelector('body');
var className = false ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Tag: Great Bend Zoo
Our friendly town offers the only free zoo between Denver and Kansas City. Explore Great Bend We invite you to experience and explore the many opportunities that our charming community has to offer. Great Bend, a city of 15,000 warm people, is best known for our historic SRCA Dragstrip, and the…
Read More