<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head><title>proper redirect</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
<!--
location.replace("yourhtmlpage.htm");
-->
</script>
<noscript>
<meta http-equiv="refresh" content="0; url="yourhtmlpage.htm" />
</noscript>
</head>
<body>
Redirecting you...Please click <a href="yourhtmlpage.htm" >here</a> if your browser rests on this page
</body>
</html>