


var feature=new Array()

feature[0]='<a href="http://www.petfish.net/forum/">PetFish Forum</a> - Join with 3000 plus members and talk about fish'
feature[1]='<a href="http://www.petfish.net/kb/2/">Local Pet Shop Reviews</a>'
feature[2]='<a href="http://www.petfish.net/podcasts/">PetFish Radio</a>'
feature[3]='<a href="http://petfish.ourtoolbar.com/">Get your own PetFish.Net Browser Toolbar</a>'
feature[4]='<a href="http://www.petfish.net/sfs.php">Try The Pet Fish Super Search Tool</a>'
feature[5]='<a href="http://petfish.net/adr/">Plan Your Aquarium With The Design Tool</a>'

var whichfeature=Math.floor(Math.random()*(feature.length))
document.write(feature[whichfeature])
