<?php include_once('includes.php'); ?>
<?php include_once('header.php'); ?>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="padding-left:40px;padding-top:270px;padding-bottom:100px;text-align:left;color:white">
<font style="font-size:25pt;font-family:impact;color:white"><?= strtoupper($dealerInfo[$selectedDealer]['name']) ?></font>
<br>
<font style="font-size:13pt;color:#ddd"><?= $dealerInfo[$selectedDealer]['address'] ?></font>
</td>
</tr>
<tr>
<td style="padding-left:40px;text-align:left;">
<center>
<img src="images/tradeWorth.jpg">
<div style="color:white;background-color:#111;width:899px;padding-top:10px">
<iframe src="http://tradein.canadianblackbook.com/tradein/java/entry_token_3cadbfbcd489b0c3a5ba4def402838c2" style="width:600px;height:400px;" frameborder="0" scrolling="no"></></iframe>
</div>
<img src="images/roundBottom.jpg">
</center>
</td>
</tr>
</table>
<?php include_once('footer.php'); ?>