/* File: tpl_bot.js
 * Description: Template to be included at the very end of a page
 * Version: 0.10
 * Date: January 2001
 * Include with:
 *   <SCRIPT LANGUAGE="JavaScript1.1" SRC="tpl_bot.js"></SCRIPT>
 * as the very last line of a page.
 * This template includes *all* closing tags.
 */

document.writeln('</TD></TR></TABLE>');
document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="800" Align="Center" border="0" VALIGN="top">');
document.writeln('  <TR vAlign>');
document.writeln('   <TD CLASS="link2" vAlign=top align=center><FONT COLOR="FFFFFF"> All logos and images on this site are property of their respective owner. Site content is property of Clydebank FC and United Clydebank Supporters Football Trust &copy; 2003-2009. Clydebank FC accepts no responsibility for the content of external websites. Website designed & maintained by <A HREF="mailto:s.mcbay@ntlworld.com">Stuart McBay</A></TD>');
document.writeln('  </TR>');
document.writeln('</TABLE>');
document.writeln('</HTML>');



