// Update this file to update the archive listing on all Organics Archive Pages
// Used instead of <cfinclude> so that it can be called from .htm and .html files
var txt =
'<br><a href="http://www.organicconsumers.org/archives/afc_2009.cfm">2009</a> | ' +
'<a href="http://www.organicconsumers.org/archives/afc_2008.cfm">2008</a> | ' +
'<a href="http://www.organicconsumers.org/archives/afc_2007.cfm">2007</a> | ' +
'<a href="http://www.organicconsumers.org/archives/afc_2006.cfm">2006</a> | ' +
'<a href="http://www.organicconsumers.org/archives/afc_2005.cfm">2005</a> | ' +
'<a href="http://www.organicconsumers.org/school/news.htm#2004">2004</a> | ' +
'<a href="http://www.organicconsumers.org/school/news.htm#2003">2003</a> | ' +
'<a href="http://www.organicconsumers.org/school/news.htm#2002">2002</a> | ' +
'<a href="http://www.organicconsumers.org/school/news.htm#2001">2001</a> | ' +
'<a href="http://www.organicconsumers.org/school/news.htm#2000">2000</a> | ';
document.write(txt);