function lc_header(){
	$.post('/lc_header.php', {
		act: 'get'
	}, recData);
}

function recData(res){

	if ( res == '1' ) {
		$('#lc_data_h').html('<li class="nonepd"><a href="/esma/logout.php"><img src="/shared/img/logout_icon.gif" width="68" height="19" alt="ログアウト" /></a></li>\n');
	} else {
		$('#lc_data_h').html('<li><a href="/esma/about.php"><img src="/shared/img/head_btm02.gif" width="68" height="19" alt="会員登録" /></a></li><li class="nonepd"><a href="/esma/login.php"><img src="/shared/img/login_icon.gif" width="68" height="19" alt="ログイン" /></a></li>');
	}

}

