MSV FM

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

<?php 
	include_once("includes.php"); 
	
	unset($_SESSION['tradeup']);
	include_once('header.php'); 
?>
<center>
<div class="container" style="background-image:url('images/layout/transparentBG.png');padding:10px">
<div style="background-color:#bbb;">
<table cellspacing="0" cellpadding="0" style="width:100%">
	<tr>
		<td style="padding-left:40px;text-align:left">
			<center>
				<i>Please select your preferred dealership:	</i>
				<br><br>
				<table cellspacing="0" cellpadding="0">
					<tr>
						<td style="vertical-align:middle;">
							<font style="font-weight:bold;font-size:14pt">Bustard Chrysler - Waterloo</font>
							<br>
							575 Davenport Road, Waterloo
							<br>
							519-884-5888
						</td>
						<td style="vertical-align:middle;padding-left:30px"><input type="button" value="Go >" onClick="location.href='index.php?dealer=waterloo'" style="font-size:25pt;width:100px"></td>
					</tr>
					<tr>
						<td style="padding-top:30px">
							<font style="font-weight:bold;font-size:14pt">Bustard Chrysler - Listowel</font>
							<br>
							754 Main Street E, Listowel
							<br>
							519-291-1900
						</td>
						<td style="padding-top:30px;vertical-align:middle;padding-left:30px"><input type="button" value="Go >" onClick="location.href='index.php?dealer=listowel'" style="font-size:25pt;width:100px"></td>
					</tr>
				</table>
			</center>
		</td>
	</tr>
</table>
<br><br>

<a href="index.php">Go Back</a></center>
</div></div>
<?php unset($_SESSION['tradeup']); ?>	
<?php include_once('footer.php'); ?>