Search HouseOfScripts.com
All Scripts JavaScripts ASP Scripts Other Scripts
Easy Redirect
<html> <head> <title>Easy Redirect</title> </head>
<body>
You will be redirected to http://www.houseofscripts.com.
<script language="JavaScript">
var URL = "http://www.houseofscripts.com";
self.location = URL;
</script>
</body> </html>
Home Scripts Active WebTools Web Templates Forum Tools Hosting Questions/Comments Add/Request
Copyright ©2003 HouseOfScripts.com