<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<link href="/wink/style/css.css" rel="stylesheet" type="text/css"/>
		<link href="/wink/style/icon.png" rel="icon" type="image/png"/>
		<meta content="false" name="svg.render.forceflash"/>
		<script data-debug="true" data-path="/wink/script/svgweb/" src="/wink/script/svgweb/svg.js">_</script>
		<script src="/wink/script/jquery-1.4.min.js">_</script>
		<title/>
	</head>
	<body>
		<div style="background-color: white; padding: 10px;">
			<div style="font-size: 300%; padding: 20px;">
				<span xmlns="">W<span style="color: red;">i</span>NK</span>
			</div>
			<div xmlns="">
	<script language="javascript" type="text/javascript">
		function setURL()
		{	var loginform=document.getElementById('loginform');
			loginform.url.setAttribute("value", window.location.href);
			loginform.submit();
		}
		function init()
		{	document.loginform.userid.focus();
		}
	</script>
	<form action="/wink/login-submit" id="loginform" method="post">
		<input name="url" type="hidden"/>
		<table>
			<tr>
				<td>User</td><td><input name="userid" type="text"/></td>
			</tr>
			<tr>
				<td>Password</td><td><input name="password" type="password"/></td>
			</tr>
			<tr>
				<td><input onclick="javascript:setURL()" type="button" value="Login"/></td>
			</tr>
		</table>
	</form>
</div>
			<div xmlns="">
	<hr/>
	<table>
		<tr>
			<td><img src="/wink/style/poweredby.png"/></td>
			<td>
				<div style="font-size: 90%">
					W<span style="color: red;">i</span>NK<br/>
					© 2008-2011, <a href="http://www.1060research.com">1060 Research Limited</a>
				</div>				
			</td>
		</tr>
	</table>
</div>
		</div>
	</body>
</html>