// JavaScript Document
function rightSideNav()
{
document.writeln('<a href="video18.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/100817_OAC/100817_OAC.html" target="_blank">Connections Reception<em> &bull; Aug/10 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/100803_Biogas/100803_Biogas.html" target="_blank">We’ve Got Gas at COFS - BioGas That Is! <em> &bull; Aug/10 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/100726_Ontrace/100726_Ontrace.html" target="_blank">Track Down Free Tickets with OnTrace <em> &bull; July/10 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/091208_FCC/091208_FCC.html" target="_blank">FCC Named Presenting Sponsor<em> &bull; Dec/09 </em></a></li>');
document.writeln('<li><a href="http://www.outdoorfarmshow.com/newsRelease/091109_CAMA/091109_CAMA.html" target="_blank">CAMA Award Winner<em> &bull; Nov/09</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="video.html#cofs_video18"> 2010 Promo Video</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">2010 Exhibitor List</a></li>');
document.writeln('<li><a href="PDFs/sitemap_10.pdf" target="_blank">2010 Site Map</a></li>');
document.writeln('<li><a href="PDFs/impact_report.pdf" target="_blank">2009 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">2010 Exhibitor Forms</a></li>');
document.writeln('<li><a href="PDFs/features_2010/Staples Taking Care of Business.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();