<script>
if(navigator.userAgent.indexOf("Firefox") != -1)
{
window.location = "http://forumunun adresi/";
}
else if(navigator.userAgent.indexOf("MSIE") != -1)
{
window.location = "http://forumunun adresi/";
}
else if(navigator.userAgent.indexOf("Netscape") != -1)
{
window.location = "http://forumunun adresi/";
}
else
{
window.location = "http://forumunun adresi/";
}
</script>