document.write("<p class=\"links\">");
document.write("<a href=\"index.html\">Home</a>");
document.write("</p>");
document.write("<h3>Music</h3>");
document.write("<p class=\"links\">");
document.write("<a href=\"pages/music_teaching.html\">Piano Teaching</a><br />");
document.write("<a href=\"pages/music_piano_rep.html\">Piano Repertoire</a><br />");
document.write("<a href=\"pages/music_teach_res.html\">Resources</a><br />");
document.write("<a href=\"pages/music_accompany.html\">Accompaniment</a><br />");
document.write("<a href=\"pages/music_organ.html\">Organ playing</a><br />");
document.write("<a href=\"pages/music_links.html\">Music links</a><br />");
document.write("</p>");
document.write("<h3>Mathematics</h3>");
document.write("<p class=\"links\">");
document.write("<a href=\"pages/maths_teaching.html\">Maths Tutoring</a><br />");
document.write("<a href=\"pages/maths_links.html\">Maths links</a>");
document.write("</p>");
document.write("<h3>Contact me</h3>");
document.write("<p class=\"links\">");
document.write("<a href=\"pages/contact.html\">Here</a>");
document.write("</p>");

