<?php include_once('includes.php'); ?><?php
include_once('displayUtils.php');
?><?php include_once('header.php'); ?>
<html>
<head>
<script src="scripts/ajax.js"
language="javascript">
</script>
<style>
.formTbl td {padding-bottom:2px;height:25px}
.formTbl td input {width:150px}
</style>
<title>
</title>
</head>
<body>
<table cellspacing="0"
cellpadding="0"
style="width:100%">
<tr>
<td style="padding-right:5px;text-align:left;">
<center>
<a href="tradeWorth.php">
<img src="images/tradeWorthButton.png"
border="0"></a></center>
</td>
</tr>
<tr>
<td style="padding-top:20px;padding-left:5px;text-align:left;">
<center>
<a href="bestDeal.php">
<img src="images/bestDealButton.png"
border="0"></a></center>
</td>
</tr>
</table>
<?php include_once('footer.php'); ?>
</body>
</html>