<?php
include_once('includes.php');
include_once('displayUtils.php');
include_once('header.php');
?>
<style>
.formTbl td {padding-bottom:2px;height:25px}
.formTbl td input {width:160px}
</style>
<center>
<table cellspacing="0" cellpadding="0">
<tr>
<td style="text-align:left;">
<center>
<div style="color:white;background-color:#000;text-align:left;">
<br>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="padding:5px 0px;width:250px;vertical-align:middle">
<table cellspacing="0" cellpadding="0" class="formTbl">
<tr>
<!-- <td><a href="form.php?p=3q"><img src="images/timButton.jpg" onmouseover="this.src='images/timButtonOver.jpg'" onmouseout="this.src='images/timButton.jpg'" border="0"></a></td>-->
<?php
$stand = '<td><a href="form.php?p=3q"><img src="images/timButton.jpg" onmouseover="this.src="images/timButtonOver.jpg"" onmouseout="this.src="images/timButton.jpg"" border="0"></a></td>';
if(in_array($selectedDealer,array('northyork','islington')))
echo '<td style="text-align:center;color:white">
<font style="font-size:15pt;font-family:verdana;color:white;font-weight:bold;">' . strtoupper($dealerInfo[$selectedDealer]['name']) .' </font>
<br>
<font style="font-size:13pt;color:#ddd">' . $dealerInfo[$selectedDealer]['address'] .'</font>
<br>
<font style="font-size:13pt;color:#ddd"><a href="http://'. $dealerInfo[$selectedDealer]['website'] .'" target="_blank">'. $dealerInfo[$selectedDealer]['website'].'</a></font>
<br>
</td>';
else echo $stand;
?>
</tr>
</table>
</td>
<td style="padding:5px 10px;padding-bottom:10px;width:250px;vertical-align:middle">
<table cellspacing="0" cellpadding="0">
<tr>
<td><a href="form.php?p=win"><img src="images/winButton.jpg" onmouseover="this.src='images/winButtonOver.jpg'" onmouseout="this.src='images/winButton.jpg'" border="0"></a></td>
</tr>
</table>
</td>
<td style="padding:5px 0px;width:250px;vertical-align:middle">
<table cellspacing="0" cellpadding="0" class="formTbl" style="width:100%">
<tr>
<td><a href="form.php"><img src="images/cbbButton.jpg" onmouseover="this.src='images/cbbButtonOver.jpg'" onmouseout="this.src='images/cbbButton.jpg'" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</center>
</td>
</tr>
</table>
<audio autoplay loop>
<source src="video/borntobewild.mp3">
</audio>
</center>
<?php
if(!isset($_SESSION['webhit']))
{
$_SESSION['webhit'] = true;
?>
<iframe height="0" width="0" src="http://ar.absoluteresults.com/misc/webHits.php?url=<?= str_replace(array('www.'),'',$_SERVER['HTTP_HOST']); ?>&dealer=<?= $_SESSION['tradeup']['selectedDealer'] ?>&eventID=<?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['eventID'] ?>" frameborder="0"></iframe>
<?php
}
?>
<script>
getList('years');
</script>
<?php include_once('footer.php'); ?>