묻고답하기

홈 페이지 만들고 있는 초보입니다.

안철수 연구소의 바이러스 경보 배너( http://info.ahnlab.com/securityinfo/virus_banner.html )
를 달려고 하는데
고정형 배너의 경우 홈페이지 디자인이랑 맞지 않아서
자바스크립트 이용하는 맞춤형을 이용하려 합니다.

그래서 안철수 연구소에서 샘플 스크립트 소스를 받아 그대로 index 페이지에 넣었는데 작동이 되지 않네요

안철수 연구소에서 준 샘플 스크립트 소스 내용

====================================================================================================
<!-- 긴급경보 스크립트 로딩 및 배너생성 시작-->
<Script language="javascript" charset="ksc5601" src="http://home.ahnlab.com/includes/banner_adv.js"></script>
<Script language="vbscript">
        ' 안철수연구소 긴급경보 정보를 가져오지 못했을 경우 페이지내 스크립트 오류방지.
        Function checkAhnlabAlert()
                if B_IsLoaded then
                        checkAhnlabAlert = true
                else
                        checkAhnlabAlert = false
                end if
        End Function
</Script>
<Script language="javascript" >
function writeAhnlabAlert(){
  if (checkAhnlabAlert()){
    if (B_Urgency) {
      // 긴급시배너
      document.write("<tr>");
      document.write("  <td align='center' style='font-size:9pt; font-family:굴림,돋움,arial; text-decoration:none;'>");
      document.write("    <a href='"+S_Url+"' target='_ahnlab' style='text-decoration:none'>");
      document.write("      <font color='#b30000'><b>"+S_Title+"</b></font>");
      document.write("    </a><br>");
      document.write("    <a href='"+S_Url+"' target='_ahnlab' style='text-decoration:none'>");
      document.write("      <font color='#333333'>"+S_Summary+"</font>");
      document.write("    </a>");
      document.write("  </td>");
      document.write("</tr>");
    }else{
      // 평상시배너생성처리.
      document.write("<tr>");
      document.write("  <td align='center' style='font-size:9pt; font-family:굴림,돋움,arial; text-decoration:none;'>");
      document.write("     <table border="0" width="165" align="center" cellpadding="2" cellspacing="3">");
      document.write("       <tr> ");
      document.write("         <td  align="center"><b>최신 긴급 바이러스</b></td>");
      document.write("       </tr>");
      document.write("       <tr> ");
      document.write("         <td height="63" align="center">");
      for(i=0;i<A_RecentVirus.length;i++){
          document.write("       <a href=""+A_RecentVirusUrl[i]+"" target="_ahnlab">"+A_RecentVirus[i]+"</a><br>");
      }
      document.write("         </td>");
      document.write("       </tr>");
      document.write("      </table>");
      document.write("  </td>");            
      document.write("</tr>");
    }
  }else{
      // 정보 스크립트 파일을 가져오지 못했을 경우
      document.write("<tr>");
      document.write("  <td align='center' style='font-size:9pt; font-family:굴림,돋움,arial; text-decoration:none;'>");
      document.write("    정보를 가져올 수 없습니다.");
      document.write("  </td>");
      document.write("</tr>");
  }
}
</Script>
<!-- 긴급경보 스크립트 로딩 및 배너생성 끝-->

===============================================================================================

어디가 잘 못 된 것일까요?
실력이 없어서 알수가 없습니다.

답변 부탁드립니다.
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
손재희 플래쉬문의요...  
뽀因㉦ㅓо Ø Γ 스위시맥스 이팩트에 관한 질문입니다 급해요...  
전금탁 include 사용시..경로지정.. [3] 2007.08.10
Pury :D 이런 질문.. 여기다 해도 될련지 모르겠네요 .. 웹개발자가 되고싶습니다. [1] 2007.08.10
이슬비 제로보드+나모웹보드  
수야 서버가 이상합니니다. [ftp 업로드, 웹서버 게시판 업로드]  
WiSH usemap의 coords 질문입니다.  
손재희 플래쉬문의요...  
조지현 포토샵에서 칠판효과를 만들고 싶은데..  
눈물 홈페이지 언어 영어 OTL ★ㅠㅠ [1] 2007.08.10
김륜홍 자바스크립트 작동 질문 [1] 2007.08.10
alpis 디렉토리 리스트 구하는 방법좀 알려주세요...  
Kis+o² 자바 스크립트가 여러 프레임에서 공통으로 먹히도록 [1] 2007.08.10
깡이리 뽀샵에서 깔끔하고 또렷한 글자 쓰는 방법좀 알려주세요!! [1] 2007.08.10
김문겸 인터넷 예약페이지 제작시 의문사항 [2] 2007.08.10
김성근 쇼핑몰싸이트 상품리스트표시 [1] 2007.08.10
sam 제로보드 게시판이 뜨지 않습니다. [2] 2007.08.10
네사루 홈페이지가 대문에서 메인으로 안들어갑니다. [1] 2007.08.10
정은아 질문 드릴께요 ㅠㅠ [1] 2007.08.10
박판수 나모로 만든 홈피에 사랑비 BGM을 연동되게 할려면 [1] 2007.08.10
박경태 [플래시]쇼핑몰같은 곳에 보면 말이죠...  
이재승 제로보드 한글인식이 안됩니다. [1] 2007.08.10
미카도르 예전에 PHP로 서버를 다 들여볼 수 있는 프로그램있었지 않습니까?  
김상혁 이미지가 안나타 나는데 어찌 해야 되는지 모르겠어요... [4] 2007.08.10
박종훈 본문에 따라 달라지는 메뉴ㅠ [테이블 셀] [2] 2007.08.10
James Rhee [질문] 멀티미디어 서버를 구축하였는데..  
푸른하늘 프로그램에 사용되는 그래픽아이콘은 주로 어떻게 구입하시나요  
ssooaa 퀵메뉴 스크롤 문제 급질문입니다. 제발 답변 주세요~  
sun 공부삼아 제로보드와 모닝몰 병합 시키려면.... [1] 2007.08.10
정순근 링크거는거에 대해서.. [4] 2007.08.10