묻고답하기

아래소스를 이용하여 인크루트를 스크립트에 넣을수 있는 방법이 없을까요?
아무리 해도 스크리트 안에 인크루트를 넣을수가 없네요//// 

<div id=FM1 style='position:absolute; width:0px; height:0px;z-index:-1;left:7;'> </div>        
<script>
FM_List = new Array()
FM_List[0]="<table width=143 border=0 cellspacing=0 cellpadding=0>"
                +"<tr>"
                        +"<td width=45 valign=top><a href=/cinetong/FMovie/F_movie.asp><img src=http://cinetong.com/upload/cinetong/FreeMovie/Poster/225_poster.jpg width=35 height=45 border=0></a></td>"
                        +"<td width=98 valign=top><table width=98 border=0 cellspacing=0 cellpadding=0>"
                +"<tr>"
                                                                                                +"<td colspan=2><img src=http://cinetong.com/image/Cinetong/N_Lft01_blt.gif width=5 height=11><strong><a href=/cinetong/FMovie/F_movie.asp>마빈스룸</strong></td>"
                +"</tr>"
                +"<tr>"
                        +"<td width=33>장르:</td>"
                        +"<td width=65>일반/드라</td>"
                +"</tr>"
                +"<tr>"
                        +"<td width=33>등급:</td>"
                        +"<td>15세이상</td>"
                +"</tr>"
        +"</table>"
                +"</td>"
        +"</tr>"
+"</table>"
                                                                                                                                                                                                                        
                                                                                                                                                                        
FM_List[1]="<table width=143 border=0 cellspacing=0 cellpadding=0>"
                +"<tr>"
                        +"<td width=45 valign=top><a href=/cinetong/FMovie/F_movie.asp><img src=http://cinetong.com/upload/cinetong/FreeMovie/Poster/225_poster.jpg width=35 height=45 border=0></a></td>"
                        +"<td width=98 valign=top><table width=98 border=0 cellspacing=0 cellpadding=0>"
                +"<tr>"
                                                                                                +"<td colspan=2><img src=http://cinetong.com/image/Cinetong/N_Lft01_blt.gif width=5 height=11><strong><a href=/cinetong/FMovie/F_movie.asp>마빈스룸</strong></td>"
                +"</tr>"
                +"<tr>"
                        +"<td width=33>장르:</td>"
                        +"<td width=65>일반/드라</td>"
                +"</tr>"
                +"<tr>"
                        +"<td width=33>등급:</td>"
                        +"<td>15세이상</td>"
                +"</tr>"
        +"</table>"
                +"</td>"
        +"</tr>"
+"</table>"
</script>
<script language=javascript>
function FM1_FNC()
{
try{        
window.setTimeout("runmikescroll(0,0,155,55,0,0,'FM1',FM_List,1800);",2000);
}
catch (exception)
{
FM1_FNC()
}
}
window.setTimeout("FM1_FNC()",4500)        
</script>