print << "--eot1--";
USA Fourteenth Faculty Survey, 2001
. . .
--eot1--
. . .
function SurveySubmit (form) {
var CGI_URL = "http://jaguar1.usouthal.edu/cgi-bin/surveys/facsenate/"
form.xiv.value = escape(form.xiv.value)
form.action = CGI_URL + "writesurvey.pl"
form.submit()
return true
}