<div class="container" style="background-repeat:repeat-x;padding:20px 0px;color:white">
<center>
<script>
function tooglePrivacy() {
if ($('#privacy').css('display') == 'none') {
$('#privacy-read-more').css('display', 'none');
$('#privacy').css('display', 'inline');
} else {
$('#privacy-read-more').css('display', 'inline');
$('#privacy').css('display', 'none');
}
}
</script>
<div style="width:90%;font-size:9pt;color:#ccc">La protection de vos renseignements personnels nous tient à coeur. <a href=""
id="privacy-read-more" onclick="tooglePrivacy(); return false;" style="color:yellow">
Lire plus</a>
<div style="display:none" id="privacy">
En fournissant vos renseignements personnels,
vous nous authorisez à utiliser et à communiquer
ces informations selon les modalités de notre
<a href="http://www.absoluteresults.com/downloads/Privacy%20Policy.pdf" target="_blank" style="color:yellow">Politique de Confidentialité</a>.
Il est important de lire et de bien comprendre notre politique de confidentialité avant de
fournir vos renseignements personnels.
</div>
</div>
<br>
Tous droits d'auteur réservés © <?= date("Y") ?> Absolute Results Productions Ltd.
</center>
</div>
<?php if($_SESSION['registration']['selectedDealer'] != "") { ?>
<!-- -->
<!-- End Document
================================================== -->
<?php
if(!isset($_SESSION['webhit']) && $_SESSION['registration']['selectedDealer'] != "")
{
$_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['registration']['selectedDealer'] ?>&eventID=<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['eventID'] ?>" frameborder="0"></iframe>
<?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>
<?php } ?>
<script src="scripts/jquery.backstretch.min.js"></script>
<script>
$.backstretch("images/<?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['brand'] ?>BG.jpg");
</script>
</body>
</html>