function removeHtmlTag(strx,chop){ var s = strx.split("<"); for(var i=0;i")!=-1){ s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); } } s = s.join(""); s = s.substring(0,chop-1); return s; } function showrecentposts(json) { document.write(''); } document.write("