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.
<script language="javascript"><!--
function swapImage()
{
e = event.srcElement;
e.src = 'theNewImage.bmp';
setTimeout("document.location.href = 'newPage.html'",2000);
}
//--></script>
<img src='firstimage.bmp' onClick='swapImage()'>