function Toggle_jp() {
	var thediv = document.getElementById('fb_jp');
	if (thediv.style.display == "block")
		thediv.style.display = "none"
	else if (thediv.style.display == "none")
		thediv.style.display = "block"
}

document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://techno-st.net/feed/fb.css\" />");
document.write("<div onMouseOver=\"Toggle_jp();\" onMouseOut=\"Toggle_jp();\">");
document.write("<table border=0 cellpadding=0 cellspacing=0 style=\"width: 92px;\"><tr><td align=center>");
document.write("<img src=\"http://techno-st.net/feed/img/feedbutton2.gif\"></td></tr>");
document.write("<tr><td><div id=\"fb_jp\" style=\"position: absolute; background: "+fb_bgcolor+"; display: none; width: 250px; border: solid 1px "+fb_bordercolor+"; text-align:center\">");
document.write("<div align=center><table border=0 cellpadding=0>");

document.write('<tr><td class="fbimg"><a href="http://feedpath.jp/feedreader/feeds_add?url=' + feed_url + '"><img src="http://techno-st.net/feed/img/button.gif" alt="feedpath" style="border:0"/></a>');
document.write('</td><td class="fbimg"><a href="http://paipo.jp/bookmarklet/?url=' + feed_url + '"><img src="http://techno-st.net/feed/img/subscribe_paipo.gif" alt="PAIPO READER" style="border:0"/></a>');

document.write('</td></tr><tr><td class="fbimg"><a href="http://add.my.yahoo.co.jp/rss?url=' + feed_url + '"><img src="http://img.yahoo.co.jp/i/jp/my/addtomy1.gif" alt="" style="border:0"/></a>');
document.write('</td><td class="fbimg"><a href="http://r.hatena.ne.jp/append/' + feed_url + '"><img src="http://r.hatena.ne.jp/images/addto_w.gif" alt="はてなRSS" style="border:0"/></a>');

document.write('</td></tr><tr><td class="fbimg"><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=' + feed_url + '"><img src="http://www.newsgator.com/images/ngsub1.gif" alt="Subscribe in NewsGator Online" style="border:0"/></a>');
document.write('</td><td class="fbimg"><a href="http://www.rojo.com/add-subscription?resource=' + feed_url + '"><img src="http://www.rojo.com/skins/static/images/add-to-rojo.gif" alt="Subscribe in Rojo" style="border:0"/></a>');

document.write('</td></tr><tr><td class="fbimg"><a href="http://www.newsburst.com/Source/?add=' + feed_url + '"><img src="http://i.i.com.com/cnwk.1d/i/newsbursts/btn/newsburst3.gif" width="96" height="20" align="middle" style="border:0" alt="Add to Newsburst from CNET News.com" /></a>');
document.write('</td><td class="fbimg"><a href="http://www.bloglines.com/sub/' + feed_url + '" type="application/rss+xml"><img src="http://www.bloglines.com/images/sub_modern1.gif" alt="Subscribe in Bloglines" style="border:0"/></a>');

document.write('</td></tr><tr><td class="fbimg"><a href="http://reader.livedoor.com/subscribe/' + feed_url + '"><img src="http://techno-st.net/feed/img/livedoor.gif" align="middle" style="border:0" alt="Add to livedoor" /></a>');
document.write('</td><td class="fbimg"><a href="http://fusion.google.com/add?feedurl=' + feed_url + '"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" align="middle" style="border:0" alt="Add to google" /></a>');

document.write('</td></tr><tr><td class="fbimg"><a href="http://reader.goo.ne.jp/web/bookmarklet.html?,,' + feed_url + '"><img src="http://techno-st.net/feed/img/goo_webrss.gif" align="middle" style="border:0" alt="Add to goo" /></a>');
document.write('</td><td class="fbimg"><a href="http://www.live.com/?add=' + feed_url + '"><img src="http://www.feedbutton.com/feedbuttons/addlive.gif" border=0 alt="Add to Live"></a>');

document.write("</td></tr></table></div>");
document.write("</div></td></tr></table></div>");
