<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<p><br><img src="picts/logo.jpg"><p>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS //





document.write('</td></tr><tr><td nowrap>');
document.write('<a href="aboutus.html" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="stallions.html" class="menu">Stallions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="broodmares.html" class="menu">Broodmares</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="performancemares.html" class="menu">Performance Mares</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="younghorses.html" class="menu">Young Horses</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="forsale.html" class="menu">For Sale</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="inuterosales.html" class="menu">In Utero Sales</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contactus.html" class="menu">Contact Us</a>');



document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><br>');










document.write('</td></tr><tr><td align="center" class="bottomline">');


document.write('<p><a href="http://www.countrylivingokotoks.com" target="_blank"><img src="images/countryliving.jpg" border=0></a><br><font color=#000000><b>Proudly Supported By:</b><br>Country Living<br>Okotoks, Alberta</center>');


document.write('<p align=bottom><center><font color=#000000>Updated October 18, 2011');


document.write('</td></tr></table>');

//  End -->
