<html>
<head>
	<title>- javacoffee.de -</title>
	<link rel="stylesheet" href="404.css" type="text/css" media="all" />
	<script type="text/javascript">

		function keypress(evnt)
		{		
			if(!evnt)
				evnt = window.event;
	
			if(evnt.which) {
				keyCode = evnt.which;
			}
			else if(evnt.keyCode) {
				keyCode = evnt.keyCode;
			}
			
			switch(keyCode)
			{				
				case 16:
					break;
			
				case 17:
					break;
				
				case 18:
					break;
					
				default:
					window.location.href = "ask.html";
					break;
			}
		}
	</script>
</head>
<body>

	<center>
	<noscript>
		YOU NEED JAVASCRIPT IN ORDER TO USE THE PAGE
	</noscript>
	
	<div class="main">
		<center><span class="neg">ERROR 404</span>
		<p>The page you are looking for is missing or never was written.<br />
		You can wait (maybe a long time) and see if it becomes available again, or you can restart your computer.
		</p>
		<p>
		* Send us no e-mail to notify this and try it later.<br />

		* Press CTRL+ALT+DEL to restart your computer. You will<br />
		 &nbsp; lose unsaved information in any programs that are running.
		</p>
		<br />Press any key to continue <blink>_</blink>
		<div class="menu">
		</div>
	</div>
	</center>
	<script>document.onkeydown = keypress;</script>
</body>
</html>
