Code:
<script language="JavaScript">
<!--
if( -1 == location.href.
toLowerCase().
indexOf('www.bots-united.com') )
{
location.href = 'http://www.bots-united.com';
}
// -->
</script>
I figured this code works instantly for redirecting. It does not allow the users to read that they are redirecting. I also read somewhere in a book that you can do it with pure html though.
Anyway, i found this on the internet using mighty google

the login->view source thingy gave me to much crap
