//========== ÄíÅ°°ª Ã³¸® ÇÔ¼ö S
function getCookieVal (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if (endstr == -1)
		endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {	//while open
		var j = i + alen;
		if (document.cookie.substring(i, j) == arg)
			return getCookieVal (j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0)
			break; 
	}	//while close
	return null;
}
//========== ÄíÅ°°ª Ã³¸® ÇÔ¼ö E

document.write(" \
<style type=text/css> \
body {margin:0px 0px 0px 0px; padding:0px; text-align:center; } \
div {margin: 0px; padding: 0px;} \
table, tr, td {margin: 0px; padding: 0px;} \
img {border: 0px; margin: 0px; padding: 0px;} \
ol,ul,li,dl,dt,dd	{ list-style:none; margin:0px; padding:0px; } \
iframe, map {margin: 0px; padding: 0px; border: none;}	\
form {margin: 0px; padding: 0px;} \
select {font-size: 12px;} \
a { text-decoration:none; } \
a:hover, a:active { text-decoration:underline; } \
\
#gnb{ width:100%; text-align:left; padding:0px 0px 10px 0px; background:url('http://image.chosun.com/cs/200803/images/gnb_gray_bg.gif') repeat-x;} \
#gnbArea { width:100%; text-align:left; padding:0px 0px 10px 0px; background:url('http://image.chosun.com/cs/200803/images/gnb_gray_bg.gif') repeat-x;} \
#top { width:100%; text-align:left; padding:0px 0px 10px 0px; background:url('http://image.chosun.com/cs/200803/images/gnb_gray_bg.gif') repeat-x;} \
\
#ChosunGnb { position: relative; width:970px; text-align: left; } \
\
#GnbEvent { margin:0px 0px 0px 0px; width:280px; height:84px; padding:0px 0px 0px 0px; } \
\
#MainMenu { margin:8px 0px 0px 0px;} \
\
#Submenu_line { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } \
\
#tabgnb { margin: 0px; padding: 0px; } \
\
#tabmenu {float:left; list-style:none;margin:0;padding:0;height:15px;display:inline;overflow:hidden;} \
\
#tabmenu li { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; display:inline; list-style-type:none; } \
\
#tabmenu a { height :15px; float:left;  margin: 0px 0px 0px -1px; padding:2px 7px 0px 8px; color: #353535; background:url('http://image.chosun.com/cs/200803/images/li.gif') top left no-repeat;} \
\
#Weather { margin:3px 0px 0px 0px;} \
\
.gnb_basic_txt { text-decoration:none; color:#444444; font-size:12px; line-height: 17px font-family: 'Dotum', 'µ¸¿ò'; } \
.gnb_basic_txt a:link { text-decoration:none; color:#444444; } \
.gnb_basic_txt a:visited { text-decoration:none; color:#444444; } \
.gnb_basic_txt a:active { text-decoration:none; color:#444444; } \
.gnb_basic_txt a:hover { text-decoration:underline; color:#444444; } \
\
.login_txt { text-decoration:none; color:#6e6e6e; font-size:11px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px;} \
.login_txt a:link { text-decoration:none; color:#6e6e6e; } \
.login_txt a:visited { text-decoration:none; color:#6e6e6e; } \
.login_txt a:active { text-decoration:none; color:#6e6e6e; } \
.login_txt a:hover { text-decoration:underline; color:#6e6e6e; } \
\
.gnb_txt { text-decoration:none; color:#353535; font-size:12px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px;} \
.gnb_txt a:link { text-decoration:none; color:#353535; } \
.gnb_txt a:visited { text-decoration:none; color:#353535; } \
.gnb_txt a:active { text-decoration:none; color:#353535; } \
.gnb_txt a:hover { text-decoration:underline; color:#353535; } \
\
.submenu_title { text-decoration:none; color:#ebf4fb; font-size:12px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px; font-weight:bold; } \
.submenu_title a:link { text-decoration:none; color:#ebf4fb; } \
.submenu_title a:visited { text-decoration:none; color:#ebf4fb; } \
.submenu_title a:active { text-decoration:none; color:#ebf4fb; } \
.submenu_title a:hover { text-decoration:underline; color:#ebf4fb; } \
\
.msubmenu_title { text-decoration:none; color:#ece5df; font-size:12px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px; font-weight:bold; } \
.msubmenu_title a:link { text-decoration:none; color:#ece5df; } \
.msubmenu_title a:visited { text-decoration:none; color:#ece5df; } \
.msubmenu_title a:active { text-decoration:none; color:#ece5df; } \
.msubmenu_title a:hover { text-decoration:underline; color:#ece5df; } \
\
.update { text-decoration:none; color:#767676; font-size:11px; font-family: 'Dotum', 'µ¸¿ò'; padding-top:3px;} \
\
</style> \
\
<style type=text/css> \
hr, legend {display:none;} \
fieldset {border:0 none;} \
h1, h2, h3, h4, h5, fieldset, legend, input {font-size:12px;font-weight:normal;} \
\
#tsch_area { margin:0px; padding:0px; width:100%;}\
#tsch_area h2 {display:none;} \
#Tsearch fieldset {position:relative; background:url(http://image.chosun.com/search/200708/searchBg.gif) no-repeat;margin:0px; padding:0px;} \
#Tsearch ul {float:left;} \
#Tsearch .sType_setWrap { height:26px; padding:0px; margin:0px; vertical-align:top;} \
#Tsearch .sType_set {display:block;width:70px;overflow:hidden;border:0px dotted #f48483;background:url(http://image.chosun.com/search/200708/searchArrow.gif) no-repeat 58px 9px;color:#aeaeae;text-decoration:none;padding:0px; margin:0px;} \
#Tsearch .sType_set:hover { text-decoration:none; } \
#sType {display:block;padding:6px 2px 4px 8px;font-weight:normal;color:#767676;margin:0px;} \
.sType_more {font-size:0;line-height:100%;width:0;height:0;display:none;} \
#sType_list {	position:absolute;top:21px;left:0px;width:70px;border:1px solid #e63b3b;padding:6px 0px 0px 0px;margin:0px;background-color:#fafafa;overflow:hidden;display:none;z-index: 9;} \
#sType_list input {position:absolute; left:-20px;} \
#sType_list ul {clear:left;float:left;width:100%;margin:0px;padding:0px;} \
#sType_list li {clear:left;padding:0px;margin:0px;} \
#sType_list label {display:block;margin:0px;font-family:µ¸¿ò,dotum,sans-serif;cursor:pointer;padding:1px 0 0 5px;color:#333;} \
.search_input {width:100%;} \
.type-text {float:left;border:0px dotted #4264f8;margin:3px 11px 0px 0px;background:#fff;width:170px;font-size:13px;font-family:µ¸¿ò,dotum,sans-serif;color:#333;} \
.type-btn {text-indent: -3000em;border:0px solid #eee;background:url(http://image.chosun.com/cs/200712/images/btn_search.gif) no-repeat;cursor:pointer;margin:3px 0px 0px 0px;} \
</style> \
");

//·Î±×ÀÎ °ü·Ã ---
function getCookieVal (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if (endstr == -1)
		endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {	//while open
		var j = i + alen;
		if (document.cookie.substring(i, j) == arg)
			return getCookieVal (j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0)
			break; 
	}	//while close
	return null;
}

//·Î±×ÀÎ
function loginFrame () {
	//ÆäÀÌÁö URL
	var returl = document.location; 
	if (returl == null || returl == ""){
		returl = M_SITE;
	}
	returl = escape(returl);

	var login_url = "https://membership.chosun.com/login/protect_sso/sso_user_info.jsp?returl="+returl;
	var logout_url = "https://membership.chosun.com/login/logout.jsp?returl="+returl;
	var regist_url = "https://membership.chosun.com/join/registUser.jsp?site=chosun";
	var join_url = "https://membership.chosun.com/join/registUser.jsp?act=myindex&site=chosun";
	var idpw_url = "https://membership.chosun.com/join/registUser.jsp?act=idpw&site=chosun";
	var logStr;

	//·Î±×ÀÎ¿©ºÎ - ÄíÅ°°ª È®ÀÎ
	if (!GetCookie('SMSESSION') || GetCookie('SMSESSION') == "LOGGEDOFF" || !GetCookie('SM_USER')) {
		logStr = "<b>¤ý</b><a href=" + login_url + " target=_top>·Î±×ÀÎ</a><b>¤ý</b><a href=" + regist_url + " target=_top>È¸¿ø°¡ÀÔ</a><b>¤ý</b><a href=" + idpw_url + " target=_top>¾ÆÀÌµð/ºñ¹Ð¹øÈ£ Ã£±â</a>";
	}
	else if (!GetCookie('dz_nm') || !GetCookie('dz_info')) {	//20070406 rainy
	var relogin_url = "https://membership.chosun.com/login/protect_sso/sso_user_info.jsp?returl="+returl;
		parent.location.href = relogin_url;
	}
	else {
		logStr = "<b>"+unescape(GetCookie('dz_nm'))+"</b>" + "´Ô" ;
		logStr = logStr + "<b>¤ý</b><a href=" + logout_url + " target=_top>·Î±×¾Æ¿ô</a><b>¤ý</b><a href=" + join_url + " target=_top>Á¤º¸¼öÁ¤</a>";
	}
	
	return logStr;
}


// °Ë»ö¿µ¿ª
var select_cnt = 0;

function selectSchType(obj){
var tobj = obj.parentNode;
var typeTxt = tobj.getElementsByTagName('label')[0].innerHTML;
document.getElementById('sType').innerHTML = typeTxt;
viewSearchType();
}

function viewSearchType(){
	var sTypeLIst = document.getElementById("sType_list");

	if(sTypeLIst.style.display=="block"){
		sTypeLIst.style.display="none";
	}else{
		sTypeLIst.style.display="block";
	}
}

function searchsubmit() {
	var q = document.Tsearch.query;
	var sw;
	var rObj = document.Tsearch.sType;

	for(i=0;i<rObj.length;i++){
		if(rObj[i].checked){
			sw = rObj[i].value;
		}
	}

	if (sw == "total"){
		window.open("http://search.chosun.com/search/totalSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return true;
	} else if (sw == "news") {
		window.open("http://search.chosun.com/search/newsSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "human") {
		window.open("http://search.chosun.com/search/humanSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "photo") {
		window.open("http://search.chosun.com/search/photoSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "movie") {
		window.open("http://search.chosun.com/search/movieSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "community") {
		window.open("http://search.chosun.com/search/communitySearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "thesis") {
		window.open("http://search.chosun.com/search/thesisSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "web") {
		window.open("http://search.chosun.com/search/webSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else {
		window.open("http://search.chosun.com");
		return false;
	}
}

function handleEnter (kind, event) {
	var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;

	if (keyCode == 13) {
			searchsubmit();
			return false;
	} else {
		return true;
	}
}

function search_select(){
	select_cnt++;
	if (select_cnt>1) {
		select_cnt = 0;
		q.focus();
	}
}



//========== ¾÷µ¥ÀÌÆ® S
var GNBupdate ;
var GNBupdateStr ;
if (GNBupdate != null && GNBupdate !="" && GNBupdate.charAt(0) != '$') GNBupdateStr = "Update " + GNBupdate ;
else GNBupdateStr = " " ;
//========== ¾÷µ¥ÀÌÆ® E


document.write(" \
<table width='100%' border='0' cellpadding='0' cellspacing='0'> \
  <tr> \
  <td>&nbsp;</td> \
  <td width='970' align='left'> \
\
\
<div id='ChosunGnb'> \
<table width='970' height='84' border='0' cellpadding='0' cellspacing='0'> \
  <tr> \
    <td width='232' background='http://image.chosun.com/cs/200803/images/gnb_top_bg01.gif'> \
\
	<table width='232' height='84' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='232' height='48'>\
");
if (GNBsiteCode=="½ºÆ÷Ã÷¤ý¿¬¿¹") { 
document.write(" \
<a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/chosun_slogo.gif'></a><a href='http://spn.chosun.com'><img src='http://image.chosun.com/cs/200803/images/Spn_logo.gif'></a> \
");
}else if (GNBsiteCode=="¸Å°ÅÁø") {
document.write(" \
<a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/chosun_slogo.gif'></a><a href='http://magazine.chosun.com'><img src='http://image.chosun.com/cs/200803/images/Magazine_logo.gif'></a> \
");
}else if (GNBsiteCode=="¿µ»ó") {
document.write(" \
<a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/chosun_slogo.gif'></a><a href='http://video.chosun.com'><img src='http://image.chosun.com/cs/200803/images/Video_logo.gif'></a> \
");
}else {
document.write(" \
<a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/chosun_logo.gif'></a> \
");
}
document.write(" \
</td> \
	  </tr> \
	  <tr> \
		<td height='5'><img src='http://image.chosun.com/cs/200803/images/gnb_blank.gif' width='232' height='5'></td> \
	  </tr> \
	  <tr> \
		<td height='26' valign='top' class='login_txt'>&nbsp;&nbsp;&nbsp;" +loginFrame()+ "</td> \
	  </tr> \
	</table> \
\
	</td> \
    <td width='80' background='http://image.chosun.com/cs/200803/images/gnb_top_bg02.gif'> \
\
	<table width='57' height='57' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td><a href='http://japanese.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/language_j.gif'></a><br><a href='http://english.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/language_e.gif'></a><br><a href='http://chn.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/language_c.gif'></a></td> \
	  </tr> \
	</table> \
\
	</td> \
    <td width='378' background='http://image.chosun.com/cs/200803/images/gnb_top_bg03.gif' valign='top' style='padding-top:25px;'> \
\
	<table width='351' height='45' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='71' rowspan='2' valign='top'><a href='http://search.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/search_plus.gif'></a></td> \
		<td height='18' valign='top' class='gnb_txt'><iframe src='http://www.chosun.com/common/r_search/popular/' width='280' height='18' allowTransparency='true' marginwidth='0' marginheight='0' hspace='0' vspace='0' scrolling='no' frameborder='0'></iframe></td> \
	  </tr> \
	  <tr> \
		<td height='27' valign='top'> \
\
<div style='width:280px;'> \
<form id='Tsearch' name='Tsearch' method='get' onsubmit='return searchsubmit()'> \
	<fieldset><legend>ÅëÇÕ°Ë»ö ÀÔ·Â Æû</legend> \
	<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
	  <tr> \
		<td width='70px'> \
			<span> \
			<ul> \
				<li class='sType_setWrap'><a href='javascript:viewSearchType();' onclick='viewSearchType(); return false;' class='sType_set'><strong id='sType'>ÅëÇÕ°Ë»ö</strong></a> \
					<ul id='sType_list' style='display:none;' name='sType_list'> \
						<li><input type='radio' name='sType' id='sType_total' value='total' checked='checked' onclick='selectSchType(this);' title='ÅëÇÕ°Ë»ö' /><label for='sType_total' style='height:20px'>ÅëÇÕ°Ë»ö</label></li> \
						<li><input type='radio' name='sType' id='sType_news' value='news' onclick='selectSchType(this);' title='´º½º' /><label for='sType_news' style='height:20px'>´º½º</label></li> \
						<li><input type='radio' name='sType' id='sType_human' value='human' onclick='selectSchType(this);' title='ÀÎ¹°' /><label for='sType_human' style='height:20px'>ÀÎ¹°</label></li> \
						<li><input type='radio' name='sType' id='sType_photo' value='photo' onclick='selectSchType(this);' title='Æ÷Åä' /><label for='sType_photo' style='height:20px'>Æ÷Åä</label></li> \
						<li><input type='radio' name='sType' id='sType_movie' value='movie' onclick='selectSchType(this);' title='µ¿¿µ»ó' /><label for='sType_movie' style='height:20px'>µ¿¿µ»ó</label></li> \
						<li><input type='radio' name='sType' id='sType_community' value='community' onclick='selectSchType(this);' title='Ä¿¹Â´ÏÆ¼' /><label for='sType_community' style='height:20px'>Ä¿¹Â´ÏÆ¼</label></li> \
						<li><input type='radio' name='sType' id='sType_thesis' value='thesis' onclick='selectSchType(this);' title='Àü¹®ÀÚ·á' /><label for='sType_thesis' style='height:20px'>Àü¹®ÀÚ·á</label></li> \
						<li><input type='radio' name='sType' id='sType_web' value='web' onclick='selectSchType(this);' title='À¥¹®¼­' /><label for='sType_web' style='height:20px'>À¥¹®¼­</label></li> \
				  </ul> \
				</li> \
			</ul> \
		</span> \
		</td> \
		<td valign='top'> \
			<span> \
				<input type='text' name='query' id='query' class='type-text' title='°Ë»ö¾î ÀÔ·Â' tabindex='1' onfocus='focusPosition=this;' style='ime-mode:active;' onkeypress='return handleEnter(1,event);' />\
				<img src='http://image.chosun.com/search/200708/srch_btn.gif' onclick='searchsubmit();' style=' margin-top:0px; cursor:hand' /> \
		  </span>	 \
		</td> \
	  </tr>\
	</table>\
	</fieldset> \
</form> \
</div> \
\
		</td> \
	  </tr> \
	</table> \
\
	</td> \
    <td><div id='GnbEvent'><iframe src='http://www.chosun.com/event/promotion/index.html' width='280' height='84' allowTransparency='true' marginwidth='0' marginheight='0' hspace='0' vspace='0' scrolling='no' frameborder='0'></iframe></div></td> \
  </tr> \
</table> \
");


if (GNBsiteCode=="½ºÆ÷Ã÷¤ý¿¬¿¹") { 
document.write(" \
<table width='970' height='83' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
    <td width='22'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_line_left.gif'></td> \
    <td background='http://image.chosun.com/cs/200803/images/MenuSpn_line_bg.gif' valign='top' align='left'> \
\
	<div id='MainMenu'> \
	<table width='100%' height='40' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='643'><a href='http://myhome.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_myhome.gif'></a><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_news.gif'></a><a href='http://spn.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_spn.gif'></a><a href='http://newsplus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_np.gif'></a><a href='http://focus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_focus.gif'></a><a href='http://blog.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_blog.gif'></a><a href='http://cafe.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_cafe.gif'></a><a href='http://morningplus.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_mp.gif'></a></td> \
		<td align='right' class='submenu_title' style='padding-right:15px;' background='http://image.chosun.com/cs/200803/images/MenuSpn_rightbg.gif'>¤ý<a href='http://artn.chosun.com/'>¾ÆÆ®N</a>¤ý<a href='http://spn.chosun.com/leisure/'>Æ®·¡ºíN</a>¤ý<a href='http://single.chosun.com/'>½Ì±ÛN</a>¤ý<a href='http://books.chosun.com/'>ºÏ½º</a>¤ý<a href='http://review.chosun.com/'>¸®ºä</a></td> \
	  </tr> \
	</table> \
	</div> \
\
<div id='Submenu_line'> \
<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
	<td width='20'><a href='javascript://' onclick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.chosun.com');><img src='http://image.chosun.com/cs/200803/images/start_icon.gif' alt='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â' title='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â'></a></td> \
	<td align='left' width='620'> \
");

if (GNBsubCode=="½ºÆ÷Ã÷") { 
document.write(" \
<div id='tabgnb' align='left' style='text-align:left;'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://spn.chosun.com/svc/list_in/new_list.html'>ÃÖ½Å±â»ç</a></li> \
    <li><a href='http://spn.chosun.com/sports/index.html'><b>½ºÆ÷Ã÷</b></a></li> \
    <li><a href='http://spn.chosun.com/wplayer/index.html'>ÇØ¿ÜÅÂ±ØÀü»ç</a></li> \
    <li><a href='http://golf.chosun.com/' target='_blank'>°ñÇÁ</a></li> \
    <li><a href='http://spn.chosun.com/gallery/'>°¶·¯¸®</a></li> \
    <li><a href='http://spn.chosun.com/ent/index.html'>¿¬¿¹</a></li> \
    <li><a href='http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir'>¿µÈ­</a></li> \
    <li><a href='http://manhwa.chosun.com/'>¸¸È­</a></li> \
    <li><a href='http://spn.chosun.com/leisure/'>¿©Çà</a></li> \
    <li><a href='http://artn.chosun.com/'>Àü½Ã°ø¿¬</a></li> \
    <li><a href='http://books.chosun.com/'>ºÏ½º</a></li> \
</ul> \
</div> \
");
}else if (GNBsubCode=="ÇØ¿ÜÅÂ±ØÀü»ç") {
document.write(" \
<div id='tabgnb' align='left' style='text-align:left;'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://spn.chosun.com/svc/list_in/new_list.html'>ÃÖ½Å±â»ç</a></li> \
    <li><a href='http://spn.chosun.com/sports/index.html'>½ºÆ÷Ã÷</a></li> \
    <li><a href='http://spn.chosun.com/wplayer/index.html'><b>ÇØ¿ÜÅÂ±ØÀü»ç</b></a></li> \
    <li><a href='http://golf.chosun.com/' target='_blank'>°ñÇÁ</a></li> \
    <li><a href='http://spn.chosun.com/gallery/'>°¶·¯¸®</a></li> \
    <li><a href='http://spn.chosun.com/ent/index.html'>¿¬¿¹</a></li> \
    <li><a href='http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir'>¿µÈ­</a></li> \
    <li><a href='http://manhwa.chosun.com/'>¸¸È­</a></li> \
    <li><a href='http://spn.chosun.com/leisure/'>¿©Çà</a></li> \
    <li><a href='http://artn.chosun.com/'>Àü½Ã°ø¿¬</a></li> \
    <li><a href='http://books.chosun.com/'>ºÏ½º</a></li> \
</ul> \
</div> \
");
}else if (GNBsubCode=="¿¬¿¹") {
document.write(" \
<div id='tabgnb' align='left' style='text-align:left;'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://spn.chosun.com/svc/list_in/new_list.html'>ÃÖ½Å±â»ç</a></li> \
    <li><a href='http://spn.chosun.com/sports/index.html'>½ºÆ÷Ã÷</a></li> \
    <li><a href='http://spn.chosun.com/wplayer/index.html'>ÇØ¿ÜÅÂ±ØÀü»ç</a></li> \
    <li><a href='http://golf.chosun.com/' target='_blank'>°ñÇÁ</a></li> \
    <li><a href='http://spn.chosun.com/gallery/'>°¶·¯¸®</a></li> \
    <li><a href='http://spn.chosun.com/ent/index.html'><b>¿¬¿¹</b></a></li> \
    <li><a href='http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir'>¿µÈ­</a></li> \
    <li><a href='http://manhwa.chosun.com/'>¸¸È­</a></li> \
    <li><a href='http://spn.chosun.com/leisure/'>¿©Çà</a></li> \
    <li><a href='http://artn.chosun.com/'>Àü½Ã°ø¿¬</a></li> \
    <li><a href='http://books.chosun.com/'>ºÏ½º</a></li> \
</ul> \
</div> \
");
}else if (GNBsubCode=="°¶·¯¸®") {
document.write(" \
<div id='tabgnb' align='left' style='text-align:left;'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://spn.chosun.com/svc/list_in/new_list.html'>ÃÖ½Å±â»ç</a></li> \
    <li><a href='http://spn.chosun.com/sports/index.html'>½ºÆ÷Ã÷</a></li> \
    <li><a href='http://spn.chosun.com/wplayer/index.html'>ÇØ¿ÜÅÂ±ØÀü»ç</a></li> \
    <li><a href='http://golf.chosun.com/' target='_blank'>°ñÇÁ</a></li> \
    <li><a href='http://spn.chosun.com/gallery/'><b>°¶·¯¸®</b></a></li> \
    <li><a href='http://spn.chosun.com/ent/index.html'>¿¬¿¹</a></li> \
    <li><a href='http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir'>¿µÈ­</a></li> \
    <li><a href='http://manhwa.chosun.com/'>¸¸È­</a></li> \
    <li><a href='http://spn.chosun.com/leisure/'>¿©Çà</a></li> \
    <li><a href='http://artn.chosun.com/'>Àü½Ã°ø¿¬</a></li> \
    <li><a href='http://books.chosun.com/'>ºÏ½º</a></li> \
</ul> \
</div> \
");
}else if (GNBsubCode=="¿µÈ­") {
document.write(" \
<div id='tabgnb' align='left' style='text-align:left;'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://spn.chosun.com/svc/list_in/new_list.html'>ÃÖ½Å±â»ç</a></li> \
    <li><a href='http://spn.chosun.com/sports/index.html'>½ºÆ÷Ã÷</a></li> \
    <li><a href='http://spn.chosun.com/wplayer/index.html'>ÇØ¿ÜÅÂ±ØÀü»ç</a></li> \
    <li><a href='http://golf.chosun.com/' target='_blank'>°ñÇÁ</a></li> \
    <li><a href='http://spn.chosun.com/gallery/'>°¶·¯¸®</a></li> \
    <li><a href='http://spn.chosun.com/ent/index.html'>¿¬¿¹</a></li> \
    <li><a href='http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir'><b>¿µÈ­</b></a></li> \
    <li><a href='http://manhwa.chosun.com/'>¸¸È­</a></li> \
    <li><a href='http://spn.chosun.com/leisure/'>¿©Çà</a></li> \
    <li><a href='http://artn.chosun.com/'>Àü½Ã°ø¿¬</a></li> \
    <li><a href='http://books.chosun.com/'>ºÏ½º</a></li> \
</ul> \
</div> \
");
}else {
document.write(" \
<div id='tabgnb' align='left' style='text-align:left;'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://spn.chosun.com/svc/list_in/new_list.html'>ÃÖ½Å±â»ç</a></li> \
    <li><a href='http://spn.chosun.com/sports/index.html'>½ºÆ÷Ã÷</a></li> \
    <li><a href='http://spn.chosun.com/wplayer/index.html'>ÇØ¿ÜÅÂ±ØÀü»ç</a></li> \
    <li><a href='http://golf.chosun.com/' target='_blank'>°ñÇÁ</a></li> \
    <li><a href='http://spn.chosun.com/gallery/'>°¶·¯¸®</a></li> \
    <li><a href='http://spn.chosun.com/ent/index.html'>¿¬¿¹</a></li> \
    <li><a href='http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir'>¿µÈ­</a></li> \
    <li><a href='http://manhwa.chosun.com/'>¸¸È­</a></li> \
    <li><a href='http://spn.chosun.com/leisure/'>¿©Çà</a></li> \
    <li><a href='http://artn.chosun.com/'>Àü½Ã°ø¿¬</a></li> \
    <li><a href='http://books.chosun.com/'>ºÏ½º</a></li> \
</ul> \
</div> \
");
}

document.write(" \
	</td> \
	<td align='right' width='320'><div id='Weather'><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr><td class='update' width='135' align='left'>" + GNBupdateStr + "</td><td width='118' align='left'><script language=JavaScript>document.write(viewWeather());</script></td><td width='67' align='left'><a href='http://sports.chosun.com/index.htm' target='_blank'><img src='http://image.chosun.com/cs/200803/images/sportschosun.gif'></a></td></tr></table></div></td> \
  </tr> \
</table> \
</div> \
\
	</td> \
    <td width='16'><img src='http://image.chosun.com/cs/200803/images/MenuSpn_line_right.gif'></td> \
  </tr> \
</table> \
");

}else if (GNBsiteCode=="¸Å°ÅÁø") {
document.write(" \
<table width='970' height='83' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
    <td width='22'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_line_left.gif'></td> \
    <td background='http://image.chosun.com/cs/200803/images/MenuMagazine_line_bg.gif' valign='top'> \
\
	<div id='MainMenu'> \
	<table width='100%' height='40' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='643'><a href='http://myhome.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_myhome.gif'></a><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_news.gif'></a><a href='http://spn.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_spn.gif'></a><a href='http://newsplus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_np.gif'></a><a href='http://focus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_focus.gif'></a><a href='http://blog.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_blog.gif'></a><a href='http://cafe.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_cafe.gif'></a><a href='http://morningplus.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_mp.gif'></a></td> \
		<td align='right' class='msubmenu_title' style='padding-right:15px;text-align:right;' background='http://image.chosun.com/cs/200803/images/MenuMagazine_rightbg.gif'>¤ý<a href='http://blognews.chosun.com/'>Blog´º½º</a>¤ý<a href='http://forum.chosun.com/'>Åä·Ð</a>¤ý<a href='http://photo.chosun.com/'>Æ÷Åä</a>¤ý<a href='http://video.chosun.com/'>µ¿¿µ»ó</a>¤ý<a href='http://magazine.chosun.com/'><font color='#f1db88'>¸Å°ÅÁø</font></a></td> \
	  </tr> \
	</table> \
	</div> \
\
<div id='Submenu_line'> \
<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
	<td width='20'><a href='javascript://' onclick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.chosun.com');><img src='http://image.chosun.com/cs/200803/images/start_icon.gif' alt='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â' title='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â'></a></td> \
	<td align='left' width='505> \
");

if (GNBsubCode=="À§Å¬¸®Á¶¼±") { 
document.write(" \
<div id='tabgnb'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://weekly.chosun.com/'><b>À§Å¬¸®Á¶¼±</b></a></li> \
    <li><a href='http://kid.chosun.com/'>¼Ò³âÁ¶¼±ÀÏº¸</a></li> \
    <li><a href='http://san.chosun.com/'>¿ù°£»ê</a></li> \
    <li><a href='http://monthly.chosun.com/' target='_blank'>¿ù°£Á¶¼±</a></li> \
    <li><a href='http://topclass.chosun.com/' target='_blank'>ÅéÅ¬·¡½º</a></li> \
    <li><a href='http://woman.chosun.com/' target='_blank'>¿©¼ºÁ¶¼±</a></li> \
    <li><a href='http://economyplus.chosun.com/' target='_blank'>ÀÌÄÚ³ë¹ÌÇÃ·¯½º</a></li> \
</ul> \
</div> \
");
}else if (GNBsubCode=="¼Ò³âÁ¶¼±") {
document.write(" \
<div id='tabgnb'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://weekly.chosun.com/'>À§Å¬¸®Á¶¼±</a></li> \
    <li><a href='http://kid.chosun.com/'><b>¼Ò³âÁ¶¼±ÀÏº¸</b></a></li> \
    <li><a href='http://san.chosun.com/'>¿ù°£»ê</a></li> \
    <li><a href='http://monthly.chosun.com/' target='_blank'>¿ù°£Á¶¼±</a></li> \
    <li><a href='http://topclass.chosun.com/' target='_blank'>ÅéÅ¬·¡½º</a></li> \
    <li><a href='http://woman.chosun.com/' target='_blank'>¿©¼ºÁ¶¼±</a></li> \
    <li><a href='http://economyplus.chosun.com/' target='_blank'>ÀÌÄÚ³ë¹ÌÇÃ·¯½º</a></li> \
</ul> \
</div> \
");
}else if (GNBsubCode=="¿ù°£»ê") {
document.write(" \
<div id='tabgnb'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://weekly.chosun.com/'>À§Å¬¸®Á¶¼±</a></li> \
    <li><a href='http://kid.chosun.com/'>¼Ò³âÁ¶¼±ÀÏº¸</a></li> \
    <li><a href='http://san.chosun.com/'><b>¿ù°£»ê</b></a></li> \
    <li><a href='http://monthly.chosun.com/' target='_blank'>¿ù°£Á¶¼±</a></li> \
    <li><a href='http://topclass.chosun.com/' target='_blank'>ÅéÅ¬·¡½º</a></li> \
    <li><a href='http://woman.chosun.com/' target='_blank'>¿©¼ºÁ¶¼±</a></li> \
    <li><a href='http://economyplus.chosun.com/' target='_blank'>ÀÌÄÚ³ë¹ÌÇÃ·¯½º</a></li> \
</ul> \
</div> \
");
}else {
document.write(" \
<div id='tabgnb'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://weekly.chosun.com/'>À§Å¬¸®Á¶¼±</a></li> \
    <li><a href='http://kid.chosun.com/'>¼Ò³âÁ¶¼±ÀÏº¸</a></li> \
    <li><a href='http://san.chosun.com/'>¿ù°£»ê</a></li> \
    <li><a href='http://monthly.chosun.com/' target='_blank'>¿ù°£Á¶¼±</a></li> \
    <li><a href='http://topclass.chosun.com/' target='_blank'>ÅéÅ¬·¡½º</a></li> \
    <li><a href='http://woman.chosun.com/' target='_blank'>¿©¼ºÁ¶¼±</a></li> \
    <li><a href='http://economyplus.chosun.com/' target='_blank'>ÀÌÄÚ³ë¹ÌÇÃ·¯½º</a></li> \
</ul> \
</div> \
");
}

document.write(" \
	</td> \
	<td align='left'><table width='40' border='0' cellpadding='0' cellspacing='0'><tr><td width='5'><img src='http://image.chosun.com/cs/200803/images/magazine_sub01.gif'></td><td align='center' background='http://image.chosun.com/cs/200803/images/magazine_sub03.gif' class='gnb_txt' style='padding-top:1px;text-align:center;'><a href='http://danmee.chosun.com/'><font color='#6b4532'><b>´Ü¹Ì</b></font></a></td><td width='5'><img src='http://image.chosun.com/cs/200803/images/magazine_sub02.gif'></td></tr></table></td> \
	<td align='right' width='320'><div id='Weather'><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr><td class='update' width='135' align='left'>" + GNBupdateStr + "</td><td width='118' align='left'><script language=JavaScript>document.write(viewWeather());</script></td><td width='67' align='left'><a href='http://sports.chosun.com/index.htm' target='_blank'><img src='http://image.chosun.com/cs/200803/images/sportschosun.gif'></a></td></tr></table></div></td> \
  </tr> \
</table> \
</div> \
\
	</td> \
    <td width='16'><img src='http://image.chosun.com/cs/200803/images/MenuMagazine_line_right.gif'></td> \
  </tr> \
</table> \
");

}else if (GNBsiteCode=="¿µ»ó") {
document.write(" \
<table width='970' height='83' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
    <td width='22'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_line_left.gif'></td> \
    <td background='http://image.chosun.com/cs/200803/images/MenuPhoto_line_bg.gif' valign='top'> \
\
	<div id='MainMenu'> \
	<table width='100%' height='40' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='643'><a href='http://myhome.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_myhome.gif'></a><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_news.gif'></a><a href='http://spn.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_spn.gif'></a><a href='http://newsplus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_np.gif'></a><a href='http://focus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_focus.gif'></a><a href='http://blog.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_blog.gif'></a><a href='http://cafe.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_cafe.gif'></a><a href='http://morningplus.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_mp.gif'></a></td> \
		<td align='right' class='submenu_title' style='padding-right:15px;' background='http://image.chosun.com/cs/200803/images/MenuPhoto_rightbg.gif'>¤ý<a href='http://blognews.chosun.com/'>Blog´º½º</a>¤ý<a href='http://forum.chosun.com/'>Åä·Ð</a>¤ý<a href='http://photo.chosun.com/'>Æ÷Åä</a>¤ý<a href='http://video.chosun.com/'><font color='#f3baff'>µ¿¿µ»ó</font></a>¤ý<a href='http://magazine.chosun.com/'>¸Å°ÅÁø</a></td> \
	  </tr> \
	</table> \
	</div> \
\
<div id='Submenu_line'> \
<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
	<td width='20'><a href='javascript://' onclick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.chosun.com');><img src='http://image.chosun.com/cs/200803/images/start_icon.gif' alt='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â' title='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â'></a></td> \
	<td align='left' width='480'> \
\
<div id='tabgnb'> \
<ul id='tabmenu' class='basic_txt'> \
    <li><a href='http://video.chosun.com/' style='padding:2px 9px 0px 10px;'>ÃÖ½Åµ¿¿µ»ó</a></li> \
    <li><a href='http://video.chosun.com/index.html?action=pop' style='padding:2px 9px 0px 10px;'>ÀÎ±âµ¿¿µ»ó </a></li> \
    <li><a href='http://video.chosun.com/index.html?action=1_' style='padding:2px 9px 0px 10px;'>´º½º</a></li> \
    <li><a href='http://video.chosun.com/index.html?action=22_' style='padding:2px 9px 0px 10px;'>±âÈ¹¿µ»ó</a></li> \
    <li><a href='http://keywui.chosun.com/main.keywui' style='padding:2px 9px 0px 10px;' target='_blank'>Å°À§´åÄÄ</a></li> \
    <li><a href='http://businesstv.chosun.com/index.do' style='padding:2px 9px 0px 10px;' target='_blank'>ºñÁî´Ï½º¾Ø</a></li> \
</ul> \
</div> \
\
\
	</td> \
	<td align='left' width='50' ><!--table width='50' border='0' cellpadding='0' cellspacing='0'><tr><td width='5'><img src='http://image.chosun.com/cs/200803/images/photo_sub01.gif'></td><td align='center' background='http://image.chosun.com/cs/200803/images/photo_sub03.gif' class='gnb_txt' style='padding-top:1px;text-align:center;'><a href='http://keywui.chosun.com/main.keywui' target='_blank'><font color='#4b458b'>Å°À§´åÄÄ</font></a> ¤Ó <a href='http://businesstv.chosun.com/index.do' target='_blank'><font color='#4b458b'>ºñÁî´Ï½º¾Ø</font></a></td><td width='5'><img src='http://image.chosun.com/cs/200803/images/photo_sub02.gif'></td></tr></table--></td> \
	<td align='right' width='320'><div id='Weather'><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr><td class='update' width='135' align='left'>" + GNBupdateStr + "</td><td width='118' align='left'><script language=JavaScript>document.write(viewWeather());</script></td><td width='67' align='left'><a href='http://sports.chosun.com/index.htm' target='_blank'><img src='http://image.chosun.com/cs/200803/images/sportschosun.gif'></a></td></tr></table></div></td> \
  </tr> \
</table> \
</div> \
\
	</td> \
    <td width='16'><img src='http://image.chosun.com/cs/200803/images/MenuPhoto_line_right.gif'></td> \
  </tr> \
</table> \
");
  
}else {
document.write(" \
<table width='970' height='83' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
    <td width='22'><img src='http://image.chosun.com/cs/200803/images/menu_line_left.gif'></td> \
    <td background='http://image.chosun.com/cs/200803/images/menu_line_bg.gif' valign='top'> \
\
	<div id='MainMenu'> \
	<table width='100%' height='40' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='643'><a href='http://myhome.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_myhome.gif'></a><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_news.gif'></a><a href='http://spn.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_spn.gif'></a><a href='http://newsplus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_np.gif'></a><a href='http://focus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_focus.gif'></a><a href='http://blog.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuNews_blog.gif'></a><a href='http://cafe.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuNews_cafe.gif'></a><a href='http://morningplus.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuNews_mp.gif'></a></td> \
		<td align='right' class='submenu_title' style='padding-right:15px;' background='http://image.chosun.com/cs/200803/images/MenuNews_rightbg.gif'>¤ý<a href='http://blognews.chosun.com/'>Blog´º½º</a>¤ý<a href='http://forum.chosun.com/'>Åä·Ð</a>¤ý<a href='http://photo.chosun.com/'>Æ÷Åä</a>¤ý<a href='http://video.chosun.com/'>µ¿¿µ»ó</a>¤ý<a href='http://magazine.chosun.com/'>¸Å°ÅÁø</a></td> \
	  </tr> \
	</table> \
	</div> \
\
<div id='Submenu_line'> \
<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
	<td width='20'><a href='javascript://' onclick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.chosun.com');><img src='http://image.chosun.com/cs/200803/images/start_icon.gif' alt='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â' title='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â'></a></td> \
	<td align='left'> \
\
<div id='tabgnb'> \
<ul id='tabmenu' class='basic_txt'> \
    <li id='mmenu0'><a href='http://news.chosun.com/svc/list_in/list.html' onfocus='this.blur()'>&nbsp;&nbsp;ÃÖ½Å±â»ç</a></li> \
    <li id='mmenu1'><a href='http://news.chosun.com/economy/' onfocus='this.blur()'>&nbsp;&nbsp;°æÁ¦</a></li> \
    <li id='mmenu2'><a href='http://news.chosun.com/politics/'  onfocus='this.blur()'>&nbsp;&nbsp;Á¤Ä¡</a></li> \
    <li id='mmenu3'><a href='http://news.chosun.com/national/' onfocus='this.blur()'>&nbsp;&nbsp;»çÈ¸</a></li> \
    <li id='mmenu4'><a href='http://news.chosun.com/international/' onfocus='this.blur()'>&nbsp;&nbsp;±¹Á¦</a></li> \
    <li id='mmenu5'><a href='http://news.chosun.com/culture/' onfocus='this.blur()'>&nbsp;&nbsp;¹®È­</a></li> \
    <li id='mmenu6'><a href='http://news.chosun.com/editorials/'>»ç¼³¡¤Ä®·³</a></li> \
    <li id='mmenu7' style='display:none;'></li> \
</ul> \
</div> \
\
\
	</td> \
	<td align='right' width='320'><div id='Weather'><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr><td class='update' width='135' align='left'>" + GNBupdateStr + "</td><td width='118' align='left'><script language=JavaScript>document.write(viewWeather());</script></td><td width='67' align='left'><a href='http://sports.chosun.com/index.htm' target='_blank'><img src='http://image.chosun.com/cs/200803/images/sportschosun.gif'></a></td></tr></table></div></td> \
  </tr> \
</table> \
</div> \
\
	</td> \
    <td width='16'><img src='http://image.chosun.com/cs/200803/images/menu_line_right.gif'></td> \
  </tr> \
</table> \
");
}


// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ¸¶ÀÌ¸®¸ðÄÜ APIÁ¤ÀÇ
// ¸¶ÀÌÈ¨¿¡¼­ ºÐ¸®ÇØ¼­ ¸î°¡Áö ÇÔ¼ö¸¦ µû·ÎÀÌ Á¤ÀÇÇÏ´Â °ÍÀº ÇØ´çÆäÀÌÁö¸¦ ¸¶ÀÌÈ¨°ú ºÐ¸®µÇ¼­ ÀÛµ¿ÇÒ ¼ö ÀÖµµ·Ï ÇÏ±â À§ÇØ¼­ÀÓ

var MYREMOTEAPI = new Object();
var MYREMOTECONST = new Object();

MYREMOTECONST.DEFAULT = [ "»ç¼³/Ä®·³", "¸¸Æò", "·©Å·´º½º", "´Ü¹Ì", "°¶·¯¸®", "¸¸È­", "ÇÃ·¡½Ã°ÔÀÓ", "PDF" ];

MYREMOTEAPI.loadLink = function()
{
	var cookies = document.cookie.split("; ");

	for ( var i = 0; i < cookies.length; i++ )
	{
		var tokens = cookies[i].split("=");
		if ( "myremote_links" == tokens[0] ) 
		{
			var	jsonStr = unescape(tokens[1]);
			//ÁÖÀÇ:prototype.js°¡ ¾øÀ» °æ¿ì¿¡µµ ´ëºñ;
			if ( jsonStr != undefined && /\S+/.test(jsonStr) ) return (jsonStr.evalJSON == undefined) ? eval(jsonStr) : jsonStr.evalJSON();
		}
	}

	return MYREMOTECONST.DEFAULT;
}

MYREMOTEAPI.getUrl = function(linkName)
{
	var	url = MYREMOTECONST.URLS[linkName];
	return (url == undefined) ? "" : url;
}

MYREMOTEAPI.refresh = function()
{
	try
	{
		var	links = MYREMOTEAPI.loadLink();
		var	htmlCode = "";
		
		htmlCode += "<table width='80' cellpadding='0' cellspacing='0'> \
						<tr> \
							<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
							<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='5'></td> \
							<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
						</tr> \
						<tr> \
							<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge01.gif'/></td> \
							<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGUP.gif'></td> \
							<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge02.gif'/></td> \
						</tr> \
					";
		
		for ( var i = 0; i < links.length; i++ )
		{
			var	url = MYREMOTEAPI.getUrl(links[i]);
			if ( url == "" ) continue;
			
			htmlCode += "<tr><td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL.gif'></td>";
			htmlCode += "<td height='21' class='remote_txt' background='http://image.chosun.com/cs/myhome/floater_row3-BG.gif' align='center' valign='top'>";
			htmlCode += "<a href='" + url + "'>" + links[i] + "</a></td>";
			htmlCode += "<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR.gif'></td></tr>";
		}
		
		htmlCode += "<tr> \
								<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge03.gif'></td> \
								<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGDN.gif' width='100%' height='5'></td> \
								<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge04.gif'></td> \
							</tr> \
						</table> \
					";

		var	linkDiv = document.getElementById("__myremote_link_tr");
		linkDiv.innerHTML = htmlCode;
	}
	catch(e)
	{
	}
}

MYREMOTEAPI.open = function()
{
	var	divElmt = document.getElementById("myremote");
	if ( divElmt !=null )
	{
		if ( document.getElementById("MiniRemote").offsetTop != undefined )
		{
			divElmt.style.top = document.getElementById("MiniRemote").offsetTop + "px";
			divElmt.style.left = document.getElementById("MiniRemote").offsetLeft + "px";
		}
		divElmt.style.display="block";
	}
}

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ¸¶ÀÌ¸®¸ðÄÜ Ç×¸ñ¹è¿­
// !!! ¾Æ·¡¹è¿­Àº ±× ¼ø¼­¿¡ µû¶ó¼­ ¸¶ÀÌÈ¨ÆäÀÌÁöÀÇ ¼³Á¤°ú °ü·ÃÀÌ ¸¹½À´Ï´Ù. ¸¶ÀÌÈ¨¼­¹ö¿¡ ÀåÂøµÇ´Â
//     ½ºÅ©¸³Æ®¶ó¸é ¾Æ·¡ ¹è¿­À» ¼öÁ¤ÇÒ ¶§ ¸¶ÀÌÈ¨ÆäÀÌÁöµµ °°ÀÌ ¿¬µ¿ÇÒ ¼ö ÀÖµµ·Ï ÁÖÀÇÇÏ¿©¾ß ÇÕ´Ï´Ù.
MYREMOTECONST.URLS =
{
	//´º½º ¼±ÅÃ (20°³ 1´Ü)
	"ÃÖ½Å±â»ç":"http://news.chosun.com/svc/list_in/list.html"
	, "°æÁ¦":"http://news.chosun.com/economy/"
	, "Á¤Ä¡":"http://news.chosun.com/politics/"
	, "»çÈ¸":"http://news.chosun.com/national/"
	, "±¹Á¦":"http://news.chosun.com/international/"
	, "¹®È­":"http://news.chosun.com/culture/"
	, "»ç¼³/Ä®·³":"http://news.chosun.com/editorials/"
	, "½ºÆ÷Ã÷":"http://spn.chosun.com/sports/"
	, "¾ß±¸":"http://spn.chosun.com/svc/list_in/list.html?catid=11&js_name=baseball"
	, "Ãà±¸":"http://spn.chosun.com/svc/list_in/list.html?catid=16&js_name=soccer"
	, "½ºÆ÷Ã÷Á¾ÇÕ":"http://spn.chosun.com/svc/list_in/list.html?catid=13&js_name=others"
	, "ÇØ¿ÜÅÂ±ØÀü»ç":"http://spn.chosun.com/wplayer/index.html"
	, "¿¬¿¹":"http://spn.chosun.com/ent/"
	, "¿µÈ­":"http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir"
	, "Æ÷Åä":"http://photo.chosun.com/"
	, "¸¸Æò":"http://photo.chosun.com/svc/list/cartoon_list.html?catid=5"
	, "µ¿¿µ»ó":"http://video.chosun.com/"
	, "ÀÌ½´":"http://issue.chosun.com/"
	, "Åä·Ð":"http://forum.chosun.com/"
	, "100ÀÚÆò":"http://newsplus.chosun.com/ranking/list.html?site=bbs"
	//ÄÁÅÙÃ÷ ¼±ÅÃ (40°³ 2´Ü)
	, "Ä«Æä":"http://cafe.chosun.com/"
	, "ºí·Î±×":"http://blog.chosun.com/"
	, "Æ÷Ä¿½º":"http://focus.chosun.com/"
	, "´º½ºÇÃ·¯½º":"http://newsplus.chosun.com/"
	, "¸ð´×ÇÃ·¯½º":"http://morningplus.chosun.com/"
	, "·©Å·´º½º":"http://newsplus.chosun.com/ranking/index.html"
	, "Blog´º½º":"http://blog.chosun.com/article.main.screen"
	, "´Ü¹Ì":"http://danmee.chosun.com/"
	, "Çï½º":"http://health.chosun.com/"
	, "Ä«¸®ºä":"http://careview.chosun.com/"
	, "Æ®·¡ºíN":"http://spn.chosun.com/leisure/"
	, "¸®ºä":"http://review.chosun.com/"
	, "ºÏ½º":"http://books.chosun.com/"
	, "¾ÆÆ®N":"http://artn.chosun.com/"
	, "½Ì±ÛN":"http://single.chosun.com/"
	, "ºñÁö´Ï½ºN":"http://businesstv.chosun.com/index.do"
	, "°ñÇÁ":"http://golf.chosun.com/"
	, "ºÕ¾÷ÄÚ¸®¾Æ":"http://boomup.chosun.com/"
	, "°¶·¯¸®":"http://spn.chosun.com/gallery/"
	, "°ÔÀÓ¾÷":"http://gameup.chosun.com/"
	, "¸¸È­":"http://comic.chosun.com/ "
	, "¹«Çù":"http://promurim.chosun.com/main.asp"
	, "¿î¼¼":"http://unse.chosun.com/"
	, "ÇÃ·¡½Ã°ÔÀÓ":"http://flashgame.chosun.com/game_flash/"
	, "¼ºÀÎ¹®ÇÐ°ü":"http://redbook.chosun.com/"
	, "½ºÆ÷Ã÷Á¶¼±":"http://sports.chosun.com/"
	, "À§Å¬¸®Á¶¼± ":"http://weekly.chosun.com/"
	, "¼Ò³âÁ¶¼±ÀÏº¸":"http://kid.chosun.com/"
	, "¿ù°£»ê":"http://san.chosun.com/"
	, "¿ù°£Á¶¼±":"http://monthly.chosun.com/"
	, "¿©¼ºÁ¶¼±":"http://woman.chosun.com/"
	, "ÅéÅ¬·¡½º":"http://topclass.chosun.com/"
	, "ÀÌÄÚ³ë¹ÌÇÃ·¯½º":"http://economyplus.chosun.com/"
	, "À¯¿ë¿øÀÇ ±º»ç":"http://bemil.chosun.com/"
	, "Ãë¾÷Á¤º¸":"http://joba.chosun.com/Text/main.asp"
	, "¿©ÇàÁ¤º¸":"http://travelshop.chosun.com/"
	, "Ã¢¾÷Á¤º¸":"http://m-bizplace.chosun.com/"
	, "¿Â¶óÀÎ¼­Á¡":"http://book.interpark.com/gate/IP3Gateway.do?_method=IP3&biz_cd=TB0008"
	, "ºê·£µåÇÃ·¯½º":"http://brandplus.chosun.com/"
	, "°Ë»öÇÃ·¯½º":"http://search.chosun.com/"
	//ºÎ°¡¼­ºñ½º ¼±ÅÃ (16°³ 1´Ü)
	, "¿À´ÃÀÇ Çìµå¶óÀÎ":"http://srchdb1.chosun.com/headline/"
	, "PDF":"http://srchdb1.chosun.com/pdf/i_service/"
	, "365ÀÌº¥Æ®":"http://365event.chosun.com/"
	, "Á¶¼±ÀÏº¸»ç°í":"http://news.chosun.com/svc/list_in/list.html?catid=71&js_name=sago"
	, "Á¶¼±´åÄÄ¾Ë¸²":"http://news.chosun.com/svc/list_in/list.html?catid=72&js_name=sago"
	, "³¯¾¾":"http://weather.chosun.com/"
	, "ÀÎ¹°Á¤º¸":"http://image.chosun.com/sv/people/200710/people_db_main.html"
	, "±â»çÁ¦º¸":"http://morningplus.chosun.com/etc/jebo/write.html"
	, "º¸µµÀÚ·á":"http://press.chosun.com/"
	, "ºñÁö´Ï½º¼¾ÅÍ":"http://newsplus.chosun.com/partner/index.html"
	, "µ¶ÀÚ±ÇÀÍÀ§¿øÈ¸":"http://www.chosun.com/ombudsman/"
	, "RSS":"http://www.chosun.com/rss/index01.html"
	, "U21±Û·Î¹ú":"http://u21global.chosun.com/"
	, "±³À°¼¾ÅÍ":"http://academy.chosun.com/"
	, "ITÀçÆÒ":"http://itjapan.chosun.com/"	
	, "Ä³³ª´Ù¾îÇÐ¿ø":"http://www.studyenglish.or.kr/main/index.asp"
};



// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

document.write(" \
<style type=text/css> \
.remote_txt { text-decoration:none; color:#333333; font-size:11px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px; line-height: 17px;} \
.remote_txt a:link { text-decoration:none; color:#333333; font-size:11px; } \
.remote_txt a:visited { text-decoration:none; color:#333333; font-size:11px; } \
.remote_txt a:active { text-decoration:none; color:#333333; font-size:11px; } \
.remote_txt a:hover { text-decoration:underline; color:#333333; font-size:11px; } \
</style> \
");

document.write(" \
	<div id='MiniRemote' style='position:absolute; bottom:-1px; right:-93px; width:93px'> \
	<a style='cursor:pointer' onmouseover='Remote_mopen(1);' onmouseout='Remote_mclosetime();'><img src='http://image.chosun.com/cs/myhome/floater_button01small.gif' border='0'></a> \
	</div> \
");

var _stmnGAP = 10;
var _stmnBASE = 100;
var _stmnBTTM = 120;
var	MiniRemote = document.getElementById("MiniRemote");


//TOP
function RefreshMiniRemote() {
	var _stmnStartPoint, _stmnEndPoint, _stmnRefreshTimer;

	_stmnStartPoint = parseInt(MiniRemote.style.top, 10);
	_stmnEndPoint = document.body.scrollTop + _stmnGAP;

	if(_stmnEndPoint < _stmnBASE) _stmnEndPoint = _stmnBASE;
	
	
	if(_stmnStartPoint != _stmnEndPoint && _stmnEndPoint <= (document.body.scrollHeight - _stmnBTTM)) {
		_stmnScrollAmount = Math.ceil(Math.abs(_stmnEndPoint - _stmnStartPoint) / 15);
		MiniRemote.style.top = parseInt(MiniRemote.style.top, 10) + ((_stmnEndPoint<_stmnStartPoint) ? -_stmnScrollAmount : _stmnScrollAmount);
	}
}

function InitializeMiniRemote() {
	if(_stmnBASE <= 0) _stmnBASE = 915;
	MiniRemote.style.top = _stmnBASE;
	RefreshMiniRemote();
}

InitializeMiniRemote();

//¹öÆ° ·Ñ¿À¹ö, ·Ñ¾Æ¿ô

var Remote_TimeOut         = 300;
var Remote_currentLayer    = null;
var Remote_currentitem     = null;

var Remote_currentLayerNum = 0;
var Remote_noClose         = 0;
var Remote_closeTimer      = null;

// Open Hidden Layer
function Remote_mopen(n)
{
    var l  = document.getElementById("Remote_event");
    var mm = document.getElementById("contentButtonArea");
    
    if(l)
    {
		Remote_mcancelclosetime();
		if ( document.getElementById("MiniRemote").offsetTop != undefined )
			l.style.top = document.getElementById("MiniRemote").offsetTop + "px";
		l.style.visibility='visible';
		
		if(Remote_currentLayer && (Remote_currentLayerNum != n))
			Remote_currentLayer.style.visibility='hidden';
		
		Remote_currentLayer = l;
		Remote_currentitem = mm;
		Remote_currentLayerNum = n;            
	}
    else if(Remote_currentLayer)
    {
        Remote_currentLayer.style.visibility='hidden';
        Remote_currentLayerNum = 0;
        Remote_currentitem = null;
        Remote_currentLayer = null;
    }
}

// Turn On Close Timer
function Remote_mclosetime()
{
    Remote_closeTimer = window.setTimeout(Remote_mclose, Remote_TimeOut);
}

// Cancel Close Timer
function Remote_mcancelclosetime()
{
    if(Remote_closeTimer)
    {
        window.clearTimeout(Remote_closeTimer);
        Remote_closeTimer = null;
    }
}

// Close Showed Layer
function Remote_mclose()
{
    if(Remote_currentLayer && Remote_noClose!=1)
    {
        Remote_currentLayer.style.visibility='hidden';
        Remote_currentLayerNum = 0;
        Remote_currentLayer = null;
        Remote_currentitem = null;
    }
    else
    {
        Remote_noClose = 0;
    }

    Remote_currentLayer = null;
    Remote_currentitem = null;
}

// Close Layer Then Click-out
document.onclick = Remote_mclose; 

document.write("\
	<div id=\"Remote_event\" onmouseover=\"Remote_mcancelclosetime()\" onmouseout=\"Remote_mclosetime();\" align=right style=\"visibility: hidden; position: absolute; z-index: 10; right:-98px;top:98px;\"> \
	<a onClick='javascript:MYREMOTEAPI.open()' style='cursor:hand'><img src=http://image.chosun.com/cs/myhome/remote_btn01_1.gif></a> \
	</div> \
");

document.write("\
<style type=text/css> \
#myremote { position:absolute; right:-98px; top:98px; padding:0px; width:98px; text-align:right; display:none; background-color:#ffffff;} \
#myremote_blank { float:left; width:10px;} \
#myremote_mini { float:right; width:88px;} \
</style> \
");

document.write("\
<div id='myremote'> \
<div id='myremote_blank'></div> \
<div id='myremote_mini'> \
<table width='88' cellpadding='0' cellspacing='0' border='0'> \
<tr> \
	<td colspan='3' width='88'><img src='http://image.chosun.com/cs/myhome/remote_btn02.gif' onClick='javascript:if(document.getElementById(\"myremote\")!=null) document.getElementById(\"myremote\").style.display=\"none\"' style ='cursor:pointer;'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='5'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td width='80'><a href='http://myhome.chosun.com/'><img src='http://image.chosun.com/cs/myhome/myhome_go.gif' /></a></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif' height='3'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='3'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif' height='3'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td> \
		<table width='80' cellpadding='0' cellspacing='0'> \
			<tr> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge1.gif' /></td> \
				<td colspan='3' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGUP1.gif'></td> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge2.gif' /></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
				<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='http://m100.chosun.com/svc/guest/user/myBbs.html' target='_blank'>³» 100ÀÚÆò</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
						<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='http://newsplus.chosun.com/scrap/index.html' target='_blank'>³» ½ºÅ©·¦</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
						<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='http://forum.chosun.com/mybbs.jsp' target='_blank'>³» Åä·Ð¹æ</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
						<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='https://membership.chosun.com/join/registUser.jsp?act=modletter&site=chosun&letter=1' target='_blank'>´º½º·¹ÅÍ¼³Á¤</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
					<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='https://membership.chosun.com/join/registUser.jsp?act=modletter&site=chosun&letter=1' target='_blank'>³» ±¸µ¶Á¤º¸</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td colspan='3'><img src='http://image.chosun.com/cs/myhome/floater_deviderline.gif'></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button08L.gif' /></td> \
				<td height='20' width='66' background='http://image.chosun.com/cs/myhome/floater_button08BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='https://membership.chosun.com/join/registUser.jsp?act=myindex&site=chosun' target='_blank'>È¸¿øÁ¤º¸¼öÁ¤</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button08R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge3.gif'></td> \
				<td colspan='3'><img src='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGDN1.gif'></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge4.gif'></td> \
			</tr> \
		</table> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td> \
	<div id='__myremote_link_tr' name='__myremote_link_tr'> \
		<table width='80' cellpadding='0' cellspacing='0'> \
			<tr> \
				<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='5'></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
			</tr> \
			<tr> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge01.gif'/></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGUP.gif'></td> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge02.gif'/></td> \
			</tr> \
");

try
{
	var	links = MYREMOTEAPI.loadLink();
	for ( var i = 0; i < links.length; i++ )
	{
		document.write("\
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL.gif'></td> \
				<td height='21' class='remote_txt' background='http://image.chosun.com/cs/myhome/floater_row3-BG.gif' align='center' valign='top'> \
		");
				
		document.write("<a href='" + MYREMOTEAPI.getUrl(links[i]) + "'>" + links[i] + "</a></td>");
				
		document.write("\
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR.gif'></td> \
			</tr> \
		");
	}
}
catch(e)
{
}

document.write("\
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge03.gif'></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGDN.gif' width='100%' height='5'></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge04.gif'></td> \
			</tr> \
		</table> \
	</div> \
	</td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td><img src='http://image.chosun.com/cs/myhome/floater_edge04.gif' width='4'/></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%'></td> \
	<td><img src='http://image.chosun.com/cs/myhome/floater_edge03.gif' width='4'/></td> \
</tr> \
</table> \
</div> \
</div> \
");




document.write("\
</div> \
</td> \
<td>&nbsp;</td> \
</tr> \
</table> \
");