<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<!-- Start of na_login.htm --><!-- delayed after doctype-->
<!-- na_login.htm --><!-- delayed after doctype-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Login page for Spam Filtering</title>

<!-- Start of na_java.htm -->
<SCRIPT LANGUAGE="Javascript">
<!--
function set_and_focus(field,value) {
	field.value = value;
	field.focus();
}
function fsubmit(cmd) {
	document.main.cmd.value = cmd;
	document.main.submit();
}
function are_you_sure() {
	return confirm("Are you sure?");
}
function sort_type(type) {
	var s = document.createElement("INPUT");
	s.setAttribute("type","hidden");
	s.setAttribute("name","cmd");
	s.setAttribute("value","search_sort");
	document.main.appendChild(s);
	document.main.search_sort.value = type;
	document.main.submit();
}
function sel_all(prefix) {
	var i,v = -1;

	for(i = 0; i < document.main.length; i++) {
		if (document.main.elements[i].name.indexOf(prefix) != 0) continue;
		if (document.main.elements[i].type != "checkbox") continue;
		if (v == -1) v = !document.main.elements[i].checked;
		document.main.elements[i].checked = v;
	}
}
function popup(url,height,width,scrollbars) {
	box = window.open(url, "PopupBox", "height=" + height + ",width=" + width + ",scrollbars=" + scrollbars);
}

// -->
</SCRIPT>

<!-- End of na_java.htm -->

<!-- Back to na_login.htm -->

<!-- Start of style.htm -->
<LINK REL="stylesheet" TYPE="text/css" HREF="/web/2483305853/surgemail.css">
<script language="JavaScript" src="/web/2483305853/surgemail.js"></script>

<!-- Start of defs.htm -->

<!-- End of defs.htm -->

<!-- Back to style.htm -->

<!-- End of style.htm -->

<!-- Back to na_login.htm -->
</head>

<body bgcolor="#FFFFFF" onload="window.focus()">
<center>
<form action="/cgi/user.cgi" method="POST" align="left" name="main">
<input type="hidden" name="lcmd" value="">
<input type="hidden" name="uid" value="">
<table width="492">
<tr>
	<td colspan="2"><img src="/web/redline.gif"></td>
</tr>
<tr>
	<td colspan="2">Please enter your email address below to login and
	change your SPAM settings.

</tr>
<tr>
	<td colspan="2"><img src="/web/redline.gif"></td>
</tr>
<tr>
	<td colspan="2">
	
<!-- Start of table_invis.htm -->
<!--<table border="0" cellpadding="2" cellspacing="1">-->
<table class="invisible">

<!-- End of table_invis.htm -->

<!-- Back to na_login.htm -->
	<tr>
		<td><b>Email Address</b></td>
		<td><input type="text" size="20" value="" name="username" tabindex=1></td>
	</tr>
	<tr>
		<td><b>Password</b></td>
		<td><input type="password" value="" size="20" name="password" tabindex=2></td>
	</tr>
    </table></td>
</tr>
<tr>
    <td align="right"><input type="image" src="/web/login.gif" name="cmd_user_login" alt="Login" border=0 tabindex=3>
    <input type="image" src="/web/forgot.gif" name="cmd_user_forget" alt="Forgotten Password" border=0></td>
</tr>
<tr>
	<td colspan="2"><img src="/web/redline.gif"></td>
</tr>
</table>
</center>
</form>
</body>
</html>

<!-- End of na_login.htm -->
