var active = 'class="current_page_item"';
document.write ('<div id="header"><div id="logo"><h1>De Halse orde van Hofmaarschalken en Hofdames</h1></div></div><div id="menu"><ul><li ' + ((location.href.indexOf("index.html") != -1 && location.href.indexOf("fotoalbums") == -1 ) ? active : '') + '><a href="http://www.hofmaarschalken.be/index.html">Home</a></li><li ' + ((location.href.indexOf("historiek.html") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/historiek.html">Historiek</a></li><li ' + ((location.href.indexOf("kalender.html") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/kalender.html">Kalender</a></li><li ' + ((location.href.indexOf("hofwijn.html") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/hofwijn.html">Hofwijn</a></li><li ' + ((location.href.indexOf("fotos.html") != -1 || location.href.indexOf("fotoalbums") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/fotos.html">Foto\'s</a></li><li ' + ((location.href.indexOf("contact.html") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/contact.html">Contact</a></li><li ' + ((location.href.indexOf("sponsors.html") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/sponsors.html">Sponsors</a></li><li ' + ((location.href.indexOf("gastenboek.html") != -1) ? active : '') + '><a href="http://www.hofmaarschalken.be/gastenboek.html">Gastenboek</a></li><li><a href="http://www.galabal-halle.be">Galabal</a></li></ul></div></div>');

