function printFooter() {
    document.writeln('Send Site Feedback to: <a href="mailto:poconut@four4s.com">Webmaster</a>');
    document.writeln('<br>');
    document.writeln('Site Version: 1.0.1');
    document.writeln('<br>');
    document.writeln('All Rights Reserved.');
}
function printPedigreeFooter() {
    document.writeln('Green Bay, Wisconsin');
    document.writeln('<br/>');
    document.writeln('http://www.four4s.com ');
}