<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--TEMPLATE: lincolnloyaltyevent -->
<title>LINCOLN LOYALTY EVENT</title>
<style>
body,html {margin:0px;background-color:#000;}
.mainTbl {background-color:#000;margin:0;padding:0;}
.mainTbl td {vertical-align:top;font-family:tahoma,arial}
.headerTbl td a {text-decoration:none;color:yellow}
@font-face {
font-family: impacts;
src: url(scripts/impact.ttf);
}
@font-face {
font-family: tahomas;
src: url(scripts/tahoma.ttf);
}
@font-face {
font-family: tahomas;
src: url(scripts/tahomabd.ttf);
font-weight:bold;
}
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
</style>
<link href="fonts/stylesheet.css" rel="stylesheet" type="text/css">
<script language=javascript>
function onlyNumbers(e)
{
var key = window.event ? e.keyCode : e.which;
var keychar = String.fromCharCode(key);
reg = /[^0-9]/g;
return !reg.test(keychar);
}
</script>
</head>
<body>
<p> </p>
<center>
<?php
if(in_array($selectedDealer,array('D','DD'))) $img = 'other.jpg';
else if(in_array($selectedDealer,array('DDD'))) $img = 'none.jpg';
else $img = 'banner2.jpg';
?>
<!--p { font-family: 'ProximaNovaRgBold', Arial, sans-serif; }-->
<table cellspacing="0" cellpadding="0" class="mainTbl">
<tr>
<td style="width:940px;height:459px;background-image:url('images/<?= $img ?>');background-repeat:no-repeat;background-position:center top;">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding-left:60px;padding-top:240px;padding-bottom:30px;text-align:left;color:white;">
<!-- <div style="padding-top:10px;padding-right:200px;background-image:url('images/whiteBG.png');background-position:right top;background-repeat:no-repeat;">-->
<div style="padding-top:10px;padding-right:200px;color: #FFF;">
<font style="font-size:16pt;font-family:ProximaNovaRgBold;letter-spacing: 0.125em"><?= strtoupper($dealerInfo[$selectedDealer]['name']) ?></font>
<br>
<font style="font-size:13pt;"><?= $dealerInfo[$selectedDealer]['address'] ?></font>
<br>
<font style="font-size:13pt;"><a style="color:#FFF;" href="http://<?= $dealerInfo[$selectedDealer]['website'] ?>" target="_blank"><?= $dealerInfo[$selectedDealer]['website'] ?></a></font>
</div>
</td>
</tr>
</table>