var msg = new Array();

msg[0] = '<a href="http://furahi.com/bbs/">NPONGOイベント投稿掲示板</a>';
msg[1] = '<a href="http://furahi.com/public-relations/">NPONGOボランティア広報</a>';
msg[2] = '<a href="http://furahi.com/jocv/">青年海外協力隊</a>';
msg[3] = '<a href="http://furahi.com/bicycle/">日本縦断自転車旅行</a>';
msg[4] = '<a href="http://furahi.com/international-exchange/">国際交流スタディツアー</a>';
msg[5] = '<a href="http://furahi.com/homeless/">ホームレス反貧困</a>';
msg[6] = '<a href="http://furahi.com/fairtrade/">フェアトレード社会起業家</a>';
msg[7] = '<a href="http://furahi.com/sseayp/">東南アジア青年の船</a>';
msg[8] = '<a href="http://furahi.com/coop/">生協コープ共済</a>';
msg[9] = '<a href="http://furahi.com/djembe/">ジャンベ(ジェンベ)民族楽器</a>';
msg[10] = '<a href="http://furahi.com/local/">地域おこし街歩き</a>';
msg[11] = '<a href="http://furahi.com/pantomime/">パントマイム大道芸</a>';
msg[12] = '<a href="http://furahi.com/international-cooperation/">国際協力ワークキャンプ</a>';
msg[13] = '<a href="http://furahi.com/agriculture/">新規就農グリーンツーリズム</a>';
msg[14] = '<a href="http://furahi.com/power-spot/">パワースポット風水</a>';
msg[15] = '<a href="http://furahi.com/public-assistance/">生活保護(公的扶助)</a>';
msg[16] = '<a href="http://furahi.com/refuge/">避難所シェルター</a>';
msg[17] = '<a href="http://furahi.com/developing-education/">開発教育ワークショップ</a>';
msg[18] = '<a href="http://furahi.com/organic/">オーガニック有機無農薬栽培</a>';
msg[19] = '<a href="http://furahi.com/slowfood/">スローフード食育</a>';
msg[20] = '<a href="http://furahi.com/slowlife/">スローライフ半農半X</a>';
msg[21] = '<a href="http://furahi.com/community-currency/">地域通貨(地産地消経済)</a>';
msg[22] = '<a href="http://furahi.com/affiliate/">アフィリエイトSOHO</a>';
msg[23] = '<a href="http://furahi.com/lohas/">ロハス(LOHAS)田舎暮らし</a>';
msg[24] = '<a href="http://furahi.com/natural-farming/">自然農法(食料自給率食糧危機)</a>';
msg[25] = '<a href="http://furahi.com/non-electrification/">非電化(自給自足)生活</a>';
msg[26] = '<a href="http://furahi.com/hitsuki/">日月神示(ひふみ祝詞)</a>';
msg[27] = '<a href="http://furahi.com/admin/">運営者</a>';
msg[28] = '<a href="http://furahi.com/join/">参加団体</a>';
msg[29] = '<a href="http://furahi.com/product/">制作協力</a>';

var no = Math.floor(Math.random() * msg.length);
document.write(msg[no]);
