// JavaScript Document
function rightSideNav()
{

document.writeln('	    <h4>Media Sponsors</h4>');
document.writeln('      <a href="http://www.ontariofarmer.com" target="_blank"><img src="images/logo_farmer.jpg" alt="Ontario Farmer" border="0" /></a>');
document.writeln('      <img src="images/logo_cattlemen.jpg" width="75" height="56" alt="Cattlemen" /> ');
document.writeln('      <a href="http://www.agcanada.com" target="_blank"><img src="images/logo_countryguide.jpg" alt="Country Guide" border="0" /></a>');
document.writeln('      <a href="http://www.betterfarming.com/homepage" target="_blank"><img src="images/logo_betterfarming.jpg" alt="Better Farming" border="0" /></a>');
document.writeln('      <a href="http://www.agdealer.com" target="_blank"><img src="images/logo_agdealer.jpg" alt="Ag Dealer" border="0" /></a>');
document.writeln('	    <a href="http://www.producer.com" target="_blank"><img src="images/logo_westernproducer.jpg" alt="The Western Producer" border="0" /></a>');
document.writeln('	    <a href="http://www.farms.com" target="_blank"><img src="images/logo_farms.jpg" alt="Farms.com" border="0" /></a>');
document.writeln('	    <a href="http://www.1047.ca" target="_blank"><img src="images/logo_HeartFM.gif" alt="Heart FM" border="0" /></a>');

}
rightSideNav();