redirection to another URL.

You might have changed your URL to a new one and would like to redirect browsers from the old URL. If for any other reason, you would like people to be redirected from your URL to another page, you could use this script.

Simply copy and paste the following code into the < body > tag of your html code. p.s. I spend quite a lot of my time writing these scripts, so it would be great if you could leave the credits alone.

<script language="Javascript">
/* Javascript designed & written by Nora Jiang @ www.faded-chimera.net */
/* Displaying a date */

window.location = "http://www.google.com/"; // URL to be redirected here.

/* Javascript designed & written by Nora Jiang @ www.faded-chimera.net */
</script>