function ORlogo_klein()
{  document.write('<!-- ONLINE RESEARCH Logo ANFANG -->');
   document.write('<table cellspacing="0" cellpadding="0" border="0">');
   document.write('<tr>');
   document.write('<td><img src="../utils//ORlogo/lo__000.jpg" width="45" height="40"></td>');
   document.write('<td><img src="../utils//ORlogo/lo__001.jpg" width="45" height="40"></td>');
   document.write('<td><img src="../utils//ORlogo/lo__002.jpg" width="45" height="40"></td>');
   document.write('<td><img src="../utils//ORlogo/lo__003.jpg" width="45" height="40"></td>');
   document.write('</tr>');
   document.write('<tr>');
   document.write('<td><img src="../utils//ORlogo/lo__004.jpg" width="45" height="40"></td>');
   document.write('<td><img src="../utils//ORlogo/lo__005.jpg" width="45" height="40"></td>');
   document.write('<td><img src="../utils//ORlogo/lo__006.jpg" width="45" height="40"></td>');
   document.write('<td><img src="../utils//ORlogo/lo__007.jpg" width="45" height="40"></td>');
   document.write('</tr>');
   document.write('</table>');
   document.write('<!-- ONLINE RESEARCH Logo ENDE -->');
}