<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/background-menu.gif" height="10" ><tr><td align="center">');


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');

// START LINKS //

// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //
document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="herdsire.htm" class="menu">Herdsires</a>');


document.write('</td><td nowrap>');
document.write('<a href="alpacas.htm" class="menu">Alpacas for Sale</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact, Map & Links</a>');



// END LINK BUTTONS //


document.write('</td><td>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->