//타이틀//
document.write ("<title>IamNade Manerge</title>")

// 뉴스
function main01() {
	location.href = "/intro/index.jsp";
}
// 프로필
function main02() {
	location.href = "/profile/index.jsp";
}
// 스케줄
function main03() {
	location.href = "/schedule/index.jsp";
}
// 갤러리
function main04() {
	location.href = "/gallery/index.jsp";
}
// 동영상
function main05() {
	location.href = "/video/index.jsp";
}
// 다운로드
function main06() {
	location.href = "/download/index.jsp";
}
// 김승수다이어리
function main07() {
	location.href = "/diary/index.jsp";
}
// 매니저블로그
function main08() {
	location.href = "/blog/index.jsp";
}
// 게시판
function main09() {
	location.href = "/board/index.jsp";
}




function bookmark() {
	window.external.AddFavorite('http://www.jijinhee.jp', 'チ・ジニオフィシャルファンクラブ');

}




