/* 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('<BODY leftMargin=0 background="newbg.jpg" topMargin=0 marginheight="0" marginwidth="0">');


document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="800" Align="Center" border=0 BGCOLOR="White">');
document.writeln('  <TR vAlign>');
document.writeln('   <TD vAlign=top align="left">');

document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="800" Align="Center" border=0>');
document.writeln('  <TR vAlign>');
document.writeln('   <TD vAlign=top align=left><A HREF="http://www.clydebankfc.co.uk"><IMG src="header.jpg" width=800 HEIGHT=150 BORDER=0></A></TD>');

document.writeln('  </TR>');
document.writeln('</TABLE>');


