Forum Url:
http://wiitech.smfforfree3.comI wrote this one for my forum, depending on your ISP, this code will redirect visitors to a different sites you choose.
This one only works for Wii's, your going to need to edit it since its the code directly off my forum.
<script>
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
//if NS 4+
if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26")
//if FF 1+
if (browser_type=="Mozilla Firefox"&&browser_version>=1)
window.location.replace("http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26")
//if OPERA 8+
else if (browser_type=="Opera"&&browser_version>=8)
window.location.replace("")
//Default goto page (NOT OPERA 8+)
else
window.location="http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26"
</script>
Example:
Clicker Me!!It will redirect you to a post i made, unless you use your Wii. Give it a try.