<script>
function brand(a) 
{return parseInt((a)*Math.random()+1);}
var numb;
numb=brand(2);
if (numb==1)
{window.location = "http://hutao.hyit.edu.cn/bbsht/ShowForum.asp?ForumID=3";}
if (numb==2)
{window.location = "http://hutao.hyit.edu.cn/bbsht/ShowForum.asp?ForumID=3";}
</script> 