function update_captcha(imgid) { var img = document.getElementById(imgid); img.src = "/cgi-bin/ezformc/" + (new Date()).getTime() + ".gif?image=1"; } function print_image() { document.write("
"); document.write("\"\""); document.write("
Please enter the letters and numbers shown above into the \"Security Code\" field.
"); document.write(""); document.write("Request a new code"); document.write(" If you are having trouble viewing the image."); document.write("
"); }