
function Login_WriteElement()
{
	var is_login = String(document.cookie).match(/CLTCOOKINFO=/);
	var next_url = String(location.href)
					.replace(/%/g, '%25')
					.replace(/\+/g, '%2B')
					.replace(/\?/g, '%3F')
					.replace(/&/g, '%26')
					.replace(/=/g, '%3D');
	document.writeln("<table width=\"207\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("<tr>");

	if (is_login)
		document.writeln("    <td width=\"48\" height=\"14\"><a href=\"http://www.cine21.com/Member/Login/logout.php?next_url=" + next_url + "\" target=\"_top\"><img src=\"http://www.cine21.com/images/Movies/logout.gif\" width=\"48\" height=\"14\" border=\"0\" alt=\"·Î±×¾Æ¿ô\" align=\"absmiddle\"></a></td>");
	else
		document.writeln("    <td width=\"48\" height=\"14\"><a href=\"http://www.cine21.com/Member/Login/login_form.php?next_url=" + next_url + "\" target=\"_top\"><img src=\"http://www.cine21.com/images/Movies/login.gif\" width=\"48\" height=\"14\" border=\"0\" alt=\"·Î±×ÀÎ\" align=\"absmiddle\"></a></td>");

	document.writeln("    <td><img src=\"http://www.cine21.com/images/Movies/login_line.gif\" width=\"1\" height=\"14\" align=\"absmiddle\"></td>");

	if (is_login)
		document.writeln("    <td width=\"56\" height=\"14\"><a href=\"http://www.cine21.com/Member/Mypage/update_step0.php\" target=\"_top\"><img src=\"http://www.cine21.com/images/Movies/member_info.gif\" width=\"56\" height=\"14\" border=\"0\" alt=\"È¸¿øÁ¤º¸¼öÁ¤\" align=\"absmiddle\"></a></td>");
	else
		document.writeln("    <td width=\"56\" height=\"14\"><a href=\"http://www.cine21.com/Member/Register/register_step0.php?next_url=" + next_url + "\" target=\"_top\"><img src=\"http://www.cine21.com/images/Movies/member.gif\" width=\"56\" height=\"14\" border=\"0\" alt=\"È¸¿ø °¡ÀÔ\" align=\"absmiddle\"></a></td>");

	document.writeln("    <td><img src=\"http://www.cine21.com/images/Movies/login_line.gif\" width=\"1\" height=\"14\" align=\"absmiddle\"></td>");
	document.writeln("    <td width=\"68\" height=\"14\"><a href=\"http://www.cine21.com/Member/Mypage/\" target=\"_top\"><img src=\"http://www.cine21.com/images/Movies/mypage.gif\" width=\"68\" height=\"14\" border=\"0\" alt=\"Mypage\" align=\"absmiddle\"></a></td>");
	document.writeln("    <td><img src=\"http://www.cine21.com/images/Movies/login_line.gif\" width=\"1\" height=\"14\" align=\"absmiddle\"></td>");
	document.writeln("    <td width=\"51\" height=\"14\"><a href=\"http://blog.cine21.com/blog_start.php\" target=\"_top\"><img src=\"http://www.cine21.com/images/common/sub_myblog.gif\" width=\"52\" height=\"17\" border=\"0\" alt=\"³» ºí·Î±×\" align=\"absmiddle\"></a></td>");
	document.writeln("</tr>");
	document.writeln("</table>");
}
Login_WriteElement();
