MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/digital0913/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/digital0913/footer.php

<?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;">
<?php foreach($_SESSION['offers'] as $link => $info) { ?>
			<div class="<?= ($link == 'appraisal' ? 'four':'three') ?> columns" style="line-height:15px"><center><a href="<?= $link ?>.php" style="color:white;text-decoration:none;font-weight:bold"><?= $info['description'] ?></a></center></div>
<?php } ?>	
	</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>
			<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:80%;line-height:1em;color:#333;padding-top:10px">Your privacy is of utmost importance to us. <a href="" 
		        id="privacy-read-more" onclick="tooglePrivacy(); return false;" style="color:blue">
		        Read More</a> 
		        <div style="display:none" id="privacy">
			        By providing your personal information, you consent to its use and 
			        disclosure in accordance with our <a href="http://www.absoluteresults.com/downloads/Privacy%20Policy.pdf" target="_blank" style="color:blue">Privacy Policy</a>. Therefore, it is 
			        important that you read and understand our privacy policy prior to 
			        providing any personal information about yourself.
		        </div>
	        </div>
			Copyright &copy; <?= 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>