// JavaScript Document


/***********************************************
* Writen by Mark Hopson to help with spam. To use the form must contain:
*<script src="its.js" type="text/javascript"></script> in the head,
*<script>emf()</script> in the form
*form action changed to: http://www.uas.alaska.edu/cgi-bin/emailformtest.cgi
***********************************************/

function emf()
{
    document.write('<input type=hidden name=FormName value=UAS>');
}
