function include_sns_menu(domainName, portaldomain, tooldomain) {

// document.write('  <table id="link-bar" cellpadding="3" cellspacing="0" border="0">' + "\n");
// document.write('    <tr><td>' + "\n");
// document.write('    <a href="http://' + portaldomain + '/">ブログトップ</a></td>' + "\n");
// document.write('    <td align="right">' + "\n");
// document.write('    <a href="http://' + domainName + '/">トップ</a>&nbsp;' + "\n");
// document.write('    <a href="http://' + domainName + '/profile.html">プロフィール</a>&nbsp;' + "\n");
// document.write('    <a href="http://' + domainName + '/friendlist.html">フレンドリスト</a>&nbsp;' + "\n");
// document.write('    <a href="http://' + domainName + '/joincirclelist.html">サークルリスト</a>&nbsp; |&nbsp;' + "\n");
// document.write('    <a href="https://' + tooldomain + '/tool/gologin.do">ログイン</a>' + "\n");
// document.write('    </td></tr>' + "\n");
// document.write('  </table>' + "\n");

}

function loginLink(tooldomain) {
// document.write(' <a id="login" href="https://' + tooldomain + '/tool/gologin.do">ログイン</a>' + "\n");
}

function loginButton(tooldomain) {
// document.write(' <input id="login" type="button" onclick="location.href=https://' + tooldomain + '/tool/gologin.do value="ログイン" />' + "\n");
}
