<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- TEMPLATE: salesevent2013 -->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title><?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['name'].$lang['pagetitle']?></title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<style>
body {background-color:#010101}
sup {font-size:small; vertical-align:super;}
#section-topper{
padding: 0px;
background: transparent url("images/layout/topBG.png") repeat-x;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 0px;
/* background-color: #ee5729; */
}
</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
==================================================
<link rel="shortcut icon" href="images/layout/favicon.ico">
<link rel="apple-touch-icon" href="images/layout/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/layout/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/layout/apple-touch-icon-114x114.png">
-->
<link href="stylesheets/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" type="text/css" />
<script src="scripts/jquery-1.9.1.js"></script>
<script src="scripts/jquery-ui-1.10.3.custom.min.js"></script>
<!--
<link href="//vjs.zencdn.net/4.2/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.2/video.js"></script>
<script type="text/javascript">
document.createElement('video');document.createElement('audio');
</script>
-->
<script src="videos/build/mediaelement-and-player.min.js"></script>
<link rel="stylesheet" href="videos/build/mediaelementplayer.css" /></code>
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div class="super-container full-width" id="section-topper" style="margin:0px">
<div class="container">
<div class="sixteen columns">
<center>
<?php
$frenchAppend = '';
if($_SESSION['registration']['myLang'] == 'fr')$frenchAppend = '-fr';
?>
<img src="images/campaigns/<?=$dealerInfo[$_SESSION['registration']['selectedDealer']]['brand']?>/<?=$dealerInfo[$_SESSION['registration']['selectedDealer']]['brand']?>Title<?=$frenchAppend?>.png" class="scale-with-grid">
</center>
</div>
</div>
</div>