function writeHeader(naamlijn,top) {

document.write('<!doctype html public "-//w3c//dtd html 3.2//en">');
document.write('<html>');
document.write('<head>');
document.write('		<meta name="GENERATOR" content="Arachnophilia 4.0">');
document.write('		<meta name="FORMATTER" content="Arachnophilia 4.0">');
document.write('		<META name="classification" content="Brandweer">');
document.write('		<META name="description" content="Site van Brandweer Blankenberge">');
document.write('		<META name="resource-type" content="document">');
document.write('		<META name="revisit-after" content="20 days">');
document.write('		<META name="robots" content="all">');
document.write('		<META name="distribution" content="global">');
document.write('        	<META name="keywords" content="Brandweer, vrijwilligers, vrijwillige brandweer, brandweerkorps, Blankenberge">');
document.write('        <TITLE>');
document.write('               Brandweer Blankenberge');
document.write('        </TITLE>');
document.write('</head>');

document.write('<body bgcolor="#8B0000" text="#FFFFFF" link="#FF0000" vlink="#ED4C4C" alink="#ED4C4C">');

document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BGCOLOR="#000000" ALIGN=center BORDER="0" WIDTH=760>');
document.write(' <TR>');
document.write('     <TD rowspan="2" ><TD colspan="2" WIDTH=28 HEIGHT=28><IMG SRC="pic/bochtlb.jpg"></TD>');
document.write('     <TD>');
document.write('          <TABLE WIDTH=704 CELLPADDING="0" CELLSPACING="0" ALIGN=center BORDER="0">');
document.write('           <TR>');

document.write('            <TD ALIGN=left ><A HREF="default.htm" onMouseOver = "rollover(\'home\')" onMouseOut  = "rollout(\'home\')"><IMG SRC="pic/linkhome.jpg" BORDER=0 NAME="home"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="ledenlijst.html" onMouseOver = "rollover(\'ledenlijst\');" onMouseOut  = "rollout(\'ledenlijst\');"><IMG SRC="pic/linkledenlijst.jpg" BORDER=0 NAME="ledenlijst"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="ploegindeling.html" onMouseOver = "rollover(\'ploegindeling\');" onMouseOut  = "rollout(\'ploegindeling\');"><IMG SRC="pic/linkploegindeling.jpg" BORDER=0 NAME="ploegindeling"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="fotogallerij.html" onMouseOver = "rollover(\'fotogallerij\');" onMouseOut  = "rollout(\'fotogallerij\');"><IMG SRC="pic/linkfotogallerij.jpg" BORDER=0 NAME="fotogallerij"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="geschiedenis.html" onMouseOver = "rollover(\'geschiedenis\');" onMouseOut  = "rollout(\'geschiedenis\');"><IMG SRC="pic/linkgeschiedenis.jpg" BORDER=0 NAME="geschiedenis"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="tips.html" onMouseOver = "rollover(\'tips\');" onMouseOut  = "rollout(\'tips\');"><IMG SRC="pic/linktips.jpg" BORDER=0 NAME="tips"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="telefoonnummers.html" onMouseOver = "rollover(\'telefoonnummers\');" onMouseOut  = "rollout(\'telefoonnummers\');"><IMG SRC="pic/linktelefoonnummers.jpg" BORDER=0 NAME="telefoonnummers"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="dienst100.html" onMouseOver = "rollover(\'dienst100\');" onMouseOut  = "rollout(\'dienst100\');"><IMG SRC="pic/linkdienst100.jpg" BORDER=0 NAME="dienst100"></A></TD>');
document.write('            <TD ALIGN=left ><A HREF="links.html" onMouseOver = "rollover(\'links\');" onMouseOut  = "rollout(\'links\');"><IMG SRC="pic/linklinks.jpg" BORDER=0 NAME="links"></A></TD>');

document.write('           </TR>');
document.write('          </TABLE>');
document.write('     </TD>');
document.write('     <TD rowspan="2" ><TD colspan="2" WIDTH=28 HEIGHT=28><IMG SRC="pic/bochtrb.jpg"></TD>');
document.write(' </TR>');
document.write(' <TR>');
document.write('     <TD VALIGN=top  WIDTH=14 HEIGHT=70><IMG SRC="pic/linksklein.jpg"></TD>');
document.write('     <TD WIDTH=14 HEIGHT=70 ></TD>');
document.write('     <TD VALIGN=top ALIGN=center WIDTH=732 HEIGHT=70><IMG SRC="pic/');
document.write(top);
document.write('.jpg"></TD>');
document.write('     <TD WIDTH=14 HEIGHT=70></TD>');
document.write('     <TD WIDTH=14 HEIGHT=70><IMG SRC="pic/rechtsklein.jpg"></TD>');
document.write(' </TR>');
document.write(' <TR>');
document.write('     <TD></TD>');
document.write('     <TD><IMG SRC="pic/linksheelklein.jpg"></TD>');
document.write('     <TD></TD>');
document.write('     <TD>');

document.write('     </TD>');
document.write('     <TD></TD>');
document.write('     <TD></TD>');
document.write('     <TD><IMG SRC="pic/rechtsheelklein.jpg"></TD>');

document.write(' </TR>');
document.write(' <TR>');
document.write('     <TD></TD>');
document.write('     <TD VALIGN=top  WIDTH=14 HEIGHT=142><IMG SRC="pic/');
document.write(naamlijn);
document.write('.jpg"></TD>');
document.write('     <TD></TD>');
document.write('     <TD VALIGN=top>');



}


