Recent Posts by Label Start

<div class='post-body entry-content' id='post-body-5057792887483412753' itemprop='description articleBody'>
<table width="585" cellspacing="0" cellpadding="5">
  <tr>
  <td width="561" height="20"><div align="center" class="style3"><strong>Latest</strong></div></td>
  </tr>
  <tr>
    <td width="560" valign="top">
 <div style="width:560px; height:100px; overflow:auto;">
    <!-- Recent Posts by Label Start -->
<!-- code by BloggerSentral.com -->
<script type="text/javascript">
function recentpostslist(json) {
 document.write('<ul>');
 for (var i = 0; i < json.feed.entry.length; i++)
 {
    for (var j = 0; j < json.feed.entry[i].link.length; j++) {
      if (json.feed.entry[i].link[j].rel == 'alternate') {
        break;
      }
    }
var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";//bs
var entryTitle = json.feed.entry[i].title.$t;
var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";
 document.write(item);
 }
 document.write('</ul>');
 }
</script>
<script src="https://teachersegdt.blogspot.com//feeds/posts/summary/-/Latest News?max-results=100&alt=json-in-script&callback=recentpostslist"></script>
<!-- Recent Posts by Label End -->
</div></td></tr>