document.writeln('<ul id="menu">');
document.writeln('');
document.writeln('<li><a href="http://www.futuregrooves.net/">future.grooves.</a></li>');
document.writeln('<li><a href="materialshop.html">material &bull; shop</a></li>');
document.writeln('<li><a href="about.html">bio</a></li>');
document.writeln('<li><a href="index.html">home</a></li>');
document.writeln('');
document.writeln(' </ul>');

