function areyousure() {
var msg = "Are you sure you want to log out?  All ICSC cookies will be removed, including the longterm cookie.";
//if (confirm(msg)) window.location.href='/cgi/logout';
window.location.href='/cgi/logout';
}
