imgr = new Array(); imgr[0] = "http://i43.tinypic.com/orpg0m.jpg"; imgr[1] = "http://i43.tinypic.com/orpg0m.jpg"; imgr[2] = "http://i43.tinypic.com/orpg0m.jpg"; imgr[3] = "http://i43.tinypic.com/orpg0m.jpg"; imgr[4] = "http://i43.tinypic.com/orpg0m.jpg"; showRandomImg = true; thumbwidth = 50; thumbheight = 50; acolor = "#666"; aBold = true; summaryPost =200; function removeHtmlTag(strx,chop){ if(strx.indexOf("<")!=-1){ var s=strx.split("<"); for(var i=0;i")!=-1){ s[i]=s[i].substring(s[i].indexOf(">")+1,s[i].length); } } strx=s.join(""); } while(strx.charAt(chop-1)!=' '&&strx.indexOf(' ',chop)!=-1)chop++; strx=strx.substring(0,chop-1);return strx+'...'; } function showrecentposts(json){ document.write(''); }