<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@page contentType="text/html; charset=UTF-8"%>
<script language="javascript">
<%
//com.csc.library.utilities.UProfile uf=(com.csc.library.utilities.UProfile)session.getAttribute("userprofile");
//String userID=uf.getUserId();
%>
function bdOnload() {
	    <%session.invalidate();%>
//		document.cscform.action="../INDEX.jsp?__user=<%//=userID%>";
		document.cscform.action="../INDEX.jsp";
		document.cscform.submit();
}
function setTimer(){
	setTimeout("bdOnload()",2000);
}
</Script>
<HTML>
<HEAD>
<TITLE>Logout.jsp</TITLE>
</HEAD>
<BODY  onload="javascript:setTimer();">
<form name="cscform" method="post" target="_top">


<!----------BEGIN CSC INITIAL ZONE ------------------------>

<%//=screen.InitialVariable()%>

<!----------END CSC INITIAL ZONE -------------------------->

<br>
<br>
<br>
<br>
<br>
<table width="80%" border="0" align="center">
  <tr>
    <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
        <tr>
            <td>
              <P align="center"><font size="+2"><br>
                <b><font face="MS Sans Serif, Tahoma, sans-serif">ท่านขาดการติดต่อกับระบบนานเกินไป<br>
                </font></b></font><font face="MS Sans Serif, Tahoma, sans-serif"><b><font size="+2">ระบบจะกลับสู่หน้าหลัก เพื่อทำการ Log in อีกครั้ง
                </font></b></font></P>
              <div align="center"></div></td>
        </tr>
      </table></td>
  </tr>
</table>
</form>

</BODY>
</HTML>