</div>
<div style=";position:relative;top:500px">
<table cellpadding="0" cellspacing="0" style="width:800px">
<tr>
<td style="font-weight:bold;font-size:15pt">
We are always available to talk in person, chat online or on the phone.
<br>
Simply stop by our dealership or give us a call at <font style="color:blue"><?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['phone'] ?></font>.
</td>
</tr>
<tr>
<td style="padding-top:20px">
<?php if($dealerInfo[$_SESSION['registration']['selectedDealer']]['chatCode'] != "") { ?>
<!-- This code must be installed within the body tags -->
<script type="text/javascript">
var lhnAccountN = "18429-1";
var lhnButtonN = 38;
var lhnChatPosition = 'default';
var lhnInviteEnabled = 1;
var lhnWindowN = 0;
var lhnDepartmentN = <?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['chatCode'] ?>;
var lhnCustom1=encodeURIComponent('<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['name'] ?>');
var lhnCustom2=encodeURIComponent('<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['address'] ?>');
</script>
<a href="http://www.LiveHelpNow.net/" target="_blank" style="font-size:10px;" id="lhnHelp">Help Desk Software</a>
<script src="//commondatastorage.googleapis.com/lhn/chat/scripts/lhnchatbutton-current.min.js" type="text/javascript" id="lhnscript"></script>
<?php } ?>
</td>
</tr>
</table>
<br>
<font style="font-weight:bold;font-size:13pt">
<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['name'] . ' - ' . $dealerInfo[$_SESSION['registration']['selectedDealer']]['address'] ?>
</font>
<br><br>
<img src="images/chryslerLogo.png">
<br><br><br>
<table cellspacing="0" cellpadding="0" style="width:93%">
<tr>
<?php foreach($_SESSION['offers'] as $link => $info) { ?>
<td>
<?php if($link == $currentPage) { ?>
<font style="font-size:10pt;text-decoration:underline;font-weight:bold"><?= $info['description'] ?></font>
<?php } else { ?>
<a href="<?= $link ?>.php" style="font-size:10pt;text-decoration:none;color:blue;font-weight:bold"><?= $info['description'] ?></a>
<?php } ?>
</td>
<?php } ?>
</tr>
</table>
<br><br>
<font style="font-size:9pt">© Copyright <?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['name'] ?> | Powered By Absolute Results Productions Ltd.
<br><br>
</div>
</div>
<?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
}
?>
<div style="width:100%;height:22px;background-image:url('images/shadow.png');position:absolute;top:200px;"></div>
</center>
<?php if($dealerInfo[$_SESSION['registration']['selectedDealer']]['gAnalytics'] != "") echo $dealerInfo[$_SESSION['registration']['selectedDealer']]['gAnalytics']; ?>
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/0621.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<?php if(isset($_GET['complete'])) { ?>
<!-- Google Code for Lead Conversion Page --> <script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 983371285;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "UXX4CIOn5wQQlZz01AM"; var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript"
src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt=""
src="//www.googleadservices.com/pagead/conversion/983371285/?value=0&label=UXX4CIOn5wQQlZz01AM&guid=ON&script=0"/>
</div>
</noscript>
<?php } ?>
</body>
</html>