function getCookie(name) {

	var Found = false
	var start, end
	var i = 0


	//alert(document.cookie);


	var co_value='';
	var co_ary = document.cookie.split(";");

	for(var i=0;i<co_ary.length;i++){

		var co_ary1 = co_ary[i].split("=");

		if( (co_ary1[0].charAt(0) < 'A' || co_ary1[0].charAt(0) > 'Z')){//Ã¹±ÛÀÚ°¡ spaceÀÎ°æ¿ì

			if((co_ary1[0].length) == (name.length+1)){


				j=0;
				while(j <= co_ary1[0].length) {
					var start = j
					var end = start + name.length
					if(end > co_ary1[0].length)
						break;
					// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
					if (co_ary1[0].substring(start,end) == name) {
						co_value =  co_ary1[1];
						break;
					}
					j++
				}
			}
		}else{

			j=0;
			while(j <= co_ary1[0].length) {
				var start = j
				var end = start + name.length
				if(end > co_ary1[0].length)
					break;
				// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
				if (co_ary1[0].substring(start,end) == name) {
					co_value =  co_ary1[1];
					break;
				}
				j++
			}
		}
	}
	return co_value;
}







function goEvent(url){
	if (url.indexOf("origo") > 0) {
		if (url.indexOf("publish/jeju/010008.tmpl") > 0) {

			url = "http://origo.tourexpress.com/KBView.txp?PN=/publish/jeju/HOME.tmpl";
		} else {
			url = url.replace("origo.tourexpress.com/", "origo.tourexpress.com/KB");
		}
	} else if (url.indexOf("event.tourexpress.com") > 0) {
		url = url.replace("event.tourexpress.com/TXP", "event.tourexpress.com/KB");

	}


	//alert(url);

	location.href= url;
}

//±âÁ¸ ÅõÀÍ ÇÃ·¡½Ã ÇÔ¼ö
function flash(b,c,a,d)
{
	var idName="";
	if (! isNaN(d)) idName=" id='" +d+ "'";

	document.write ("<object" + idName + " classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + b + "' height='" + c + "'>");
	document.write ("<param name='movie' value='" + a + "'>");
	document.write ("<param name='quality' value='high'>");
	document.write ("<param name='menu' value='false'>");
	document.write ("<param name='allowScriptAccess' value='always'>");
	document.write ("<param name='wmode' value='transparent'>");
	document.write ("<embed" + idName + "  src='" + a + "' quality='high' allowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + b + "' height='" + c + "'></embed> ");
	document.write ("</object>");
}




document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
document.write("	<tr height='97'>");
document.write("		<td valign='top' background='http://image.tourexpress.com/korea/image99/kbcard/0904_bg_table.gif' style='padding:0 0 0 10'>");
document.write("			<table width='970'  border='0' cellspacing='0' cellpadding='0'>");
document.write("				<tr>");
document.write("					<td width='180' rowspan='2' valign='top'><a href='http://kbcard.tourexpress.com' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_logo.gif'></a></td>");
document.write("					<td width='18'></td>");
document.write("					<td width='594' valign='top'>");

	if( (getCookie('USERID') != '') && (getCookie('ORIGIN') == 'TOURXPRESS') ){
		var username = unescape(getCookie('USERNAME'));
document.write("						<!-- ·Î±×¾Æ¿ô/¸¶ÀÌÆäÀÌÁö/°øÁö&´º½º/ÅõÀÍÈ¨ -->");
document.write("						<table  border='0' cellspacing='0' cellpadding='0'>");
document.write("							<tr>");
document.write("								<td><a href=''><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_b01.gif'></a></td>");
document.write("								<td><b><font color='a28fdd'>°í°´´Ô ¾È³çÇÏ¼¼¿ä</font></b></td>");
document.write("								<td><a target='_top' href='http://kb.tourexpress.com/cgi-bin/tourexpress_logout.cgi?url=http://kbcard.tourexpress.com/index.html' class=menu4><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_logout.gif'></a></td>");
document.write("								<td width='24'></td>");
document.write("								<td><a href='http://mykb.tourexpress.com/mypage/mpMypageMain.mytxp' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_my.gif'></a></td>");
document.write("								<td><a href='http://kb.tourexpress.com/kbcard/meta/notice/index.html' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_notice.gif'></a></td>");
document.write("								<td><a href='http://www.tourexpress.com' onfocus='blur()' target='_new'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_home.gif'></a></td>");
document.write("							</tr>");
document.write("						</table>");
document.write("						<!-- ·Î±×¾Æ¿ô/¸¶ÀÌÆäÀÌÁö/°øÁö&´º½º/ÅõÀÍÈ¨ -->");
	}else{
document.write("						<!-- ·Î±×ÀÎ/È¸¿ø°¡ÀÔ/¸¶ÀÌÆäÀÌÁö/°øÁö&´º½º/ÅõÀÍÈ¨ -->");
document.write("						<table  border='0' cellspacing='0' cellpadding='0'>");
document.write("							<tr>");
document.write("								<td><a href='http://kb.tourexpress.com/kbcard/main/tourexpress_login1.html?" + top.document.location.href + "' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_login.gif'></a></td>");
document.write("								<td><a href='http://kb.tourexpress.com/kbcard/meta/member/index.html' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_join.gif'></a></td>");
document.write("								<td width='24'></td>");
document.write("								<td><a href='http://kb.tourexpress.com/kbcard/main/tourexpress_login1.html?http://my.tourexpress.com/common/coParmProcess.mytxp?pplId=295454.0' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_my.gif'></a></td>");
document.write("								<td><a href='http://kb.tourexpress.com/kbcard/meta/notice/index.html' onfocus='blur()'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_notice.gif'></a></td>");
document.write("								<td><a href='http://www.tourexpress.com' onfocus='blur()' target='_new'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_home.gif'></a></td>");
document.write("							</tr>");
document.write("						</table>");
	}
document.write("						<!-- ·Î±×ÀÎ/È¸¿ø°¡ÀÔ/¸¶ÀÌÆäÀÌÁö/°øÁö&´º½º/ÅõÀÍÈ¨ -->");
document.write("					</td>");
document.write("					<td width='178' valign='top' align='left'><a href='http://card.kbstar.com/quics?page=s_crd' onfocus='blur()' target='_new'><img src='http://image.tourexpress.com/korea/image99/kbcard/0904_kbcard.gif'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td colspan='6'>");
document.write("					<!-- topÇÃ·¡½Ã -->");
document.write("					<script language=\"javascript\"> flash('750','66','http://image.tourexpress.com/korea/image99/kbcard/flash/0907_top.swf'); </script>");
/*
document.write('					<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="66">');
document.write('						<param name="movie" value="http://image.tourexpress.com/korea/image99/kbcard/flash/0907_top.swf">');
document.write('						<param name="quality" value="high">');
document.write('						<embed src="http://image.tourexpress.com/korea/image99/kbcard/flash/0907_top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="66"></embed>');
document.write('					</object>');
*/
document.write('					<!-- topÇÃ·¡½Ã -->');
document.write("					</td>");
document.write("				</tr>");
document.write("			</table>");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");



