<?php include_once("includes.php"); ?>
<?php include_once('header.php'); ?>
<?php
if($_SESSION['register']['apptDate'] != "" && $_SESSION['register']['mobile'] != "" && $_SESSION['register']['selectedDealer'] != "")
{
?>
<iframe height="0" width="0" src="http://96.53.92.6:8080/bridgecitycrazyoffers/email.php?regID=<?= urlencode(serialize($_SESSION['register'])) ?>"></iframe>
<?php } ?>
<table cellspacing="0" cellpadding="0" style="width:885px">
<tr>
<td>
<table cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td>
<table cellspacing="0" cellpadding="0" style="width:100%;height:39px;background-image:url('images/bannerBackground.jpg');background-repeat:no-repeat">
<tr>
<td style="padding-left:20px"><img src="images/thankyou.png"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="boxTD" style="padding-left:20px;width:100%">
Thank you for registering! You should receive an email from us shortly.
<br><br>
Please visit our dealership:
<br><br>
<font style="color:yellow">
<b><?= $dealerInfo[$_SESSION['register']['selectedDealer']]['name']?> </b>
</font>
<br>
<?= $dealerInfo[$_SESSION['register']['selectedDealer']]['address'] ?>
<br><br>
<a href="index.php">Back</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<?php include_once('footer.php'); ?>