$(document).ready(function() {
    var view1 = ".view-announcements";
    var view2 = ".view-e-resource";
    var tableElement1 = '<TR><TD> \
                  <TABLE id=CommonOutline3 cellSpacing=0 cellPadding=0> \
                    <TBODY><TR> \
                      <TD><TABLE class=forminput_line cellSpacing=0 cellPadding=0 width=310 border=0> \
                          <TBODY><TR> \
                            <TD vAlign=center align=middle width=19 height=25> \
                               <IMG height=4 src=/dra/sites/all/themes/theme_for_note/front_page/qh_32.jpg width=4> \
                            </TD>';
    var tableElement2 = '</TR></TBODY> \
                      </TABLE></TD> \
                    </TBODY></TR></TABLE> \
                    </TR></TD>';
   $(view1 + " .view-content tbody tr").each(function() {
       $("#tzgg2").append(tableElement1 + $(this).html() + tableElement2);
   });
   $(view2 + " .view-content tbody tr").each(function() {
       $("#zyxx2").append(tableElement1 + $(this).html() + tableElement2);
   });
});
