<h1>
     <div>      <table border="0" cellpadding="0" class="divTitle" cellspacing="0" style="line-height:25px; height:28px; width:100%;">
          <tr>
            <td style="width:auto"><a id="showORnone<%=i %>" title="<%=getsh(i)[0] %>" href="javascript:blockORnone(<%=cut.Id %>,'showORnone<%=i %>','divUrl<%=i %>')"  class=" <%=getsh(i)[1] %>"> </a></td>
            <td style="width:48%"><a id="atitle<%=i %>" class="atitle"><%=cut.Title %></a></td>
            <td style="width:50%; text-align:right;"><a id="edit<%=i %>" title="编辑" onClick="" href="javascript:editCut(<%=cut.Id %>,'atitle<%=i %>','edit<%=i%>')"class=" aPic bgImg1"></a><a title="最大" href="javascript:maxCut('atitle<%=i %>','iframecut<%=i %>','cuthidden<%=i %>')" class=" aPic bgImg2"> </a><a title="删除" href="javascript: closeDiv(<%=cut.Id %>,'divCut<%=i %>')" class=" aPic bgImg3"></a></td>
          </tr>
        </table>
      </div>    </h1>我想替换上面的DIV标签