<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>current Server Status</title>
  <link rel="stylesheet" href="styles/utworld/utserverdisplay.css" type="text/css">
</head>
<body>

<?php
  require_once('utserverdisplay_ut3.inc.php');
  $server = new UTServerDisplay;
  $server->Show();
?>

</body>
