
var footText = ' ';


footText += '<table width="620" align="center" border="0">';
footText += '<tr align="center">';
footText += '	<td>';
footText += '	<hr width="50%">';
footText += '	<span style="margin:0px 0px 0px 0px;text-align:center;font-family:arial,helvetica;font-size:12px;font-weight:normal;color:red;">Comments to:&nbsp; &nbsp;</span>';
footText += '	<span style="margin:0px 0px 0px 0px;text-align:center;font-family:arial,helvetica;font-size:12px;font-weight:normal;color:blue;"><a href="mailto:webmaster@chadburn.org?Subject=Chadburn Website">webmaster@chadburn.org</a></span><br />';
footText += '	<span style="margin:0px 0px 0px 0px;text-align:center;font-family:arial,helvetica;font-size:10px;font-weight:normal;color:blue;">This website belongs to the Air Cadet Committee of the Rotary Club of Oshawa<br />the civilian sponsoring committee of 151 Chadburn Squadron.</span><br />';
footText += '	<hr width="50%"></td>';
footText += '</tr>';
footText += '<tr align="left">';
footText += '	<td valign="top">';
footText += '	<span style="margin:0px 0px 0px 0px;text-align:center;font-family:arial,helvetica;font-size:12px;font-weight:normal;color:red;">This is not a Canadian Forces website.&nbsp; &nbsp;</span>';
footText += '	<span style="margin:0px 0px 0px 0px;text-align:center;font-family:arial,helvetica;font-size:10px;font-weight:normal;color:blue;">These pages are NOT intended to be, nor do they represent in any way, official comments, statistics, or opinions of the Department of National Defence or the Air Cadet League of Canada. These pages are NOT provided, endorsed, sponsored or approved by the Department of National Defence or the Air Cadet League of Canada.</span><br />';
footText += '	</td>';
footText += '</tr>';
footText += '<tr align="center">';
footText += '	<td valign="top">';
footText += '	<span style="margin:0px 0px 0px 0px;text-align:center;font-family:arial,helvetica;font-size:10px;font-weight:normal;color:blue;">This page and all pages at this web site produced by the 151 Chadburn Squadron Sponsoring Committee are copyright &#169; 2009.</span><br />';
footText += '	</td>';
footText += '</tr>';
footText += '</table>';

document.writeln (footText);
