// JavaScript Document
function rightSideNav()
{

document.writeln('    <h4>Sponsors</h4>');
document.writeln('    <a href="http://www.agcareers.com" target="_blank"><img src="images/logo_AGcareers.jpg" alt="AG Careers" border="0" /></a>');
document.writeln('    <a href="http://www.agenergy.coop//" target="_blank"><img src="images/logo_agenergy.jpg" alt="Ag Energy" border="0" /></a>');
document.writeln('    <img src="images/logo_Alpine.gif" width="75" height="56" alt="Alpine" /> ');
document.writeln('    <img src="images/logo_Annex.gif" alt="Annex Business Media" border="0" />');
document.writeln('    <a href="http://www.soys.com/" target="_blank"><img src="images/logo_BlytheBraeFarms.gif" alt="Blythe Brae Farms" border="0" /></a>');
document.writeln('    <img src="images/logo_brucekropf.jpg" alt="Bruce Kropf Forestry" />');
document.writeln('    <a href="http://www.calhounsuperstructure.com/" target="_blank"><img src="images/logo_calhoun.jpg" alt="Calhoun" border="0" /></a> ');
document.writeln('    <a href="http://www.redwheat.com" target="_blank"><img src="images/logo_cmseeds.jpg" alt="cm seeds" width="75" height="56" border="0" /></a>');
document.writeln('    <a href="http://www.monsanto.ca/monsanto/layout/default.asp" target="_blank"><img src="images/logo_dekalb.jpg" alt="Dekalb" border="0" /></a>	');
document.writeln('    <a href="http://www.delawarepumps.ca/" target="_blank"><img src="images/logo_DelawarePumpsParts.gif" alt="Delaware Pumps &amp; Parts" border="0" /></a>	');
document.writeln('    <img src="images/logo_fan.jpg" alt="FAN" border="0" />');
document.writeln('    <a href="http://www.fcc-fac.ca" target="_blank"><img src="images/logo_fcc_2007.jpg" alt="Farm Credit Canada" border="0" /></a>');	
document.writeln('    <img src="images/logo_FirstChoiceBosman.gif" alt="First Choice Bosman" border="0" />');
document.writeln('    <a href="http://www.foodland.gov.on.ca/" target="_blank"><img src="images/logo_foodland.jpg" alt="Foodland Ontario" border="0" /></a>');
document.writeln('    <a href="http://www.genuity.com" target="_blank"><img src="images/logo_genuity.jpg" alt="Genuity" width="75" height="56" border="0" /></a>');
document.writeln('    <a href="http://www.geosmartenergy.com/" target="_blank"><img src="images/logo_geosmart.jpg" alt="GeoSmart" border="0" /></a>');
document.writeln('    <a href="http://www.gtmconference.ca"><img src="images/logo_GTM.jpg" alt="Growing the Margins" border="0" /></a>');	
document.writeln('    <a href="http://www.hylandseeds.com" target="_blank"><img src="images/logo_hyland.jpg" alt="hyland seeds" width="75" height="56" border="0" /></a>');
document.writeln('    <a href="http://www.meridianmfg.com" target="_blank "><img src="images/logo_meridian.jpg" alt="Meridian Mfg." width="75" height="56" border="0" /></a>');
document.writeln('    <a href="http://www.millerthomson.com/" target="_blank"><img src="images/logo_millarthomson.jpg" alt="Millar Thomson LLP" border="0" /></a>');
document.writeln('    <a href="http://www.monsanto.ca" target="_blank"><img src="images/logo_mosanto.jpg" alt="Mosanto" width="75" height="56" border="0" /></a>');
document.writeln('    <a href="http://www.nkcanada.com" target="_blank"><img src="images/logo_NK.jpg" alt="NK" width="75" height="56" border="0" /></a>');
document.writeln('    <a href="http://www.omafra.gov.on.ca" target="_blank"><img src="images/logo_ontarioagri.jpg" alt="OMAFRA" border="0" /></a> ');	
document.writeln('    <a href="http://www.salfordmachine.com/" target="_blank"><img src="images/logo_Salford.gif" alt="Salford" border="0" /></a> ');	
document.writeln('    <a href="http://www.secan.com" target="_blank"><img src="images/logo_secan.jpg" width="75" height="56" border="0" /></a>'); 
document.writeln('    <a href="http://easy.staples.ca/en/Pages/index.aspx" target="_blank"><img src="images/logo_staples.jpg" alt="Staples Business Depot" border="0" /></a>');
document.writeln('    <a href="http://www.syngenta.ca/" target="_blank"><img src="images/logo_syngenta.jpg" alt="Syngenta" border="0" /></a> ');

}
rightSideNav();
