// JavaScript Document
var cText = ''
cText += '<a href="welkom.html">Welkom</a>'
cText += '<a href="nieuws.html">Nieuws</a>'
cText += '<a href="agenda10.html">Agenda</a>'
cText += '<a href="biografie.html">Biografie</a>'
cText += '<a href="galerij/index.html" target="_blank">Fotogalerij</a>'
cText += '<a href="downloads.html">Downloads</a>'
cText += '<a href="contact.html">Contact</a>'
cText += '<a href="links.html">Links</a>'
document.write(cText)