w.Header().Set("WWW-Authenticate",`Basic realm="Give your name and the password. Ask Dan or Stephen for the password.`)
w.Header().Set("WWW-Authenticate",`Basic realm="Log in with your name and the password. Ask Dan or Stephen for the password."`)
return401,nil
w.WriteHeader(401)
fmt.Fprintf(w,"<html><body>Log in with your name and the password. Ask Dan or Stephen for the password. <a href=%q>go back</a></body></html>",r.Referer())