function menu()
{
document.write("<a href=http://dbzrpg.i8.com/index.html>Home</a><br>");
document.write("<a href=http://dbzrpg.i8.com/attacks.html>Attacks</a><br>");
document.write("<a href=http://dbzrpg.i8.com/characters.html>Characters</a><br>");
document.write("<a href=http://dbzrpg.i8.com/locations.html>Locations</a><br>");
document.write("<a href=http://dbzrpg.i8.com/Shop.html>Shop</a><br>");
document.write("<a href=http://dbzrpg.i8.com/employment.html>Employment Agency</a><br>");
document.write("<a href=http://dbzrpg.i8.com/training.html>Training Center</a><br>");
document.write("<a href=http://dbzrpg.i8.com/login.html>Premium Members</a><br>");
document.write("<a href=http://dbzrpg.i8.com/rules.html>Rules</a><br>");
document.write("<a href=http://dbzrpg.i8.com/gettingstarted.html>Getting Started</a><br>");
document.write("<a href=http://dbzrpg.i8.com/guilds.html>Guilds</a><br>");
document.write("<a href=http://dbzwt.proboards62.com/index.cgi>Forums</a><br>");
}