<!-- CODE NEEDED TO MAKE ALERT BOXES WORK --> <script type="text/javascript"> function alertUser(msg) { alert(msg); } </script>