if (getCookie("user") != null){
	document.writeln("<a href='http://www.hiseoultrade.com/app/servlet/RequestProcessor?event=Logout.Click&flag=E' title='Logout' style='font-size:11px'>Logout</a> <span style='font-size:11px'>l</span> ");
	document.writeln("<a href='http://www.hiseoultrade.com/app/servlet/RequestProcessor?event=MyCompanyProfile.Click' title='Mypage' style='font-size:11px'>Mypage</a> <span style='font-size:11px'>l</span> ");
	document.writeln("<a href='http://www.hiseoultrade.com/sub/sitemap.html' title='Sitemap' style='font-size:11px'>Sitemap</a> <span style='font-size:11px'>l</span>");
	document.writeln("<a href='http://kr.hiseoultrade.com/' title='Korean' style='font-size:11px'>Korean</a>");
} else {
	document.writeln("<a href='http://www.hiseoultrade.com/app/servlet/RequestProcessor?event=Login.Click&nextEvent=MyCompanyProfile.Click&forever=on' title='Log-in' style='font-size:11px'>Log-in</a> <span style='font-size:11px'>l</span> ");
	document.writeln("<a href='http://www.hiseoultrade.com/sub/sitemap.html' title='Sitemap' style='font-size:11px'>Sitemap</a> <span style='font-size:11px'>l</span>");
	document.writeln("<a href='http://kr.hiseoultrade.com/' title='Korean' style='font-size:11px'>Korean</a>");
}

