function addstartpage(obj){ try{ obj.style.behavior='url(#default#homepage)';obj.setHomePage('http://www.playna.com') }catch(e) { alert("현재 사용자께서는 시작페이지를 이용하시려면 브라우져 메뉴에서 직접 설정하셔야 합니다.");}} function addfavorites(url,title){ var url = 'http://www.playna.com'; var title = ''; try{ if (document.all) window.external.AddFavorite(url,title); }catch(e) { alert("현재 사용자께서는 즐겨찾기를 이용하시려면 브라우져 메뉴에서 직접 설정하셔야 합니다."); } } function setPng24(obj) { obj.width=obj.height=1; obj.className=obj.className.replace(/\bpng24\b/i,''); obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" ; obj.src=''; return ''; } function alert_ing() { alert('점검중 입니다.'); } var html_head = ""; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ''; html_head += ' '; html_head += ' '; html_head += ''; html_head += ''; html_head += '
'; html_head += ' '; html_head += '
'; html_head += '
'; html_head += ' '; html_head += '
'; html_head += '
    '; html_head += '
  • '; html_head += "\"시작페이지로\""; html_head += "\"즐겨찾기\""; html_head += '
  • '; html_head += '
  • '; html_head += ''; html_head += '  '; html_head += ''; html_head += ''; //html_head += ''; html_head += '
  • '; html_head += '
'; html_head += '
'; html_head += '
'; html_head += ' '; html_head += ' '; html_head += ' '; html_head += '
'; document.write(html_head);