MSV FM

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

<!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>
		<title><?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['name'] ?> Trade Up 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>
		<center>
<?php
	if(in_array($selectedDealer,array('brampton'))) $logo = 'bramptonBanner';
	else if(in_array($selectedDealer,array('estevan','thompson','tripleseven'))) $logo = 'prairieLogo';
	else if(in_array($selectedDealer,array('woodgrove','frontier','ensign','abbotsford','cranbrook','rainbow'))) $logo = 'hurryLogo';
	else $logo = 'tradeUpLogo';
?>			
			<table cellspacing="0" cellpadding="0" class="mainTbl">
				<tr>
					<td style="width:940px;height:459px;background-image:url('images/<?= $logo ?>.jpg');background-repeat:no-repeat;background-position:center top;">
						<table cellspacing="0" cellpadding="0">
							<tr>
								<td style="padding-left:40px;padding-top:270px;padding-bottom:70px;text-align:left;color:white">
									<font style="font-size:30pt;font-family:impact,arial;color:white"><?= strtoupper($dealerInfo[$selectedDealer]['name']) ?></font>
									<br>
									<font style="font-size:13pt;color:#ddd"><?= $dealerInfo[$selectedDealer]['address'] ?></font>			
								</td>
							</tr>
						</table>