
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');


document.write('<a href="about.htm" class="barlink">ABOUT OUR FARM </a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="sales.htm" class="barlink">ANIMALS FOR SALE</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="gallery.htm" class="barlink">PHOTO GALLERY</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');



<!-- ADDING A LINK NOTE: copy and paste the next two line to make a new link -->

document.write('<a href="bulls.htm" class="barlink">HERD BULLS</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');

document.write('<a href="articles.htm" class="barlink">ARTICLES</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');

document.write('<a href="cross.htm" class="barlink">THE PERFECT CROSS</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="links.htm" class="barlink">LINKS</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


<!-- NOTE: copy and paste the above two line to make a new link -->



	document.write('<a href="meat.htm" class="barlink">MEAT</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');





document.write('</table>');

//  End -->