<?php
include_once('includes.php');
include_once('header.php');
?>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="width:300px;padding-top:0px">
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="whatwedo.php"><img src="<?= $lang['imgFdr'] ?>/box_whatwedo.jpg" border="0"></a>
</td>
</tr>
<tr>
<td style="padding-top:4px">
<a href="success.php"><img src="<?= $lang['imgFdr'] ?>/box_success.jpg" border="0"></a>
</td>
</tr>
<tr>
<td style="padding-top:4px">
<a href="team.php"><img src="<?= $lang['imgFdr'] ?>/box_team.jpg" border="0"></a>
</td>
</tr>
<tr>
<td style="padding-top:4px">
<a href="contactus.php"><img src="<?= $lang['imgFdr'] ?>/box_book.jpg" border="0"></a>
</td>
</tr>
<tr>
<td style="padding-top:4px">
<a href="strategy.php"><img src="<?= $lang['imgFdr'] ?>/box_portal.jpg" border="0"></a>
</td>
</tr>
</table>
</td>
<td style="padding:10px;padding-right:0px;padding-top:0px">
<!--<iframe style="width:700px;height:393px" src="videoPlayer.php?width=700&height=393&vid=trailer&yt=oDFrMIxK2LI"frameborder="0" scrolling="no"></iframe>-->
<video id="my_video_1" class="video-js vjs-default-skin" poster="images/ar_vp.jpg" controls preload="auto" loop width="700" height="394" data-setup="{}">
<source src="http://www.absoluteresults.com/videos/Absolute Results Trailer 2015.mp4" type="video/mp4">
<source src="http://www.absoluteresults.com/videos/Absolute Results Trailer 2015.webm" type="video/webm">
</video>
</td>
</tr>
</table>
<center>
<div style="margin-bottom:5px">
<a href="http://www.jdpower.com/2016-automotive-marketing-roundtable" target="_blank">
<img src="images/JDPower_Banner.jpg" style="width:100%" border="0">
</a>
</div>
<div style="background-color:#121212;padding:18px 5px;font-size:26pt;font-weight: bolder;color:#fff;line-height:29px"><?= $lang['the private sale company that revolutionized the auto industry'] ?></div>
</center>
<!--
<br>
<style>
.boxTbl {width:100%;background-color:#fdfdfd;height:300px}
</style>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="width:47%;">
<table cellspacing="0" cellpadding="0" class="boxTbl">
<tr>
<td style="height:3px;background-color:#da2127"></td>
</tr>
<tr>
<td style="padding:15px;border:1px solid #eee;text-align:left">
<font style="color:#af0000;font-weight:bold;font-size:14pt">What Dealers Are Saying</font>
<br><br>
<i>"Everyone of our sales staff sold a car, and half of them hat tricked!"</i>
<div style="text-align:right;padding-top:5px;font-size:9pt;font-weight:bold">- Sales Manager, Regina SK</div>
<br><br>
<i>"When your trainer arrived, I could feel the energy in my showroom<br>- it was electric!"</i>
<div style="text-align:right;font-size:9pt;font-weight:bold">- General Manager, Oshawa</div>
<br><br>
<i>"The Private Sale made my month. It got us ahead of the game in car deals, and you could feel the momentum swing with my sales staff"</i>
<div style="text-align:right;padding-top:5px;font-size:9pt;font-weight:bold">- Sales Manager, Windsor</div>
</td>
</tr>
</table>
</td>
<td style="width:6%;"></td>
<td style="width:47%;">
<table cellspacing="0" cellpadding="0" class="boxTbl">
<tr>
<td style="height:3px;background-color:#da2127"></td>
</tr>
<tr>
<td style="padding:5px;border:1px solid #eee;">
</td>
</tr>
</table>
</td>
</tr>
</table>
-->
<?php include_once('footer.php'); ?>