Support - JavaScript Redirect
You can set up a page redirect using javascript. Copy and paste the following code. Place the code in the header.
<script>
window.location = "http://www.destination.com/location.html"
</script>
Then change the href location to whatever page you would like to be redirected to.










