<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS


document.write('<li><A HREF="main.html">Home Page</a><br>');


document.write('<li><A HREF="main-quail.html">Quail</a><br>');

document.write('<li><A HREF="main-wf.html">Wild Waterfowl</a><br>');


document.write('<br>');


document.write('<li><A HREF="mandrin.html">Mandarin Ducks</a><br>');


document.write('<li><A HREF="wood-duck.html">Wood Ducks</a><br>');


document.write('<li><A HREF="teal.html">Teal Ducks</a><br>');


document.write('<li><A HREF="shell.html">Shelducks</a><br>');


document.write('<li><A HREF="wigeon.html">Wigeons</a><br>');


document.write('<li><A HREF="whistling-ducks.html">Whistling Ducks</a><br>');


//document.write('<li><A HREF="pochard.html">Pochard & Diving Ducks</a><br>');


document.write('<li><A HREF="stiff-tail.html">Stiff Tail Ducks</a><br>');


document.write('<li><A HREF="divers_pochards.html">Diving Ducks</a><br>');


document.write('<li><A HREF="other_ducks.html">All Other Ducks</a><br>');


document.write('<br>');


 document.write('<li><A HREF="price-wf.html">Price List</a><br>');


document.write('<li><A HREF="order-wf.html">Ordering Information</a><br>');


//document.write('<li><A HREF="contact-wf.html">Contact</a><br>');


//document.write('<li><A HREF="genetics.html">Genetics</a><br>');


document.write('<li><a href="mailto:sales@squawcreekfarm.com">Contact</a><br>');


//-- END MENU LINKS




document.write('</ul>');
document.write('</td></tr></table>');



//  End -->