// 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 = 
'<a href="http://www.organicconsumers.org/archives/rbgh_2009.cfm">2009</a> | ' +
'<a href="http://www.organicconsumers.org/archives/rbgh_2008.cfm">2008</a> | ' +
'<a href="http://www.organicconsumers.org/archives/rbgh_2007.cfm">2007</a> | ' +
'<a href="http://www.organicconsumers.org/archives/rbgh_2006.cfm">2006</a> | ' +
'<a href="http://www.organicconsumers.org/rbgh2005-1994.cfm#2005">2005</a> | ' +
'<a href="http://www.organicconsumers.org/rbgh2005-1994.cfm#2004">2004</a> | ' +
'<a href="http://www.organicconsumers.org/rbgh2005-1994.cfm#2003">2003</a> | ' +
'<a href="http://www.organicconsumers.org/rbgh2005-1994.cfm#2002">2002-1994</a> |';
document.write(txt);