function displayLatestHeadlines()
{
	document.write (' <tr> ');
	// document.write ('	<td height="14" colspan="7"><img src="/gfx/ek2004/artikel/bg_headl.gif" alt="headlines" width="604" height="14" border="0" title="headlines" /></td>');
	document.write ('	<td height="14" colspan="7">&nbsp</td>');
	document.write ('</tr>');
	document.write ('<tr> ');
	document.write ('	<td colspan="7"><table width="604" border="0" cellspacing="0" cellpadding="0">');
	document.write ('<tr> ');
	document.write ('	<td colspan="8"><img src="/gfx/global/spacer.gif" width="604" height="3" /></td>');
	document.write ('</tr>');

	

	document.write ('   </table></td>');
	document.write ('</tr>');
} // einde functie displayLatestHeadlines
