document.write('<p>');
document.write('<table width="100%">');
document.write('<tr>');
document.write('<td width="50%" align="left">');
  document.write('&nbsp;&nbsp;&nbsp;<img src="/images/logo.jpg" width="200" border="0">');
document.write('</td>');
document.write('<td width="50%" align="right">');
  //document.write('<img src="http://www.blu-vision.nl/images/shop1.jpg" border="0" width="100">&nbsp;&nbsp;&nbsp;');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</p>');

