Tomotaka SUWA
t-suw****@users*****
2007年 4月 19日 (木) 22:58:36 JST
Index: htdocs/sidebar.js
diff -u htdocs/sidebar.js:1.10 htdocs/sidebar.js:1.11
--- htdocs/sidebar.js:1.10 Sat Oct 7 13:20:58 2006
+++ htdocs/sidebar.js Thu Apr 19 22:58:36 2007
@@ -1,4 +1,4 @@
-/* $Id: sidebar.js,v 1.10 2006/10/07 04:20:58 t-suwa Exp $ */
+/* $Id: sidebar.js,v 1.11 2007/04/19 13:58:36 t-suwa Exp $ */
document.open();
document.writeln('<h2>ダウンロード</h2>');
@@ -59,4 +59,14 @@
document.writeln(' <p class="center">');
document.writeln(' <a href="http://sourceforge.jp/" target="_blank"><img src="http://sourceforge.jp/sflogo.php?group_id=1813" width="96" height="31" border="0" alt="SourceForge.jp" /></a>');
document.writeln(' </p>');
+
+document.writeln(' <h2>なかのひと.jp(実験中)</h2>');
+document.writeln(' <p class="center">');
+document.writeln(' <!-- nakanohito -->');
+document.writeln(' <a href="http://nakanohito.jp/">');
+document.writeln(' <img src="http://nakanohito.jp/an/?u=101670&h=393189&w=128"');
+document.writeln(' border="0" width="128" height="128" alt="Map" /></a>');
+document.writeln(' <!-- nakanohito end -->');
+document.writeln(' </p>');
+
document.close();