<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<script>
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)

//if NS 6
if (browser_type=="Netscape"&&browser_version>=5)
window.location.replace("http://glowhost.com/suspended.php")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://glowhost.com/suspended.php")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.glowhost.com/suspended.php")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://www.glowhost.com/suspended.php"
</script></p>
<p>You Are Being redirected. If this page appears for more than 5 Seconds, click
  <a href="http://glowhost.com/suspended.php">Here</a> </p>
</body>
</html>
