﻿document.domain = "mbcplus.com";

try{
    $('#skip_navi');
}
catch(e){
    document.write("<scr"+"ipt language='java"+"script' src='/js/jquery-1.4.4.min.js'></scr"+"ipt>");
}   

document.write("<scr"+"ipt language='java"+"script' src='/common/js/globalfunction.js'></scr"+"ipt>");

document.write('		<div id="h_p_service">');
document.write('			<ul>');
document.write('				<li id="gnb_login" class="no_bg"><a href="#">로그인</a></li>');
document.write('				<li id="gnb_join"><a href="http://member.mbcplus.com/User/Join.html" target="_top">회원가입</a></li>');
document.write('				<li id="gnb_mypage"><a href="/mypage/">마이페이지</a></li>');
document.write('				<li><a href="http://cash.mbcplus.com/cashsite/cash/order/productInfo.jsp" target="_top">엠플정액권</a></li>');
document.write('				<li><a href="/helpcenter/index.aspx" target="_top">고객센터</a></li>');
document.write('				<li><a href="/sitemap/">사이트맵</a></li>');
//document.write('				<li><a href="#">모바일</a></li>');
document.write('			</ul>');
document.write('			<div id="h_p_search">');
document.write('				<fieldset>');
document.write('					<legend>상단검색</legend>');
document.write('					<label class="blind" for="h_search">검색</label><input type="text" name="s_field" id="h_search" title="검색어를 입력하세요"  onkeypress="return enterKey(event);" />');
document.write('					<input type="image" src="/common/images/btn/btn_h_search.gif" alt="검색" class="btn_h_search"  onclick="onSearch();"/>');
document.write('				</fieldset>');
document.write('			</div>');
document.write('		</div>');
document.write('		<div id="lnb">');
document.write('			<h1><a href="/index.html" target="_top">MBC+MEDIA</a></h1>');
document.write('			<ul>');
document.write('				<li class="dramanet"><a href="/dramanet/index.html" target="_top">MBC DRAMA NET</a></li>');
document.write('				<li class="every1"><a href="/every1/index.html" target="_top">MBC EVERY1</a></li>');
document.write('				<li class="game"><a href="/music/index.html" target="_top">MBC MUSIC</a></li>');
document.write('				<li class="life"><a href="/life/index.html" target="_top">MBC LIFE</a></li>');
document.write('				<li class="sports"><a href="/sports/index.html" target="_top">MBC SPORTS</a></li>');
document.write('				<li class="vod"><a href="/vod/index.aspx" target="_top">VOD</a></li>');
document.write('				<li class="news"><a href="/news/default.aspx" target="_top">NEWS</a></li>');
document.write('				<li class="community"><a href="/community/index.html" target="_top">COMMUNITY</a></li>');
document.write('			</ul>');
document.write('		</div>');

function onSearch(){
    top.location.href="http://www.mbcplus.com/search/TotalSearch.aspx?query=" + escape(document.getElementById("h_search").value);
}

function enterKey(e){
  if(e.keyCode == 13){ 
     onSearch();
     return false;
  }
  else{
     return true;
  }
}

window.onload = function(){
    if(mbcPlus_loginCk()){
        document.getElementById("gnb_login").innerHTML = "<a href='javascript:mbcPlus_login();'>로그인</a>";
        document.getElementById("gnb_mypage").style.display = "none";
    }
    else{    
        document.getElementById("gnb_login").innerHTML = "<a href='javascript:iMbc_logout();'>로그아웃</a>";
        document.getElementById("gnb_join").style.display = "none";
    }
    makeRightSchedule();
    makeRightBanner();
    makeLeftNotice();
    makeBookMark();
}
