<?php
$poweredby = "Powered by: " .
"<a href=\"http://sourceforge.net/projects/athena-research/\"" .
"class=\"poweredby\" target=\"_blank\">
Athena Research Assitant v 0.1a</a>";
echo("<div align=\"center\">");
echo("<table border=\"0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#ffffff\">");
echo("<tr>");
echo("<td>");
echo("<table border=\"0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#ffffff\">");
echo("<tr>");
echo("<td colspan=\"2\" class=\"poweredby\">");
echo("<b>" . $ATHENAtitle . "</b>");
echo("</td>");
echo("</tr>");
echo("<tr>");
echo("<td colspan=\"2\" class=\"poweredby\">");
echo("Administrator: " . $admin_name);
echo("</td>");
echo("</tr>");
echo("<tr>");
echo("<td class=\"poweredby\">");
echo("| <a href=\"mailto:" . $admin_email . "\" class=\"poweredby\">" . $admin_email . "</a> |");
echo("</td>");
echo("<td class=\"poweredby\">");
echo("| " . $admin_phonenumber . " |");
echo("</td>");
echo("</tr>");
echo("<tr>");
echo("<td colspan=\"2\" bgcolor=\"#ffffff\" class=\"poweredby\">");
echo( "<b>" . $poweredby . "</b> | " .
"<a href=\"../LICENCE.txt\" class=\"poweredby\">Product Licence</a>");
echo("</td>");
echo("</tr>");
echo("</table>");
echo("</td>");
echo("</tr>");
echo("</table>");
echo("</div>");
?>