1<% 
2page_header("plain", "Logging out", ""); 
3
4session.AUTHENTICATED = false;
5redirect("/login.esp");
6
7page_footer(); 
8%>
9