var pageheight = "150";	
var jaar = "2011"

document.write('<img src="../pictures/spacer.gif" height="' + pageheight + ' " width="1" > <br>');

document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.html">About</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.html">Contact</a>');

document.write('<br><br>All contents &copy; copyright ' + jaar + ' ' );

document.write('<a href="index.html">sport-shots.nl</a><br>');

document.write('<br>');


