//URLを取得、
//該当するページであればif文のものを表示
document.write('<ul>');
document.write("<li>&gt;&gt;<a href='http://www.agsfan.com/community/report2010/index.html'>2010年モニター栽培レポート</a></li>");
document.write("<li>&gt;&gt;<a href='http://www.agsfan.com/community/report2009/index.html'>2009年モニター栽培レポート</a></li>");
document.write("<li>&gt;&gt;<a href='http://www.agsfan.com/community/report2008/index.html'>2008年モニター栽培レポート</a></li>");
document.write("<li>&gt;&gt;<a href='http://www.agsfan.com/community/report2007/index.html'>2007年モニター栽培レポート</a></li>");
document.write("<li>&gt;&gt;<a href='http://www.agsfan.com/community/report2006/index.html'>2006年モニター栽培レポート</a></li>");
document.write("<li>&gt;&gt;<a href='http://www.agsfan.com/community/report2005/index.html'>2005年モニター栽培レポート</a></li>");
document.write("</ul>");