

function HHFooter() {
	 document.writeln('<br/>');
 
	    document.writeln('<br/>');
    document.writeln('Double H Quarter Horses');
    document.writeln('<br/>');
    document.writeln('Brownton, MN ');
    document.writeln('<br/>');
	document.writeln('Home: (320) 328-5206  ~ Cell: (320)583-9346');
    document.writeln('<br/>');
    document.writeln(' <a href=mailto:hhqhorse@hutchtel.net>hhqhorse@hutchtel.net</a>');
    document.writeln('<br>');
    document.writeln('<a href= http://www.hhqhorse.homestead.com>www.hhqhorse.homestead.com  </a>');
}


function printHHPedigreeFooter() {
    document.writeln('Double H Quarter Horses');
    document.writeln('<br/>');
    document.writeln('Brownton, MN ');
    document.writeln('<br/>');
	document.writeln('Home: (320) 328-5206  ~ Cell: (320)583-9346');
    document.writeln('<br/>');
    document.writeln(' <a href=mailto:hhqhorse@hutchtel.net>hhqhorse@hutchtel.net</a>');
    document.writeln('<br>');
    document.writeln('www.hhqhorse.homestead.com');
}
       