<meta http-equiv="refresh" content="0;url=http://www.yoursite.com/destination/index.html">
<html>
<head>
</head>
<body>
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by Bamshad
var URL = "http://www.city-soft.com"
var speed = 10000
function reload() {
location = URL
}
setTimeout("reload()", speed);
//-->
</script>
Please wait 5 seconds,<br>
<br>
then you will be taken to another page.
</body>
</html>