/* 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="http://www.clydebankfc.co.uk/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="http://www.clydebankfc.co.uk/header_left.png" width=253 HEIGHT=150 BORDER=0></A></TD>');
document.writeln('   <TD vAlign=top align=left>');


document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="547" height="150" id="header.swf" align="middle">');
document.writeln('	<param name="allowScriptAccess" value="sameDomain">');
document.writeln('	<param name="movie" value="header.swf">');
document.writeln('	<param name="quality" value="high">');
document.writeln('	<param name="bgcolor" value="#ffffff">');
document.writeln('	<param name="play" value="false">');

document.writeln('	<embed src="http://www.clydebankfc.co.uk/header.swf" quality="high" bgcolor="#ffffff" width="547" height="150" name="header.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.writeln('</object></TD>');



document.writeln('  </TR>');
document.writeln('</TABLE>');

