<!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: bigdealclearout -->
<title><?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['name'] ?> Win A RAM Event</title>
<style>
body,html {margin:0px;background-color:black;}
.mainTbl {background-color:black;}
.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;
}
</style>
</head>
<body>
<!-- <?= $dealerInfo[$selectedDealer]['eventDate'] ?> -->
<center>
<?php
// if(in_array($selectedDealer,array('renfrew_XYZ'))) $img = 'jeepBanner';
// else if(in_array($selectedDealer,array('dewildt_XYZ','eastway_XYZ'))) $img = 'BlackFridayBanner';
// else if(in_array($selectedDealer,array('ontario_XYZ'))) $img = 'OntarioBanner';
// else $img = 'Banner';
if (in_array($dealerInfo[$selectedDealer]['logo'], array('red'))) $img = 'Banner_2';
else $img = 'Banner';
?>
<table cellspacing="0" cellpadding="0" class="mainTbl">
<tr>
<td style="width:1000px;height:459px;background-image:url('images/<?= $img ?>.jpg');background-repeat:no-repeat;background-position:center top;">
<div style="height:429px"></div>
<!--
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding-left:580px;padding-top:270px;padding-bottom:70px;text-align:center;color:white">
<font style="font-size:20pt;font-family:verdana;color:white;font-weight:bold;"><?= strtoupper($dealerInfo[$selectedDealer]['name']) ?></font>
<br>
<font style="font-size:13pt;color:#ddd"><?= $dealerInfo[$selectedDealer]['address'] ?></font>
<br>
<font style="font-size:13pt;color:#ddd"><a href="http://<?= $dealerInfo[$selectedDealer]['website'] ?>" target="_blank"><?= $dealerInfo[$selectedDealer]['website'] ?></a></font>
<br>
<font style="font-size:13pt;color:#EB2443;font-weight: bold;"><?= $dealerInfo[$selectedDealer]['code'] ?></font>
</td>
</tr>
</table>
-->