<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>Ajax Chat</title>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<meta http-equiv="imagetoolbar" content="no" />
		<link rel="stylesheet" type="text/css" media="screen" href="include/css/chat.css" />
		<script type="text/javascript" src="include/js/prototype.js"> </script>
		<script type="text/javascript" src="include/js/chat.js"> </script>
	</head>
	<body>
		<div id="backgroundSheet"></div>
		<div id="contentWrapper">
			<form id="loginForm" action="self" method="post">
				<div id="formWrapper">
					<label for="nptUsername">Enter a username: </label>
					<input type="text" class="textbox" id="nptUsername" name="nptUserName" value="" />
					<br />
					<input type="button" class="button" value="Login" onclick="return CheckUsername();" />
				</div>
			</form>
		</div>
	<body>
</html>