// JavaScript Document
function rightSideNav()
{
document.writeln('<a href="video21.html"><img src="images/button-promovideo.jpg"/></a>');

document.writeln('<ul>');
document.writeln('<li><img src="images/icon-news.gif"/></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/120123_Donation/" target="_blank">$100,000 Gift to OAC<em> &bull; Jan/12 </em></a></li>');
document.writeln('<li><a href="newsRelease/120103_DougPresident/DOUG WAGNER TO LEAD CANADA OUTDOOR SHOWS.pdf" target="_blank"/>Doug Wagner To Lead COS<em> &bull; Jan/12 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/111014_Merger/" target="_blank">COFS Merger<em> &bull; Oct/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110930_ThankYou/" target="_blank">Thank You<em> &bull; Sept/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110912_FlyingHigh/" target="_blank">Flying High<em> &bull; Sept/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110907_corn_cows_deere/" target="_blank">Corn, Cows and Deere<em> &bull; Sept/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110829_ProductLaunchPad/" target="_blank">Product Launch Pad<em> &bull; Aug/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110815_OpeningCeremonies/" target="_blank">Opening Ceremonies<em> &bull; Aug/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110727_Buzz/110727_Buzz.html" target="_blank">The Buzz Starts Early In Woodstock<em> &bull; July/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110506_Tillage" target="_blank">Tillage Equipment Showcase<em> &bull; May/11 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/110214_Demos/110214_Demos.html" target="_blank">COFS Loves Demos in 2011<em> &bull; Feb/11 </em></a></li>');
document.writeln('<li><a href="news_archives.html">News Feed<em> &bull; Archives</em></a></li>');
document.writeln('<li><a href="club.html">Join the &ldquo;Where Farmers Meet&rdquo; Club</a></li> '); 	
document.writeln('</ul>');

document.writeln('<ul>');
document.writeln('<li><img src="images/icon-tube.gif"/></li>');
document.writeln('<li><a href="video21.html"> 2012 Promo Video</a></li>');
document.writeln('<li><a href="video20.html"> Agriculture is Life Video by FCC</a></li>');
document.writeln('<li><a href="video.html#cofs_video19"> 2011 Promo Video</a></li>');
document.writeln('<li><a href="video_2010.html">Farm Show TV<em> &bull; 2010 Archives</em></a></li>');
document.writeln('<li><a href="video_2009.html">Farm Show TV<em> &bull; 2009 Archives</em></a></li>');
document.writeln('<li><a href="video_2008.html">Farm Show TV<em> &bull; 2008 Archives</em></a></li>');
document.writeln('</ul>'); 	

document.writeln('<ul>');
document.writeln('<li><img src="images/icon-features.gif"/></li>'); 	
document.writeln('<li><a href="features_new.html">New Features</a></li>');
document.writeln('<li><a href="features_livestock.html">Livestock Features </a></li>'); 
document.writeln('<li><a href="features_cropandequipment.html">Crop &amp; Equipment Features</a></li>');  
document.writeln('<li><a href="features_energy.html">Energy Features</a></li>');
document.writeln('<li><a href="features_all.html">All Features</a></li>');
document.writeln('</ul>');

document.writeln('<ul>');
document.writeln('<li><img src="images/icon-info.gif"/></li?');
document.writeln('<li><a href="accommodations.html">Accommodations</a></li>');
document.writeln('<li><a href="exhibitors.html">2011 Exhibitor List</a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/interactivemap/" target="_blank">2011 Interactive Map</a></li>');
document.writeln('<li><a href="PDFs/impact_report.pdf" target="_blank">2010 Impact Report</a></li>');
document.writeln('<li><a href="wordsproducers.html">Words From Producers</a></li>');
document.writeln('<li><a href="wordsexhibitors.html">Words From Exhibitors</a></li>');
document.writeln('</ul>');

document.writeln('<ul>');
document.writeln('<li><img src="images/icon-exhibitors.gif"/></li>');
document.writeln('<li><a href="exhibitor-forms.html">2011 Exhibitor Forms</a></li>');
document.writeln('<li><a href="PDFs/exhibitor_forms_2011/form-Printing.pdf">Staples Business Centre</a></li>');
document.writeln('<a href="http://www.weatherinnovations.com/ofs.cfm" target="_blank"><img src="images/weather-button.gif"/></a>');
document.writeln('</ul>');

}
rightSideNav();
