function dispFooter()
{
	document.writeln('            <tr>');
	document.writeln('              <td class="footnote"><div align="left" class="footnotes">');
	document.writeln('                  <div align="center">Contest open to residents of Canada (excluding Quebec). Contest closes June 27, 2008.<br />');
	document.writeln('				  If you are experiencing any difficulties with using this site, please contact ');
	document.writeln('				  <A href="mailto:buckleys@msdg.com" class="bottomlink">buckleys@msdg.com</A></div>');
	document.writeln('              </div></td>');
	document.writeln('            </tr>');
}
dispFooter();