// for ポータルトップ

// copyright用に変数を指定
	today = new Date();
	now = today.getFullYear();
// ここまで

function biglobeFoot(){

	document.write('<table border="0" cellspacing="0" cellpadding="0" width="750">');
	document.write('<tr><td align="left" nowrap><div class="header1"><a href="#top">▲ページトップ</a></div></td>');
	document.write('	<td align="right" nowrap><div class="header1">');
	document.write('	<a href="http://www.biglobe.ne.jp/">BIGLOBEトップ</a> ｜');
	document.write('	<a href="http://www.biglobe.ne.jp/privacy.html">個人情報保護</a> ｜');
	document.write('	<a href="http://join.biglobe.ne.jp/">入会案内</a> ｜');
	document.write('	<a href="http://webryblog.biglobe.ne.jp/help/help_usage.html">ヘルプ</a></div></td></tr>');
	document.write('<tr bgcolor="#e7e7e7"><td colspan="2"><img height="2" width="740" border="0" src="/images/img/dot.gif"></td></tr>');
	document.write('<tr bgcolor="#c6c6c6"><td colspan="2"><img height="2" width="740" border="0" src="/images/img/dot.gif"></td></tr>');
	document.write('<tr bgcolor="#999999"><td colspan="2"><img height="1" width="740" border="0" src="/images/img/dot.gif"></td></tr>');
	document.write('</table>');
	document.write('<table border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr><td style="padding:5px"><span class="ch3">Copyright(C)NEC BIGLOBE, Ltd. 1996-' +now);
	document.write('</span></td></tr>');
	document.write('</table>');
}


// for テーマポータル

function themebanner(){
}

// for 管理画面

function manageTop(){
	document.write('<iframe src="../../banners/manage.html" width="468" height="60" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0"></iframe>');
}

function manageTop2(){
	document.write('<iframe src="../../banners/manage2.html" width="468" height="60" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0"></iframe>');
}

function copyright(){
	document.write('Copyright(C)NEC BIGLOBE, Ltd. 1996-' +now);
}


