

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');
} 
function FavoritesFooter() {
    document.writeln('<br/><br />');
	document.writeln('Recommended Links');
    document.writeln('<br/><br />');
    document.writeln('<a href=http://www.cowboysandangelsstables.com>Cowboys & Angels Stables</a>');
    document.writeln('<br/><br />');
    document.writeln('<a href=http://www.directfeeders.com>Feed Supply </a>');
	document.writeln('<br/><br />');
    document.writeln('<a href=http://www.advincentives.com>Promotional Products</a>');
}
  
