// Get the button: let mybutton = document.getElementById("myBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }
action asphalt automobile automotive

Cheap Ways to Travel From Washington, DC to Atlanta, Georgia

The notion of traveling cheaply may conjure up images of long trips, lengthy layovers, uncomfortable seats, or waiting on standby for hours or even days. But with enough planning, you can comfortably travel between Washington, D.C. and Atlanta, Georgia, without breaking the bank. Check your credit card and bank rewards to see if you qualify for discounted travel, and be sure to join frequent traveler programs for additional discounts. If you need to get out of town fast, rest assured that even the traditionally inexpensive inter-city bus systems have undergone upgrades that improve comfort and convenience over the past few years.

Read More > 

Leave a Reply