<?php   //Ian Bugeja 2005
        
session_start();
        
header("Cache-control: private"); // IE 6 Fix.
?>

<!doctype html public "-//W3C//DTD HTML 4.01//EN">

<html>

   <head>
      <title>AHNAR Startup</title>
      <meta http-equiv="generator" content="AHNAR Ian Bugeja 2005 APT Project" />
      <meta http-equiv="keywords" content="ahnar, hypertext, adaptive hypertext, hypertext navigator, suggest links, ian bugeja, university of malta" />
      <link rel="stylesheet" href="ahnarstyle.css">
   </head>

   <body class="ahnarbody">

   <table align="center" width="700" class="ahnartable">
    <tr>
        <td>
           <table width="100%" cellpadding="0" cellspacing="0">
           <tr>

           <td class="ahnarlarge">AHNAR &nbsp;&nbsp;<span class="ahnarmedium">[ Adaptive Hypertext Navigator and Recommender ]</span>
           </td>

           <td align="right">
               <?php
                $browser 
$_SERVER['HTTP_USER_AGENT'];
                if (
stripos($browser"Firefox") === false)   //only Firefox and MSIE handled
                
{   ?>
                        <a class="ahnarmedium" STYLE="cursor:hand; text-align: right; text-decoration: none;" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://ahnar.dyndns.org');">
                        ( Make AHNAR your Homepage! )</a>
                <?php ?>
           </td>
           </tr>
           </table>
           <hr class="ahnarlarge">
        </td>
    </tr>

    <tr><td>&nbsp;</td></tr>

    <tr>
        <td> <form name"urlinput" method="get" action="ahnar.php">
            Enter URL: <input type="text" name="ahnarurl" value="" size="50">
        </td>
    </tr>
    <tr>
        <td>
            &nbsp;&nbsp;<input type="submit" name="ahnarbrowse" class="ahnarbutton" value="AHNAR  Browse">
        </form>
        </td>
    </tr>
    <tr><td style="text-align:right">
        [<a href="help.php">Help</a>]
        <?php if (isset($_SESSION['visited'])) echo "[<a href='destroy.php'>RESET</a>]"; else $_SESSION = array();  ?>
    </td></tr>

    <tr><td><br></td></tr>

    <tr>
    <td>
        <p>AHNAR is a system to help anyone browse the www by suggesting those links to follow. Just enter any url above and click on AHNAR Browse. AHNAR also provides See Also links with sites on the same topic.</p>
    </td>
    </tr>

    <tr><td><hr style="color:white"></td></tr>

    <tr>
        <td>
            <i>Ian Bugeja 2005 - CSA3004 - University of Malta.</i>
        </td>
    </tr>
   </table>


   </body>
</html>