function writeGlobalSiteNav(category,categorylink,name) {
	document.write('<div id="nos-balk">');
	document.write('<a href="http://www.nos.nl" class="logo-nos" title="Ga naar NOS.nl">NOS</a>'); 
	document.write('<div id="npo_button_container" class="npo_button_lol"><a href="#" class="ontdek-nl">Ontdek NL</a></div>');
	document.write('<form action="http://www.nos.nl/zoeken/" class="search" method="get">');
	document.write('<fieldset><input type="text" name="s" title="Zoekterm..." class="autopopulate" /> <button type="submit"><span>Zoek</span></button></fieldset>');
	document.write('</form>');
	document.write('<ul>');
	document.write('<li><a href="http://www.nos.nl/">NOS.nl</a></li>');	
	document.write('<li><a href="' + categorylink + '">' + category + '</a></li>');
	document.write('<li>' + name + '</li>');
	document.write('</ul>');
	document.write('</div>');
}