// JavaScript Document
function rightSideNav()
{

document.writeln('	    <h4>OFFICIAL SUPPLIERS</h4>');
document.writeln('	    <a href="http://www.kubota.ca" target="_blank"><img src="images/logo_kubota_off.jpg" alt="Kubota Canada" border="0" /></a>');
document.writeln('	    <a href="http://www.ontariofarmer.com" target="_blank"><img src="images/logo_farmer_off.jpg" alt="Ontario Farmer" border="0" /></a>');
document.writeln('	    <a href="http://www.advancedtent.com/" target="_blank"><img src="images/logo_ATR_off.jpg" alt="AgTech GIS" border="0" /></a>');
document.writeln('      <a href="http://www.advancedtent.com/" target="_blank"><img src="images/logo_RVS.jpg" alt="RVS EXHIBITIONAL DRAPERIES" border="0" /></a>');
document.writeln('      <a href="http://www.sylvite.ca/" target="_blank"><img src="images/logo_sylvite.jpg" alt="Sylvite" border="0" /></a>');
document.writeln('      <a href="http://www.echo.ca/" target="_blank"><img src="images/logo_echo.jpg" alt="Echo" border="0" /></a>');
document.writeln('      <img src="images/logo_OnTrace.gif" width="75" height="56" alt="OnTrace" />');

}
rightSideNav();