var tab = new Array();
tab[0]='<a href="team/index.php"><img src="images/teambox2.jpg" width="325" height="167" class="pad13" border="0" border="0" /></a>';
tab[1]='<a href="arcade/index.html"><img src="images/rotbox-games2.jpg" width="325" height="167" class="pad13" border="0" border="0" /></a>';
tab[2]='<a href="goodies/index.html"><img src="images/rotbox-goodies2.jpg" width="325" height="167" class="pad13" border="0" border="0" /></a>';
document.write(tab[parseInt(Math.random()*3)]);