<!--//
var date = new Date();
document.write("<table cellpadding=0 cellspacing=0 height=400 width=100% border=0><tr><td width=100% height=100% align=center valign=center><form name=login method=post action='/cgi/login.cgi?Login&'>");
document.write("<table border=0><tr><td class=H colspan=2>Login</td></tr>");
document.write("<tr><td class=RESULT colspan=2><p>You must be logged in as a counselor to access this page.<br><br></td></tr>");
document.write("<tr><td class=N>Name (or email):</td><td class=V><input type=text name=ALIAS size=11 value=''></td></tr>");
document.write("<tr><td class=N>Password:</td><td class=V><input type=password name=PASSWORD size=11 value=''></td></tr>");
document.write("<tr><td class=F colspan=2 align=center><input type=submit value='LOGIN'></td></tr></table>");
document.write("<input type=hidden name=TIME_OFFSET value='"+date.getTimezoneOffset()+"'>");
document.write("<input type=hidden name=RE value='/cgi/sql.cgi?View&T=students&V=COUNSELOR'>");
document.write("</form></td></tr></table>");
//-->

