/* File: tpl_left.js
 * Description: Template to be included immediately after tpl_top.js
 * Version: 0.10
 * Date: January 2001
 * Include with:
 *   <SCRIPT LANGUAGE="JavaScript1.1" SRC="tpl_top.js"></SCRIPT>
 * then follow this with the actual page content
 *
 */




document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="750" Align="Center" border=0 BGCOLOR="White">');
document.writeln('  <TR vAlign>');
document.writeln('   <TD vAlign=top align="left" style="border: 1px solid #000000;">');

document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="750" Align="Center" border=0>');
document.writeln('  <TR vAlign>');
document.writeln('   <TD vAlign=top align=left><A HREF="http://www.clydebankmm.co.uk">');
document.writeln('   <IMG src="http://www.clydebankmm.co.uk/images/header_letting.jpg" width="750" HEIGHT="154" BORDER=0></A></TD>');
document.writeln('  </TR>');
document.writeln('</TABLE>');




