/* Add Post ID ©2006 by ari_aaron */ if(location.href.match(/showtopic=/)) { if (location.href.match(/&st=(.*)&*/)) { sstart=location.href.match(/&st=(.*)&*/) sstart=sstart[0].split("="); spost=1+parseInt(sstart[1]); } else { spost=1; } sps=document.getElementsByTagName('span') for(i=0;i!=sps.length;i++) { if(sps[i].innerHTML.match("Posted:")&&sps[i].className=="postdetails") { sps[i].innerHTML+=" Post: "+spost spost++ } } }