// 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/peace_2009.cfm">2009</a> | ' +
'<a href="http://www.organicconsumers.org/archives/peace_2008.cfm">2008</a> | ' +
'<a href="http://www.organicconsumers.org/archives/peace_2007.cfm">2007</a> | ' +
'<a href="http://www.organicconsumers.org/archives/peace_2006.cfm">2006</a> | ' +
'<a href="http://www.organicconsumers.org/archives/peace_2006.cfm#2005">2005</a> | ';

document.write(txt);