<?php if($_SESSION['registration']['selectedDealer'] != "") { ?>
<div class="container" style="background-color:#ddd;background-image: url('images/greybg.png');">
<div class="sixteen columns" style="margin:20px 0px;">
<div style="padding:10px">
<center>
<h4>
We are always available to talk in person, chat on the phone.
<br>Simply stop by our dealership or give us a call at <?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['phone'] ?>.
</h4>
<br>
<h4 style="font-weight:bold">
<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['name'] . ' - ' . $dealerInfo[$_SESSION['registration']['selectedDealer']]['address'] ?>
</h4>
<br>
<img src="images/chryslerLogo.png" class="scale-with-grid">
</center>
</div>
</div>
</div>
<div class="container" style="background-color:black;background-image:url('images/topBG.jpg');padding:20px 0px;color:white">
<center>
Copyright © <?= date("Y") ?> Absolute Results Productions Ltd.
</center>
</div>
<!-- -->
<!-- End Document
================================================== -->
<?php
if(!isset($_SESSION['webhit']))
{
$_SESSION['webhit'] = true;
?>
<iframe height="0" width="0" src="http://ar.absoluteresults.com/misc/webHits.php?url=<?= $_SESSION['registration']['selectedDealer'] ?>&dealer=<?= $_SESSION['registration']['selectedDealer'] ?>&eventID=<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['eventID'] ?>" frameborder="0"></iframe>
<?php
}
?>
<?php } ?>
<!--
<div class="container" style="font-size:0.8em">
<center>
Copyright © <?= date("Y") ?> Absolute Results Productions Ltd.
</center>
</div>
-->
<iframe id="emailFrame" height="0" width="0" frameborder="0" onload="emailSent()" style="margin:0px;padding:0px"></iframe>
<iframe id="smsFrame" height="0" width="0" frameborder="0" onload="smsSent()"></iframe>
</body>
</html>