var strClassName="OnLink";

document.write("<a class='"+strClassName+"' href='spin_menu.html'>Spinning Menu</a>");
document.write("&nbsp;|&nbsp;");
document.write("<a class='"+strClassName+"' href='ngon.html'>N-Gon</a>");
document.write("&nbsp;|&nbsp;");
document.write("<a class='"+strClassName+"' href='ngon.filled.html'>N-Gon Filled</a>");
document.write("&nbsp;|&nbsp;");
document.write("<a class='"+strClassName+"' href='3dengine.faces.html'>3D Engine - Faces</a>");
document.write("<br>");
document.write("<a class='"+strClassName+"' href='3dengine.points.html'>3D Engine - Points</a>");
document.write("&nbsp;|&nbsp;");
document.write("<a class='"+strClassName+"' href='calder.html'>Calder</a>");
document.write("&nbsp;|&nbsp;");
document.write("<a class='"+strClassName+"' href='footeye.html'>Ole' Footeye</a>");
document.write("&nbsp;|&nbsp;");	
document.write("<a class='"+strClassName+"' href='niceshootin.html'>Nice Shootin'</a>");
document.write("&nbsp;|&nbsp;");	
document.write("<a class='"+strClassName+"' href='newtonia/index.html'>Newtonia</a>");
document.write("&nbsp;|&nbsp;");	
document.write("<a class='"+strClassName+"' href='../index.html'>Home</a>");
document.write("<br><br>");
document.write("<font color='#66aa00' style='font-size:10px;font-family:arial;'>copyright &copy; Joey Fortuna, 2004</font>");
