sometimes its necessary to redirect your visitors to another websiste or url if you want to know how to do this, its easy, you can us this example:

Code:
<script type="text/javascript">
<!--
window.location = "http://www.webune.com/"
//-->
</script>


just put this code on your html page and then open it with your browser and you will see it in action. try it, its cool.