<!-- Left Panel -->

var d = new Date();
var currentyear = d.getFullYear();

document.write('<td id="lt-panel">');
document.write('	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mar">');
document.write('		<tr>');
document.write('			<td align="center" id="logo"><a href="index.php"><img src="images/usdirect-logo.gif" alt="" /></a></td>');
document.write('		</tr>');
document.write('		<tr>');
document.write('			<td><img src="images/ciients.gif" alt="" /></td>');
document.write('		</tr>');
document.write('		<tr>');
document.write('			<td id="benf">');
document.write('				<h2>BENEFITS</h2>');
document.write('				<ul>');
document.write('					<li>Bumper to Bumper Coverage</li>');
document.write('					<li>Comprehensive Coverage</li>');
document.write('					<li>Low Monthly Payments</li>');
document.write('					<li>Ironclad Coverage</li>');
document.write('					<li>Backed by Insurance Companies</li>');
document.write('				</ul>');
document.write('			</td>');
document.write('		</tr>');
document.write('		<tr>');
document.write('			<td style="padding:10px 0px 0px 10px"><center><a href="http://www.la.bbb.org/BusinessReport.aspx?CompanyID=100063851&source=ctc"><img src="http://www.la.bbb.org/images/ClickToCheckVert.gif" WIDTH="86" HEIGHT="139" BORDER="0"></a></center></td>');
document.write('		</tr>');
document.write('		<tr>');
document.write('			<td ><table width=90% border=1 height=75 align=center><tr><Td bgcolor="#333333" align=center><a href="insurers.php"><b><font color=white>Click here for A Rated <br>Insurer Companies</b></font></a></td></tr></table>  <br><center><img src="images/member.gif" vspace="3"></td>');
document.write('		</tr>');
document.write('	</table>');
document.write('	<p id="crt">Copyright &copy; '+currentyear+' All Rights Reserved<br />National Warranty Services, Inc</p>');
document.write('</td>');
