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" target="_blank">プロフィール</a>&nbsp;' + "\n");
document.write('		<a href="http://' + domainName + '/friendlist.html">フレンドリスト</a>&nbsp;' + "\n");
document.write('		<a href="http://' + domainName + '/joincirclelist.html">サークルリスト</a>' + "\n");
document.write('		</td></tr>' + "\n");
document.write('	</table>' + "\n");

}

function include_new_sns_menu(domainName, portaldomain, tooldomain, profileUrl) {

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>' + "\n");
document.write('		' + "\n");
document.write('<a href="http://info.at.webry.info/200812/article_1.html" style="margin-left:1em;">[あなたのブログが本に！]</a></td>' + "\n");
document.write('		<td align="right">' + "\n");
document.write('		<a href="http://' + domainName + '/">トップ</a>&nbsp;' + "\n");
document.write('		<a href= "' + profileUrl + '" target="_blank">プロフィール</a>&nbsp;' + "\n");
document.write('		<a href="http://' + domainName + '/friendlist.html">フレンドリスト</a>&nbsp;' + "\n");
document.write('		<a href="http://' + domainName + '/joincirclelist.html">サークルリスト</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");
}
