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.
<a href="?" target="_top" class="font99" >Log out</a>
<script language="javascript">
if (document.all) {
//IE
document.write('<a href="about:home" target="_top" class="font99" >Log out</a>');
} else {
// Netscape
document.write('<a href="#" onclick="top.home()" class="font99" >Log out</a>');
}
</script>