Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var anchors = document.getElementsByTagName('a');
for (var loop=0, max=anchors.length; loop<max; loop++) {
var a = anchors[loop];
if (a.href.indexOf('/maps.html') != -1) {
a.href = '/mapsthumbs.html';
}
}