/* -----------------------------------------------------------------------------------------------------
	Name			: channelizer.js
	Created			: 2007-09-25
	Last Modified	: 10/3/2007 10:02:52 AM
	Author			: Andrew
	Editor			: Kevin
	Description		: Content Channelizer Script
----------------------------------------------------------------------------------------------------- */
	function include(path) 
	{
	    var _js = document.createElement('script'); 
	    _js.setAttribute('type', 'text/javascript'); 
	    _js.setAttribute('src', path); 
	    document.getElementsByTagName("head")[0].appendChild(_js);
	}
	include("http://www.heykorean.com/HK_Channelizer/HK_Log.js");
	function startLogging()
	{
		channelizer();	
//		getClubList();
//		getUserInfo(); 20090731 by why: getCookie("authkey")==> ¿¡·¯ : setCookie("authkey")ÇØÁÖ´Â °÷ÀÌ ¾øÀ½ 
//		start_Log(); 20090731 by why: getCookie("authkey")==> ¿¡·¯ : setCookie("authkey")ÇØÁÖ´Â °÷ÀÌ ¾øÀ½ 
	}
	function openPopup(url, w,h){
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		window.open(url,'_blank','width='+w+', height='+h+', Scrollbars=no, top='+wint+', left='+winl); 
	}
	function MM_showHideLayers() 
	{
	  	var i, p, v, obj, args = MM_showHideLayers.arguments;

		  for (i = 0; i < (args.length - 2); i += 3) 
	  	with (document) if (getElementById && ((obj = getElementById(args[i])) != null)) {
  			v = args[i + 2];
		    if (obj.style) {
	  	  	obj = obj.style;
    			v = (v == 'show') ? 'visible' : (v == 'hide') ? 'hidden' : v;
	    	}
  	  	obj.visibility = v;
    	}
	}
	function openPopup(url, w,h)
	{
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
	
		window.open(url,'_blank','width='+w+', height='+h+', Scrollbars=no, top='+wint+', left='+winl); 
	}	
	function getSavedID()
	{
		var loginform = document.login;
		var szID = getCookie("yourid");
		if (szID.length>0)
		{
			loginform.userid.value = szID;
			loginform.idsave.checked = true;
			loginform.passwd.focus();		
		}
	}	
	function getClubList()
	{
		var auth_key = getCookie("authkey");
		new Ajax.Updater('club_list', 'http://www.heykorean.com/common/get_signeduserinfo_proc.asp',
		{
			method:'GET',
			crossSite: true,
			parameters: {mode: 'clublist', a_key: auth_key},
			insertion: Insertion.top
		});
	}

	function getUserInfo()
	{
		var auth_key = getCookie("authkey");
		new Ajax.Request('http://www.heykorean.com/common/get_signeduserinfo_proc.asp', 
		{
			method:'GET',
			crossSite: true,
			parameters: {mode: 'userinfo', a_key: auth_key},
		  	onLoading: function() 
		  	{
//  				alert('onLoading');    
  			},
			onSuccess: function(transport)
		    {
		    	var szRet = transport.responseText;
		    	var szArrRet = szRet.split("|");
//		    	alert(szRet);
		    },
			onFailure: function(transport)
			{
				alert(transport.responseText);
			}
		});
	}	
//-----------------------------------------------------------------------------------------------------

	function MM_openBrWindow(theURL, winName, features) {
		window.open(theURL, winName, features);
	}

//-----------------------------------------------------------------------------------------------------
	document.write("<meta http-equiv=\"Content-Type\" content=\"text/html\" charset=\"euc-kr\">");
	document.write("<meta name=\"keywords\" content=\"´º¿å, New York, NY, ¹Ì±¹, ÇØ¿Ü À¯ÇÐ, ¹Ì±¹ À¯ÇÐ, USA, ¿î¼¼, Ä¿¹Â´ÏÆ¼, µ¿È£È¸, Å¬·´, Ã¤ÆÃ, °ü±¤, ´º½º, »ýÈ°Á¤º¸, ÀÌ¹Î, ÇÑÀÎ»çÈ¸, Àç¹Ìµ¿Æ÷, ±³Æ÷, Àç¹Ì±³Æ÷, ¹ÌÁÖ, ÇÑÀÎÄ¿¹Â´ÏÆ¼, LA, ¿¤¿¡ÀÌ, ·Î½º¿£Á©·¹½º, °ü±¤ ¸í¼Ò, À¯ÇÐ, ÇìÀÌÄÚ¸®¾È, Å©»ç´Ï, Å©»ç¶ó, ÇØ¿Ü, µ¿Æ÷, À¯ÇÐ»ýÈ¸, heykorean, ksany, ksala\">");
	document.write("<meta name=\"description\" content=\"ÇÑ±¹À» ´ëÇ¥ÇÏ´Â ÇØ¿Ü ÇÑÀÎÆ÷Å» ÇìÀÌÄÚ¸®¾È ÀÔ´Ï´Ù.\">");
	document.write("<link rel=\"shortcut icon\" href=\"http://image1.heykorean.com/v1/Icon/heykorean.ico\" type=\"image/x-icon\" />");
	document.write("<link rel=\"icon\" href=\"http://image1.heykorean.com/v1/Icon/heykorean.ico\" type=\"image/x-icon\" />");
	document.write("<link href=\"http://www.heykorean.com/HK_Channelizer/channelizer.css\" rel=\"stylesheet\" type=\"text/css\">");
//-----------------------------------------------------------------------------------------------------
var HK_sub = 	"		<ul id=\"sub_menu\"  class=\"menu_1\">";
var szCur = location.href;
var HK_header_tmp = "";
var HK_footer_tmp = "";

if (szCur.indexOf("clubgame.") >=0)	// ¿£ÅÍÅ×ÀÎ¸ÕÆ®
{
	/*HK_sub += "			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/umatgo/umatgo_main.html\">½Å¸Â°í</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/upoker/upoker_main.html\">´ºÆ÷Ä¿</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/usutda/usutda_main.html\">¼¸´Ù</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/baduki/baduki_main.html\">¹ÙµÏÀÌ</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/ugostop/ugostop_main.html\">°í½ºÅé</a></li>" +	
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/yut/yut_main.html\">Àµ³îÀÌ</a></li>" +	
					"			<li><a href=\"http://kinomovie.heykorean.com/\">Å°³ë¹«ºñ</a></li>";
					
*/
	HK_header_tmp = "<div id=\"topWrapper\"><a name=\"Go to top\"></a> " +
	"	<div id=\"topWrapperTop\">" +
	"		<div id=\"topGnb\">" +
	"			<div id=\"topGnbMenu\">" +
	"				<ul>" +
	"					<li style=\"padding-right:4px\"><a href=\"http://www.heykorean.com\">È¨</a></li>" +
	"					<li><a href=\"http://www.heykorean.com/HK_Club/Club_Main.asp\">Å¬·´</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HKBoard/Room/Rent_Main.asp\">ºÎµ¿»ê</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HKBoard/Sale/Sale_Main.asp\">»ç°íÆÈ±â</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HK_Job/index.asp\">±¸ÀÎ±¸Á÷</a></li>			" +
	"					<li><a href=\"http://mentor.heykorean.com\">¸àÅä¸µ</a></li>			" +
	"					<li><a href=\"javascript:void(0)\" onclick=\"if(document.getElementById('topGnbMore').style.display=='block'){document.getElementById('topGnbMore').style.display='none'}else{document.getElementById('topGnbMore').style.display='block'};\">´õº¸±â <img src=\"http://image1.heykorean.com/v1/Main/Top/view_more_top.gif\" width=\"13\" height=\"15\" alt=\"\" title=\"more\" align=\"absmiddle\" style=\"vertical-align:middle\"></a></li>" +
	"				</ul>" +
	"			</div>" +
	"			<div id=\"topGnbMore\" style=\"display: none;\">" +
	"				<ul>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HKBoard/Employ/biz_list.asp\">ºñÁî´Ï½º</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_YellowPG/store_list.asp\">¾÷¼Ò·Ï</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_News/index.asp\">´º½º</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li><a href=\"http://www.heykorean.com/HKInfo/InfoView.asp\">Á¤º¸±¤Àå</a></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_PhotoEssay/index.asp\">Æ÷Åä¿¡¼¼ÀÌ</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_FunTalk/index.asp\">Àç¹ÌÅå</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"" +
	"					<li><a href=\"http://www.heykorean.com/HK_Service/Membership/index.asp\">¸â¹öÇýÅÃ</a></li>" +
	"					<li style=\"float:left\"><a href=\"http://clubgame.heykorean.com\">°ÔÀÓ</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +	
	"					<li style=\"float:left\"><a href=\"http://fortune.heykorean.com/\">¿î¼¼</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://kinomovie.heykorean.com/\">¿µÈ­</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_help/sitemap.asp\" style=\"color:#1388be !important\">ÀüÃ¼º¸±â</a></li>" +
	"				</ul>" +
	"				<a href=\"javascript:void(0)\" class=\"close_layer\" onclick=\"document.getElementById('topGnbMore').style.display='none';\"><img src=\"http://image1.heykorean.com/v1/Main/Top/bt_layer_close.gif\" width=\"11\" height=\"11\" alt=\"\" title=\"\"></a>" +
	"			</div>													" +
	"		</div>" +
	"		<div id=\"topSearch\">" +
	"			<div id=\"topSearchWrapper\">" +
	"			<form action=\" http://www.heykorean.com/search.asp\" id=\"cse-search-box\"  method=\"post\">" +
	"			    <input type=\"hidden\" name=\"cx\" value=\"000332778040491929340:dyurlfauwv0\">" +
	"			    <input type=\"hidden\" name=\"cof\" value=\"FORID:10\">" +
	"			    <input type=\"hidden\" name=\"ie\" value=\"EUC-KR\">" +
	"	    		<input type=\"text\" name=\"q\" id=\"topSearchText\" value=\"ÅëÇÕ°Ë»ö\" onclick=\"if(this.value=='ÅëÇÕ°Ë»ö'){ this.value=''; }\" /><input type=\"submit\" name=\"sa\" value=\"\" style=\"width:21px; height:19px; background:url(http://image1.heykorean.com/v1/Main/Top/Game/bt_search.gif) no-repeat; border: 0; cursor: pointer;vertical-align:middle;padding-right:4px;padding-left:0px\">" +
	"			</form>" +
	"			</div>" +
	"		</div>		" +
		"</div>" +
	"	<div id=\"topWrapperBottom\">" +
	"		<div id=\"topLogo\">" +
	"			<a href=\"http://www.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/Top/logo.gif\" width=\"122\" height=\"25\" alt=\"HeyKorean\" title=\"\" /></a>" +
	"		</div>" +
	"		<div id=\"topService\"><a href=\"http://clubgame.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Game/ttl_game.gif\" width=\"57\" height=\"29\" alt=\"°ÔÀÓ\" /></a></div>		" +
	"		<div id=\"topLogin\">" +
	"			<a href=\"#\" onclick=\"javascript:window.open('http://www.heykorean.com/HK_Payment/pop_HKManage.asp?mode=buy', 'HKManage', 'width=461,height=575,resizable=no,statusbars=no')\"><img src=\"http://image1.heykorean.com/v1/Main/Top/icon_hk.gif\" width=\"35\" height=\"16\" align=\"absmiddle\">Get HK</a>" +
	"		</div>" +
		"</div>" +
	"</div>" +
	"<div id=\"top2Depth\">" +
		"<ul id=\"nav\">" +
	"   <li id=\"menu01\"><a href=\"http://clubgame.heykorean.com/\"><img height=\"38\" width=\"48\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Game/mn_home_off.gif'\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Game/mn_home_on.gif'\" alt=\"È¨\" src=\"http://image1.heykorean.com/v1/Main/Top/Game/mn_home_off.gif\" id=\"topMimg_1\"/></a></li> " +
	"		<li id=\"menu02\"><a href=\"http://clubgame.heykorean.com/_global_game/game/upoker/upoker_main.html\"></a></li>" +
	"		<li id=\"menu03\"><a href=\"http://clubgame.heykorean.com/_global_game/game/umatgo/umatgo_main.html\"></a></li>" +
	"		<li id=\"menu04\"><a href=\"http://clubgame.heykorean.com/_global_game/game/baduki/baduki_main.html\"></a></li>" +
	"		<li id=\"menu05\"><a href=\"http://clubgame.heykorean.com/_global_game/game/usutda/usutda_main.html\"></a></li>" +
	"		<li id=\"menu06\"><a href=\"http://clubgame.heykorean.com/_global_game/game/ugostop/ugostop_main.html\"></a></li>" +
	"		<li id=\"menu07\"><a href=\"http://clubgame.heykorean.com/_global_game/game/yut/yut_main.html\"></a></li>" +
	"   <li id=\"menu08\" style=\"position:relative;\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Game/new_icon_game.png\" style=\"position:absolute;top:-9px;left:25px;\" width=\"16\" height=\"18\" alt=\"N\" /><a href=\"http://clubgame.heykorean.com/_global_game/game/hoola/hoola_main.html?viewMode=main\"></a></li>" +
	"		<li id=\"menu09\" style=\"position:relative;\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Game/new_icon_game.png\" style=\"position:absolute;top:-9px;left:29px;\" width=\"16\" height=\"18\" alt=\"N\" /><a href=\"http://clubgame.heykorean.com/_global_game/game/usachun/usachun_main.html?viewMode=main\" ></a></li>" +
	"		<li id=\"menu10\" style=\"position:relative;\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Game/new_icon_game.png\" style=\"position:absolute;top:-9px;left:26px;\" width=\"16\" height=\"18\" alt=\"N\" /><a href=\"http://clubgame.heykorean.com/_global_game/game/janggi/janggi_main.html?viewMode=main\" ></a></li>" +
	"		<li style=\"background: transparent url(http://image1.heykorean.com/v1/Main/Top/Game/bg_mid.gif) repeat scroll 0% 0%; width: 332px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;\"><span style=\" position: relative; top: 12px; color: rgb(254, 255, 148);\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Game/txt_game.gif\" height=\"11\" width=\"83\" alt=\"°ÔÀÓÇÑÆÇ?!\" style=\"position: relative; top: 1px;\"  />		°ÔÀÓµµ Áñ±â°í, ¸ÅÀÏ¸ÅÀÏ º¸³Ê½º ÀÌº¥Æ®±îÁö!!</span></li>		" +
	"		<li style=\"background: transparent url(http://image1.heykorean.com/v1/Main/Top/Game/mn_default.gif) repeat-x scroll 0% 0%; width: 18px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;\">&nbsp;</li>" +
	"		<li style=\"background: transparent url(http://image1.heykorean.com/v1/Main/Top/Game/mn_right.gif) no-repeat scroll 0% 0%; width: 2px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;\">&nbsp;</li>" +
		"</ul>" +
	"</div>						"; 

HK_footer_tmp = "<div id=\"footerSection\">" +
"<div id=\"copy_right\">" +
"	<div class=\"hk_cright\">Copyright¨Ï <span style=\"font-weight: bold;\">hey<img height=\"13\" width=\"12\" alt=\"!\" style=\"vertical-align: middle;\" src=\"http://image1.heykorean.com/v1/Main/Default/copyright_logo.gif\"/>korean</span> All Right Reserved.</div>" +
"	<div id=\"bottomWrapper\" style=\"display:inline;float:right;margin:0 25px 0 0;\">" +
"		<ul style=\"letter-spacing:0;\">" +
"			<li style=\"background:none\"><a href=\"javascript:openPopup('http://www.heykorean.com/aboutus/company/main.html',960,700)\">È¸»ç¼Ò°³</a></li>" +
"		  <li><a href=\"javascript:openPopup('http://www.heykorean.com/aboutus/company/proposal.html',700,450)\">±¤°í &middot; Á¦ÈÞ¹®ÀÇ</a></li>" +
"			<li><a href=\"http://www.heykorean.com/HK_Support/terms.asp\">ÀÌ¿ë¾à°ü</a></li>" +
"		  <li><a href=\"http://www.heykorean.com/HK_Service/Event/board.asp?mode=view&idx=183\">ÀÎ·ÂÃ¤¿ë</a></li>" +
"		  <li><a href=\"javascript:openPopup('http://www.heykorean.com/HK_Help/manager_inquiry.asp',980,670)\">°í°´¼¾ÅÍ</a></li>" +
"		  <li><a href=\"http://www.heykorean.com/HK_Help/safe_tip.asp\">¾ÈÀü°Å·¡¼öÄ¢</a></li>" +
"		</ul>" +
"	</div>" +
"</div>" +
"<div id=\"bottomSection_g\">" +
"	<div class=\"comp_area1\" style=\"padding-left:16px;\">" +
"		<div class=\"comp_ttl\">USA</div>" +
"		<div class=\"comp_addr\">286 5th Ave. 2nd Floor. New York, NY 10001<br /><strong>Tel</strong>&nbsp;&nbsp;212-260-2929, 070-8231-4458  <strong>Fax</strong>&nbsp;&nbsp;917-338-2577 </div>" +
"	</div>" +
"	<div class=\"comp_area2\" style=\"padding-right:25px;\">" +
"		<div class=\"comp_ttl\">KOREA</div>" +
"		<div class=\"comp_addr\">¼­¿ïÆ¯º°½Ã °­³²±¸ Ã»´ãµ¿ 132-19 Á¤È­ºôµù 301È£ (¿ìÆí¹øÈ£ 135-957)<br /><strong>Tel</strong>&nbsp;&nbsp;02-542-0782~3 <strong>Fax</strong>&nbsp;&nbsp;02-6442-0783 </div>" +
"	</div>" +
"</div>" +
"</div>					"					
					
}
else if (szCur.indexOf("kinomovie.") >=0)	// ¿µÈ­
{
/*HK_sub += "			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/umatgo/umatgo_main.html\">½Å¸Â°í</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/upoker/upoker_main.html\">´ºÆ÷Ä¿</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/usutda/usutda_main.html\">¼¸´Ù</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/baduki/baduki_main.html\">¹ÙµÏÀÌ</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/ugostop/ugostop_main.html\">°í½ºÅé</a></li>" +	
					"			<li><a href=\"http://clubgame.heykorean.com/_global_game/game/yut/yut_main.html\">Àµ³îÀÌ</a></li>" +	
					"			<li><a href=\"http://kinomovie.heykorean.com/\">Å°³ë¹«ºñ</a></li>";
	*/				
	HK_header_tmp = "<div id=\"topWrapper\"><a name=\"Go to top\"></a> " +
	"	<div id=\"topWrapperTop\">" +
	"		<div id=\"topGnb\">" +
	"			<div id=\"topGnbMenu\">" +
	"				<ul>" +
	"					<li style=\"padding-right:4px\"><a href=\"http://www.heykorean.com\">È¨</a></li>" +
	"					<li><a href=\"http://www.heykorean.com/HK_Club/Club_Main.asp\">Å¬·´</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HKBoard/Room/Rent_Main.asp\">ºÎµ¿»ê</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HKBoard/Sale/Sale_Main.asp\">»ç°íÆÈ±â</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HK_Job/index.asp\">±¸ÀÎ±¸Á÷</a></li>			" +
	"					<li><a href=\"http://mentor.heykorean.com\">¸àÅä¸µ</a></li>			" +
	"					<li><a href=\"javascript:void(0)\" onclick=\"if(document.getElementById('topGnbMore').style.display=='block'){document.getElementById('topGnbMore').style.display='none'}else{document.getElementById('topGnbMore').style.display='block'};\">´õº¸±â <img src=\"http://image1.heykorean.com/v1/Main/Top/view_more_top.gif\" width=\"13\" height=\"15\" alt=\"\" title=\"more\" align=\"absmiddle\" style=\"vertical-align:middle\"></a></li>" +
	"				</ul>" +
	"			</div>" +
	"			<div id=\"topGnbMore\" style=\"display: none;\">" +
	"				<ul>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HKBoard/Employ/biz_list.asp\">ºñÁî´Ï½º</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_YellowPG/store_list.asp\">¾÷¼Ò·Ï</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_News/index.asp\">´º½º</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li><a href=\"http://www.heykorean.com/HKInfo/InfoView.asp\">Á¤º¸±¤Àå</a></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_PhotoEssay/index.asp\">Æ÷Åä¿¡¼¼ÀÌ</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_FunTalk/index.asp\">Àç¹ÌÅå</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li><a href=\"http://www.heykorean.com/HK_Service/Membership/index.asp\">¸â¹öÇýÅÃ</a></li>" +
	"					<li style=\"float:left\"><a href=\"http://clubgame.heykorean.com\">°ÔÀÓ</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://fortune.heykorean.com/\">¿î¼¼</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://kinomovie.heykorean.com/\">¿µÈ­</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_help/sitemap.asp\" style=\"color:#1388be !important\">ÀüÃ¼º¸±â</a></li>" +
	"				</ul>" +
	"				<a href=\"javascript:void(0)\" class=\"close_layer\" onclick=\"document.getElementById('topGnbMore').style.display='none';\"><img src=\"http://image1.heykorean.com/v1/Main/Top/bt_layer_close.gif\" width=\"11\" height=\"11\" alt=\"\" title=\"\"></a>" +
	"			</div>													" +
	"		</div>" +
	"		<div id=\"topSearch\">" +
	"			<div id=\"topSearchWrapper\" style=\"background-color:#7A7A7A;\">" +
	"			<form action=\" http://www.heykorean.com/search.asp\" id=\"cse-search-box\" method=\"post\">" +
	"			    <input type=\"hidden\" name=\"cx\" value=\"000332778040491929340:dyurlfauwv0\">" +
	"			    <input type=\"hidden\" name=\"cof\" value=\"FORID:10\">" +
	"			    <input type=\"hidden\" name=\"ie\" value=\"EUC-KR\">" +
	"	    		<input type=\"text\" name=\"q\" id=\"topSearchText\" value=\"ÅëÇÕ°Ë»ö\" onclick=\"if(this.value=='ÅëÇÕ°Ë»ö'){ this.value=''; }\" style=\"border:4px solid #7A7A7A;\"/><input type=\"submit\" name=\"sa\" value=\"\" style=\"width:21px; height:19px; background:url(http://image1.heykorean.com/v1/Main/Top/FunTalk/bt_search_fun.gif) no-repeat; border: 0; cursor: pointer;vertical-align:middle;padding-right:4px;padding-left:0px\">" +
	"			</form>" +
	"			</div>" +
	"		</div>		" +
		"</div>" +
	"	<div id=\"topWrapperBottom\">" +
	"		<div id=\"topLogo\">" +
	"			<a href=\"http://www.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/Top/logo.gif\" width=\"122\" height=\"25\" alt=\"HeyKorean\" title=\"\" /></a>" +
	"		</div>" +
	"		<div id=\"topService\"><a href=\"http://kinomovie.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Movie/ttl_movie.gif\" width=\"60\" height=\"29\" alt=\"¿µÈ­\" /></a></div>		" +
	"		<div id=\"topLogin\" style=\"width:778px;\">" +
	"			<a href=\"#\" onclick=\"javascript:window.open('http://www.heykorean.com/HK_Payment/pop_HKManage.asp?mode=buy', 'HKManage', 'width=461,height=575,resizable=no,statusbars=no')\"><img src=\"http://image1.heykorean.com/v1/Main/Top/icon_hk.gif\" width=\"35\" height=\"16\" align=\"absmiddle\">Get HK</a>" +
	"		</div>" +
		"</div>" +
	"</div>" +
	"<div id=\"top2Depth\">" +
		"<ul>" +
	"		<li><a href=\"http://kinomovie.heykorean.com/contents/nvod/movie/list.asp?category=1\"><img id=\"topMimg_2\" src=\"http://image1.heykorean.com/v1/Main/Top/Movie/mn_drama_off.gif\" alt=\"µå¶ó¸¶/ÄÚ¹Ìµð\" width=\"108\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_drama_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_drama_off.gif'\" /></a></li>" +
	"		<li><a href=\"http://kinomovie.heykorean.com/contents/nvod/movie/list.asp?category=2\"><img id=\"topMimg_3\" src=\"http://image1.heykorean.com/v1/Main/Top/Movie/mn_action_off.gif\" alt=\"¾×¼Ç/SF\" width=\"65\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_action_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_action_off.gif'\" /></a></li>" +
	"		<li><a href=\"http://kinomovie.heykorean.com/contents/nvod/movie/list.asp?category=4\"><img id=\"topMimg_4\" src=\"http://image1.heykorean.com/v1/Main/Top/Movie/mn_horror_off.gif\" alt=\"°øÆ÷/½º¸±·¯\" width=\"85\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_horror_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_horror_off.gif'\" /></a></li>" +
	"		<li><a href=\"http://kinomovie.heykorean.com/contents/nvod/movie/list.asp?category=6\"><img id=\"topMimg_5\" src=\"http://image1.heykorean.com/v1/Main/Top/Movie/mn_free_off.gif\" alt=\"¹«·á»ó¿µ¿µÈ­\" width=\"94\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_free_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_free_off.gif'\" /></a></li>" +
	"		<li><a href=\"http://kinomovie.heykorean.com/contents/nvod/adult/list.asp\"><img id=\"topMimg_6\" src=\"http://image1.heykorean.com/v1/Main/Top/Movie/mn_adult_off.gif\" alt=\"¼ºÀÎ\" width=\"68\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_adult_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Movie/mn_adult_off.gif'\" /></a></li>" +
	"		<li style=\"width:440px;background:url(http://image1.heykorean.com/v1/Main/Top/Movie/bg_md.gif) repeat;\"></li>" +
	"		<li><a href=\"javascript:view_guide();\"><img id=\"topMimg_0\" src=\"http://image1.heykorean.com/v1/Main/Top/Movie/mn_howtouse.gif\" alt=\"ÀÌ¿ë¾È³»\" width=\"100\" height=\"38\" /></a></li>" +
		"</ul>" +
	"</div>						"; 

HK_footer_tmp = "<div id=\"footerSection\">" +
"<div id=\"copy_right\">" +
"	<div class=\"hk_cright\">Copyright¨Ï <span style=\"font-weight: bold;\">hey<img height=\"13\" width=\"12\" alt=\"!\" style=\"vertical-align: middle;\" src=\"http://image1.heykorean.com/v1/Main/Default/copyright_logo.gif\"/>korean</span> All Right Reserved.</div>" +
"	<div id=\"bottomWrapper\" style=\"display:inline;float:right;margin:0 25px 0 0;\">" +
"		<ul style=\"letter-spacing:0;\">" +
"			<li style=\"background:none\"><a href=\"javascript:openPopup('http://www.heykorean.com/aboutus/company/main.html',960,700)\">È¸»ç¼Ò°³</a></li>" +
"		  <li><a href=\"javascript:openPopup('http://www.heykorean.com/aboutus/company/proposal.html',700,450)\">±¤°í &middot; Á¦ÈÞ¹®ÀÇ</a></li>" +
"			<li><a href=\"http://www.heykorean.com/HK_Support/terms.asp\">ÀÌ¿ë¾à°ü</a></li>" +
"		  <li><a href=\"http://www.heykorean.com/HK_Service/Event/board.asp?mode=view&idx=183\">ÀÎ·ÂÃ¤¿ë</a></li>" +
"		  <li><a href=\"javascript:openPopup('http://www.heykorean.com/HK_Help/manager_inquiry.asp',980,670)\">°í°´¼¾ÅÍ</a></li>" +
"		  <li><a href=\"http://www.heykorean.com/HK_Help/safe_tip.asp\">¾ÈÀü°Å·¡¼öÄ¢</a></li>" +
"		</ul>" +
"	</div>" +
"</div>" +
"<div id=\"bottomSection_m\">" +
"	<div class=\"comp_area1\" style=\"padding-left:16px;\">" +
"		<div class=\"comp_ttl\">USA</div>" +
"		<div class=\"comp_addr\">286 5th Ave. 2nd Floor. New York, NY 10001<br /><strong>Tel</strong>&nbsp;&nbsp;212-260-2929, 070-8231-4458  <strong>Fax</strong>&nbsp;&nbsp;917-338-2577 </div>" +
"	</div>" +
"	<div class=\"comp_area2\" style=\"padding-right:25px;\">" +
"		<div class=\"comp_ttl\">KOREA</div>" +
"		<div class=\"comp_addr\">¼­¿ïÆ¯º°½Ã °­³²±¸ Ã»´ãµ¿ 132-19 Á¤È­ºôµù 301È£ (¿ìÆí¹øÈ£ 135-957)<br /><strong>Tel</strong>&nbsp;&nbsp;02-542-0782~3 <strong>Fax</strong>&nbsp;&nbsp;02-6442-0783</div>" +
"	</div>" +
"</div>" +
"</div>					"				
					
}
/*Else if (szCur.indexOf("gony.") >=0)
{
	HK_sub +=  "			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=umatgo\">°øÁö»çÇ×</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=upoker\">ÈÄ±â°Ô½ÃÆÇ</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=usutda\">ÈÄ±â»çÁøÃ¸</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=usutda\">ºê·Îµå¿þÀÌ ¹ÂÁöÄÃ</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=usutda\">¸ÇÇÏÅº ¿öÅ·Åõ¾î</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=usutda\">2Ãþ¹ö½º ¸ÇÇÏÅº Åõ¾î</a></li>" +
					"			<li><a href=\"http://clubgame.heykorean.com/?gameSlct=usutda\">°ü±¤Áö & ÀÔÀå±Ç</a></li>";
}*/
else if (szCur.indexOf("fortune.") >=0)
{
/*	HK_sub +=  "			<li><a href=\"http://www.heykorean.com/hkphonecard/index.asp\">ÀüÈ­Ä«µå</a></li>" +
					"			<li><a href=\"http://fortune.heykorean.com\">¿î¼¼/±ÃÇÕ</a></li>" +
					"			<li><a href=\"http://www.heykorean.com/HK_Event/index.asp?kind=2\">ÀÌº¥Æ®</a></li>" +
					"			<li><a href=\"http://www.heykorean.com/HK_Event/index.asp?kind=1\">ÄíÆù</a></li>" +
					"			<li><a href=\"http://www.heykorean.com/HK_Event/index.asp?kind=0\">È¸¿øÆ¯Àü</a></li>" +
					"			<li><a href=\"http://www.heykorean.com/hksms/sms.asp\">¹®ÀÚÀü¼Û(¹Ì±¹)</a></li>" +
					"			<li><a href=\"http://www.heykorean.com/hksms/sms_main.asp\">¹®ÀÚÀü¼Û(ÇÑ±¹)</a></li>";
*/					
	HK_header_tmp = "<div id=\"topWrapper\" style=\"width:900px;\"><a name=\"Go to top\"></a> " +
	"	<div id=\"topWrapperTop\">" +
	"		<div id=\"topGnb\" style=\"width:706px;\">" +
	"			<div id=\"topGnbMenu\">" +
	"				<ul>" +
	"					<li style=\"padding-right:4px\"><a href=\"http://www.heykorean.com\">È¨</a></li>" +
	"					<li><a href=\"http://www.heykorean.com/HK_Club/Club_Main.asp\">Å¬·´</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HKBoard/Room/Rent_Main.asp\">ºÎµ¿»ê</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HKBoard/Sale/Sale_Main.asp\">»ç°íÆÈ±â</a></li>			" +
	"					<li><a href=\"http://www.heykorean.com/HK_Job/index.asp\">±¸ÀÎ±¸Á÷</a></li>			" +
	"					<li><a href=\"http://mentor.heykorean.com\">¸àÅä¸µ</a></li>			" +
	"					<li><a href=\"javascript:void(0)\" onclick=\"if(document.getElementById('topGnbMore').style.display=='block'){document.getElementById('topGnbMore').style.display='none'}else{document.getElementById('topGnbMore').style.display='block'};\">´õº¸±â <img src=\"http://image1.heykorean.com/v1/Main/Top/view_more_top.gif\" width=\"13\" height=\"15\" alt=\"\" title=\"more\" align=\"absmiddle\" style=\"vertical-align:middle\"></a></li>" +
	"				</ul>" +
	"			</div>" +
	"			<div id=\"topGnbMore\" style=\"display: none;left:650px\">" +
	"				<ul>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HKBoard/Employ/biz_list.asp\">ºñÁî´Ï½º</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_YellowPG/store_list.asp\">¾÷¼Ò·Ï</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_News/index.asp\">´º½º</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li><a href=\"http://www.heykorean.com/HKInfo/InfoView.asp\">Á¤º¸±¤Àå</a></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_PhotoEssay/index.asp\">Æ÷Åä¿¡¼¼ÀÌ</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_FunTalk/index.asp\">Àç¹ÌÅå</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li><a href=\"http://www.heykorean.com/HK_Service/Membership/index.asp\">¸â¹öÇýÅÃ</a></li>" +
	"					<li style=\"float:left\"><a href=\"http://clubgame.heykorean.com\">°ÔÀÓ</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://fortune.heykorean.com/\">¿î¼¼</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +	
	"					<li style=\"float:left\"><a href=\"http://kinomovie.heykorean.com/\">¿µÈ­</a><img src=\"http://image1.heykorean.com/v1/Main/Top/spacer_region.gif\" width=\"13\" height=\"10\" alt=\"\" title=\"\" align=\"absmiddle\"></li>" +
	"					<li style=\"float:left\"><a href=\"http://www.heykorean.com/HK_help/sitemap.asp\" style=\"color:#1388be !important\">ÀüÃ¼º¸±â</a></li>" +
	"				</ul>" +
	"				<a href=\"javascript:void(0)\" class=\"close_layer\" onclick=\"document.getElementById('topGnbMore').style.display='none';\"><img src=\"http://image1.heykorean.com/v1/Main/Top/bt_layer_close.gif\" width=\"11\" height=\"11\" alt=\"\" title=\"\"></a>" +
	"			</div>													" +
	"		</div>" +
	"		<div id=\"topSearch\">" +
	"			<div id=\"topSearchWrapper\" style=\"background-color:#45b3eb;\">" +
	"			<form action=\" http://www.heykorean.com/search.asp\" id=\"cse-search-box\" method=\"post\">" +
	"			    <input type=\"hidden\" name=\"cx\" value=\"000332778040491929340:dyurlfauwv0\">" +
	"			    <input type=\"hidden\" name=\"cof\" value=\"FORID:10\">" +
	"			    <input type=\"hidden\" name=\"ie\" value=\"EUC-KR\">" +
	"	    		<input type=\"text\" name=\"q\" id=\"topSearchText\" value=\"ÅëÇÕ°Ë»ö\" onclick=\"if(this.value=='ÅëÇÕ°Ë»ö'){ this.value=''; }\" style=\"border:4px solid #45b3eb;\"/><input type=\"submit\" name=\"sa\" value=\"\" style=\"width:21px; height:19px; background:url(http://image1.heykorean.com/v1/Main/Top/Rent/bt_search.gif) no-repeat; border: 0; cursor: pointer;vertical-align:middle;padding-right:4px;padding-left:0px\">" +
	"			</form>" +
	"			</div>" +
	"		</div>		" +
		"</div>" +
	"	<div id=\"topWrapperBottom\">" +
	"		<div id=\"topLogo\">" +
	"			<a href=\"http://www.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/Top/logo.gif\" width=\"122\" height=\"25\" alt=\"HeyKorean\" title=\"\" /></a>" +
	"		</div>" +
	"		<div id=\"topService\"><a href=\"http://fortune.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/ttl_fortune.gif\" width=\"104\" height=\"29\" alt=\"¿î¼¼±ÃÇÕ\" /></a></div>		" +
	"		<div id=\"topLogin\" style=\"width:670px;\">" +
	"			<a href=\"#\" onclick=\"javascript:window.open('http://www.heykorean.com/HK_Payment/pop_HKManage.asp?mode=buy', 'HKManage', 'width=461,height=575,resizable=no,statusbars=no')\"><img src=\"http://image1.heykorean.com/v1/Main/Top/icon_hk.gif\" width=\"35\" height=\"16\" align=\"absmiddle\">Get HK</a>" +
	"		</div>" +
		"</div>" +
	"</div>" +
	"<div id=\"top2Depth\" style=\"width:900px;\">" +
		"<ul>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/todayluck/main.asp\"><img id=\"topMimg_1\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_todays_off.gif\" alt=\"¿À´ÃÀÇ ¿î¼¼\" width=\"103\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_todays_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_todays_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/2010yearluck/main.asp\"><img id=\"topMimg_2\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_2010_off.gif\" alt=\"2010 ÅäÁ¤ºñ°á\" width=\"108\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_2010_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_2010_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/jobluck/main.asp\"><img id=\"topMimg_3\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_job_off.gif\" alt=\"Á÷Àå¿î\" width=\"60\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_job_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_job_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/wedluck/main.asp\"><img id=\"topMimg_4\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_couple_off.gif\" alt=\"±ÃÇÕÇ®ÀÌ\" width=\"72\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_couple_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_couple_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/analysisluck/main.asp\"><img id=\"topMimg_5\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_love_off.gif\" alt=\"¿¬ÀÎ½É¸®ºÐ¼®\" width=\"98\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_love_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_love_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/hannameluck/main.asp\"><img id=\"topMimg_6\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_name_off.gif\" alt=\"ÀÌ¸§Ç®ÀÌ\" width=\"72\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_name_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_name_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/dreamluck/search.asp\"><img id=\"topMimg_7\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_dream_off.gif\" alt=\"²ÞÇØ¸ù\" width=\"60\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_dream_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_dream_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/starluck/main.asp\"><img id=\"topMimg_8\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_horoscope_off.gif\" alt=\"º°ÀÚ¸® ¿î¼¼\" width=\"85\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_horoscope_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_horoscope_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/bloodluck/blood.asp\"><img id=\"topMimg_9\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_blood_off.gif\" alt=\"Ç÷¾×Çü ¿î¼¼\" width=\"84\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_blood_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_blood_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/lottoluck/main.asp\"><img id=\"topMimg_10\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_lotto_off.gif\" alt=\"·Î¶Ç¿î¼¼\" width=\"73\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_lotto_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_lotto_off.gif'\" /></a></li>" +
		"<li><a href=\"http://fortune.heykorean.com/unse/marriageluck/main.asp\"><img id=\"topMimg_11\" src=\"http://image1.heykorean.com/v1/Main/Top/Fortune/mn_marrige_off.gif\" alt=\"°áÈ¥ÅÃÀÏ\" width=\"85\" height=\"38\" onmouseover=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_marrige_on.gif'\" onmouseout=\"this.src='http://image1.heykorean.com/v1/Main/Top/Fortune/mn_marrige_off.gif'\" /></a></li>" +
		"</ul>" +
	"</div>						";

HK_footer_tmp = "<div id=\"footerSection\" style=\"width:900px;margin-top:10px\">" +
"<div id=\"copy_right\">" +
"	<div class=\"hk_cright\">Copyright¨Ï <span style=\"font-weight: bold;\">hey<img height=\"13\" width=\"12\" alt=\"!\" style=\"vertical-align: middle;\" src=\"http://image1.heykorean.com/v1/Main/Default/copyright_logo.gif\"/>korean</span> All Right Reserved.</div>" +
"	<div id=\"bottomWrapper\" style=\"display:inline;float:right;margin:0 25px 0 0;\">" +
"		<ul style=\"letter-spacing:0;\">" +
"			<li style=\"background:none\"><a href=\"javascript:openPopup('http://www.heykorean.com/aboutus/company/main.html',960,700)\">È¸»ç¼Ò°³</a></li>" +
"		  <li><a href=\"javascript:openPopup('http://www.heykorean.com/aboutus/company/proposal.html',700,450)\">±¤°í &middot; Á¦ÈÞ¹®ÀÇ</a></li>" +
"			<li><a href=\"http://www.heykorean.com/HK_Support/terms.asp\">ÀÌ¿ë¾à°ü</a></li>" +
"		  <li><a href=\"http://www.heykorean.com/HK_Service/Event/board.asp?mode=view&idx=183\">ÀÎ·ÂÃ¤¿ë</a></li>" +
"		  <li><a href=\"javascript:openPopup('http://www.heykorean.com/HK_Help/manager_inquiry.asp',980,670)\">°í°´¼¾ÅÍ</a></li>" +
"		  <li><a href=\"http://www.heykorean.com/HK_Help/safe_tip.asp\">¾ÈÀü°Å·¡¼öÄ¢</a></li>" +
"		</ul>" +
"	</div>" +
"</div>" +
"<div id=\"bottomSection_f\">" +
"	<div class=\"comp_area1\" style=\"width:400px;padding-left:16px;\">" +
"		<div class=\"comp_ttl\">USA</div>" +
"		<div class=\"comp_addr\">286 5th Ave. 2nd Floor. New York, NY 10001<br /><strong>Tel</strong>&nbsp;&nbsp;212-260-2929, 070-8231-4458  <strong>Fax</strong>&nbsp;&nbsp;917-338-2577 </div>" +
"	</div>" +
"	<div class=\"comp_area2\" style=\"padding-right:25px;\">" +
"		<div class=\"comp_ttl\">KOREA</div>" +
"		<div class=\"comp_addr\">¼­¿ïÆ¯º°½Ã °­³²±¸ Ã»´ãµ¿ 132-19 Á¤È­ºôµù 301È£ (¿ìÆí¹øÈ£ 135-957)<br /><strong>Tel</strong>&nbsp;&nbsp;02-542-0782~3 <strong>Fax</strong>&nbsp;&nbsp;02-6442-0783</div>" +
"	</div>" +
"</div>" +
"</div>					"	
}
HK_sub += "		</ul>";					

/*
var HK_header = "<!-- top -->" + 
					"<div id=\"top\" style=\"width:970px;\">" + 
					"	<div id=\"top_wrapper\">" + 
					"    	<h1><a href=\"http://www.heykorean.com/\"><img src=\"http://image1.heykorean.com/v1/Main/new_logo.gif\" alt=\"HeyKorean\" /></a></h1>" + 
					"        <!-- °Ë»ö -->" + 
					"		<div id=\"see\" style=\"width:350px,\">" + 
					"		<form method=\"get\" action=\"http://www.heykorean.com/HK_HBoard/layout.asp\" id=\"frmTopSearch\" name=\"frmTopSearch\" onsubmit=\"if(document.getElementById('see_box11').defaultValue==document.getElementById('see_box11').value){document.getElementById('see_box11').value='';}\"><input type=\"hidden\" name=\"searchtype\" value=\"fMento\" /><input type=\"text\" value=\": mento\" id=\"see_box11\" name=\"searchtext\" onfocus=\"if(this.defaultValue==this.value){this.value='';}\" onblur=\"if(this.value==''){this.value=this.defaultValue;}\"/><input type=\"image\" style=\"float:left,\" src=\"http://image1.heykorean.com/v1/Main/btn_se2.gif\" title=\"search\" /></form>" + 
					"		</div>" + 
					"        <!--// °Ë»ö -->" + 
					"		<ul id=\"main_nav\">" + 
					"		<li><a href=\"http://www.heykorean.com/HK_Club/Club_View.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">Å¬·´</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HKBoard/Room/Rent_Main.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">ºÎµ¿»ê</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HKBoard/Sale/Sale_Main.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">»ç°íÆÈ±â</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HK_Job/index.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">±¸ÀÎ±¸Á÷</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HK_YellowPG/index.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">´º¾÷¼Ò·Ï</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HK_HBoard/layout.asp?board_no=1\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">¸àÅä¸µ</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HK_News/index.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">´º½º</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HKInfo/InfoView.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">Á¤º¸±¤Àå</a></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HK_Amazing/main.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">±²ÀåÇÔ</a><img src=\"http://image1.heykorean.com/v1/Main/new.gif\" class=\"menu_newic\" /></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HKPhonecard/index.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">¼­ºñ½º</a><img src=\"http://image1.heykorean.com/v1/Main/new.gif\" class=\"menu_newic\" /></li>" + 
					"		<li><a href=\"http://www.heykorean.com/HK_Entertainment/index.asp\" class=\"nav_lnk\" id=\"menu1\" style=\"text-decoration:none,\">¿£ÅÍÅ×ÀÎ¸ÕÆ®</a></li>" + 

					"		</ul>" + HK_sub +
					"		<div id=\"area_list\" style=\"display: none;\"></div>" +
					"		<div id=\"area_btn\" style=\"display: none;\"></div>" +
					"		<div id=\"sub_nav\" style=\"left: 500px;\">" + 
					"			<a href=\"http://www.heykorean.com/HKBoard/Employ/biz_list.asp\">ºñÁî´Ï½º</a>" + 
					"			 | <a href=\"http://www.heykorean.com/HKBoard/sale/sale_main.asp?rkind=10\">ÀÚµ¿Â÷</a>" + 
					"			 | <a href=\"http://www.heykorean.com/HKBoard/sale/sale_main.asp?rkind=6\">¾Ö¿Ï</a>" + 
					"			 | <a href=\"http://www.heykorean.com/HKInfo/InfoView.asp?I=13&D=3&M=3\">À¯ÇÐÁ¤º¸</a>" + 
					"		</div>" + 
					"    </div>" + 
					"</div>" + 
					"<!--// top -->";

//-----------------------------------------------------------------------------------------------------

HK_footer = "<!-- footer -->" + 
					"<div id=\"footer\" style=\"width:950px;\">" + 
					"	<div id=\"wrap1\">" + 
					"      <ul>" + 
					"        <li><a href=\"javascript:openPopup('http://www.heykorean.com/2008/company/main.html',960,700)\" class=\"h_lnk03\">About us</a></li>" + 
					"        <li><a href=\"javascript:openPopup('http://www.heykorean.com/2008/company/proposal.html',700,450)\" class=\"h_lnk03\">Partnership & sponsors</a></li>" + 
					"        <li><a href=\"javascript:openPopup('http://www.heykorean.com/2008/company/eng/proposal_eng.html',700,450)\" class=\"h_lnk03\">Advertising</a></li>" + 
					"        <li><a href=\"http://www.heykorean.com/HKBoard/Notice/Notice_list.asp?list_no=182\" class=\"h_lnk03\">Career</a></li>" + 
					"        <li><a href=\"http://www.heykorean.com/faq/faq.asp\" class=\"h_lnk03\">FAQ</a></li>" + 
					"        <li><a href=\"javascript:openPopup('http://www.heykorean.com/popup/manager_inquiry.asp',530,620)\" class=\"h_lnk03\">Contact us</a></li>" + 
					"        <li><a href=\"http://www.heykorean.com/sitemap/site_map.asp\" class=\"h_lnk03\">Sitemap</a></li>" + 
					"        </ul>" + 
					"    </div>" + 
					"    <p> " + 
					"    U.S.A: 286 5th 2F New York,NY 10001 Tel: 212-260-2929 Fax: 917-338-2577<br />" + 
					"    Copyright¨Ï 1998-2009 <img src=\"http://image1.heykorean.com/v1/Main/logo_foot.gif\" style=\"vertical-align:middle;\" alt=\"heykorean\" /> All Right Reserved.    </p>" + 
					"</div>" + 
					"<!--// footer -->";
*/

var HK_header = HK_header_tmp;
HK_footer = HK_footer_tmp;
//-----------------------------------------------------------------------------------------------------

	function channelizer() {
//		document.getElementById("HK_wrapper").innerHTML = HK_layout;
		document.getElementById("HK_header").innerHTML = HK_header;
		document.getElementById("HK_footer").innerHTML = HK_footer;
//		document.getElementById("HK_banner").innerHTML = HK_banner;
	}

//-----------------------------------------------------------------------------------------------------
	window.onload = function() {
		startLogging();
		session_location = '';
//		onLoadTop();
	}
//-----------------------------------------------------------------------------------------------------	
