function writeFooter(nestedLevels) {
  
  var sPathRedirects = "";
  
  for ( i=0; i<nestedLevels ; i++)
    sPathRedirects += "../";
  
  document.write('<a style="color:#ffffff;" href="' + sPathRedirects + 'index.html">home</a><font color="#cccccc"> | </font>\n');
  document.write('<a style="color:#9999ff;" href="' + sPathRedirects + 'artists/recombinant/index.html">recombinant</a><font color="#cccccc"> | </font>\n');
  document.write('<a style="color:#ffff66;" href="' + sPathRedirects + 'artists/colordot/index.html">colordot</a><font color="#cccccc"> | </font>\n');
  document.write('<a style="color:#ffffff;" href="' + sPathRedirects + 'artists/thesouthdowns/index.html">The South Downs</a><font color="#cccccc"> | </font>\n');
  document.write('<a style="color:#cccccc;" href="' + sPathRedirects + 'dj/index.html">DJ</a><font color="#cccccc"> | </font>\n');
  document.write('<a style="color:#ffffcc;" href="' + sPathRedirects + 'software/index.html">software</a>\n');
  
  return true;
}
