function printFooter() {
    document.writeln('Send Site Feedback to: <a href="mailto:sandyw@clear.lakes.com">Webmaster</a>');
    document.writeln('<br>');
    document.writeln('Site Version: 1.0.1');
    document.writeln('<br>');
    document.writeln('Sandy Wadkins. All Rights Reserved.');
}
function printPedigreeFooter() {
    document.writeln('Wadkins Quarter Horses');
    document.writeln('<br/>');
    document.writeln('Stewart, MN ~ (320) 562-2778');
    document.writeln('<br/>');
    document.writeln('http://villa.lakes.com/wadkins ');
}
