<html>
<head>
<script language="JAVASCRIPT">
function closepopup(){
setTimeout("window.close()", 5000);
}
</script>
<title>.....Try Again...... </title>
</head>
<body bgcolor="#0066CC" onload="closepopup">
<center>
<font face="Courier New, Courier, mono"><b>Sorry, incorrect.</b></font><br>
<br>
<input type="button" value ="OK" onClick="window.close()">
</center>
</body>
</html>