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.
See Announcements
<div id="test"> <jdoc:include type="message" /> </div>
<script type="text/Javascript" src="jquery-1.7.1.min.js"></script> <script type="text/Javascript"> $(function() { $('#test').delay(1000).fadeOut(); }); </script>