<!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">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="xhtml, css, html, printing, template" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<title>Oods Algorithm</title>
</head>
<body>
<center>
<div style="width: 80%; position:absolute; left:10%; top:0%; z-index:1">
<br />
<div class="tabArea" align="center">
<a class="tab" href="example.php">Example</a>
<a class="tab" href="source.php">Class</a>
<a class="tab" href="http://www.math.ucla.edu/~tom/Stopping/sr2.pdf" target="_blank">Theory</a>
</div>
<div class="Paragraph">
<h2> The good reasoned choice...</h2><br />
<?php
highlight_file('oods.class.php');
?>
</div><br /></div></center></body></html>
|