| ");
  echo("" . $entry['date'] . " | ");
  $entry['hostname'] = shorthost($entry['hostname'], 20);
  if($_GET['page'] != "device") { 
    echo("".generatedevicelink($entry)." | "); 
  }
  echo("  
      " . $entry['program'] . " : 
      " . htmlspecialchars($entry['msg']) . "
     | 
     | 
  ");
}
?>