//footer

var name = "web";
var domain = "passe-temps.ca"; var contact = "passe-temps.ca";

document.writeln('<center>');
document.writeln('<table style="width: 750px;">');
document.writeln('<tbody><tr><td style="text-align:center; padding-top:1px;">');
document.writeln('<span style="font-family: verdana, Helvetica,Arial,sans-serif; font-size: 8pt;">');
document.writeln('Web site architecture:');
document.write('<a style="font-size: 8pt; font-weight:normal" href=\"mailto:' + name + '@' + domain + '\">');
document.write('' + contact + '<\/a>');
document.writeln('&nbsp;-&nbsp;Content &copy; 2006 WFCVB');
document.writeln('</span></td></tr></tbody>');
document.writeln('</table></center>');
document.writeln('<br>');


