// Start the Code
<script language="php">
if (isset($TOPDIR)!=TRUE)
$TOPDIR="";
//$TOPDIR = "http://tevp.net/".$TOPDIR;
global $TRUEDIR;
if (!isset($TRUEDIR))
{
$TRUEDIR = $TOPDIR;
}
if (!isset($nopage) || $nopage!=1)
{
$after = " page";
}
if (isset($title) && $title!="") {
print <<<HEADER
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-GB">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<!-- Navigational metadata for large websites (an accessibility feature): -->
<link rel="top" href="./index.php" title="Homepage" />
<link rel="up" href="./index.php" title="Up" />
<link rel="stylesheet" type="text/css" href="/prosimii/prosimii-screen-alt.css" media="screen" title="Prosimii (alternative)"/>
<link rel="stylesheet" type="text/css" href="/prosimii/prosimii-print.css" media="screen" title="Print Preview" />
<link rel="stylesheet" type="text/css" href="/prosimii/prosimii-print.css" media="print" />
<link rel="openid.server" href="http://www.livejournal.com/openid/server.bml" />
<link rel="openid.delegate" href="http://palfrey.livejournal.com" />
<meta http-equiv="X-XRDS-Location" content="http://palfrey.livejournal.com/data/yadis" />
<title>Tom Parker's $title$after</title>
<meta name="ICBM" content="51.9956, 4.3518" />
<meta name="DC.title" content="Tom Parker's $title$after" />
HEADER;
if (isset($HEADER_STYLES))
{
print "\t<link rel=\"stylesheet\" href=\"{$HEADER_STYLES}\" type=\"text/css\"/>\n";
}
</script>
<link rel="meta" type="application/rdf+xml" title="FOAF" href="http://tevp.net/foaf.rdf" />
<script language="JavaScript" type="text/javascript">
<!--
function startSheets()
{
//if(document.styleSheets){
{
//alert(document.styleSheets[1].title);
//alert(document.styleSheets[0].title);
document.styleSheets[1].disabled = true;
document.styleSheets[0].disabled = false;
}
}
window.onload = startSheets;
function toggleSheets(th){
if(document.styleSheets){
var c = 3;//document.styleSheets.length;
for(var i=1;i<c;i++){
document.styleSheets[i].disabled=!document.styleSheets[i].disabled;
}
/*alert(th.innerHTML);
if (th.innerHTML = "printer-friendly version «")
th.innerHTML = "graphical version «";
else
th.innerHTML = "printer-friendly version «";
*/
}
}
//-->
</script>
</head>
<script language="php">
}
</script>
<body>
<script language="php">
//include $TRUEDIR."breadcrumb.php3";
//breadCrumb($HTTP_SERVER_VARS["REQUEST_URI"]);
</script>
<!-- For non-visual user agents: -->
<div id="top"><a href="#main-copy" class="doNotDisplay doNotPrint">Skip to main content.</a></div>
<!-- ##### Header ##### -->
<div id="header">
<div class="superHeader">
</div>
<div class="midHeader">
<h1 class="headerTitle" lang="en"><script language="php">print "Tom Parker's $title$after";</script></h1>
</div>
<div class="subHeader">
<a href="/">Home</a> |
<a href="/papers/">Research</a> |
<a href="/projects/">Personal Projects</a> |
<a href="/music/">Music</a> |
<a href="/quotes/">Quotes</a> |
<a href="/images/">Images</a> |
<!-- <a href="http://tevp.net/mac/">iMac</a> |-->
<a href="/links/">Links</a> |
<a href="/debian/">Debian</a>
<!-- | <a href="/about/">About Me</a> -->
<span class="pf"><a title="Thanks to CSS, this page is already printer friendly!" href="javascript:toggleSheets(this)">printer-friendly version</a></span>
</div>
</div>
<!-- ##### Side Menu ##### -->
<p id="side-bar">
<!--<a href="">>> Home</a>-->
</p>
<!-- ##### Main Copy ##### -->
<div id="main-copy">
// End the CodeReturn to the Code Page

