
// LDD template_jmdd topmenu.js

if (window.location.search.indexOf('0', 1) > -1) {
	document.writeln('');
} else if (window.location.search.indexOf('1', 1) > -1) {
	document.writeln('<tr><td id="topmenu" class="hbar"></td></tr>');
} else {
	document.writeln('<tr><td id="topmenu" class="hbar">De politieke blog van Jean-Marie Dedecker</td></tr>');
}
