<!-- // frame protection code
if (window.self.location==window.parent.location)
{
document.write('</tr>\n');
document.write('</table>\n');
document.write("<table width='100%' height='36'  bgcolor='#FFFFCC'><tr><td>"+
"<div id='siteInfo'>"+ 
"   <a href='overzicht.htm'>Website overzicht "+ 
"</div></td></tr></table>\n");
}
//-->