


<!--
//        val = getCookie("CLTCOOKEVERHAN21");
        val = getCookie("CLTCOOKINFO");
        if( val != null ) {
        }
        else {
        	var nexturl;
        	var current;
        	current = document.location.href; 
		if(current.substring(0,7) == "http://") {
			nexturl = current.substring(7,current.length);
		}
		else 
			nexturl = current;

//alert(current);
//alert(nexturl);
        	
               //window.location = 'http://cobbi.hani.co.kr/hankr21/cgi-bin/h21_login2?next_url='+escape(nexturl) ;
               window.location = 'http://bridge.hani.co.kr/login/input.jsp?site=han21&next_url=http://'+escape(nexturl) ; 
        }

function getCookie(name) {
        var prefix = name + "="
        var cookieStartIndex = document.cookie.indexOf(prefix)
        if (cookieStartIndex == -1)
                return null
        var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
        if (cookieEndIndex == -1)
                cookieEndIndex = document.cookie.length
        return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}
//-->
