<script>
function P_A(){
//Created by Agent Moose at smcodes.smfforfree3.com
var Awards = new Array();
Awards[Awards.length] = ["100","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=100posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/100posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["200","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=200posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/200posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["300","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=300posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/300posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["400","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=400posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/400posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["500","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=500posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/500posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["750","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=750posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/750posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["1000","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=1000posts-1.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/1000posts-1.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["1500","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=1500posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/1500posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["2000","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=2000posts-1.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/2000posts-1.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["2500","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=2500posts.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/2500posts.png" border="0" alt="Photobucket"></a>"];
Awards[Awards.length] = ["3000","<a href="http://s412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/?action=view¤t=3000posts-1.png" target="_blank"><img src="http://i412.photobucket.com/albums/pp209/PittCountyMomsClub/Ranks/3000posts-1.png" border="0" alt="Photobucket"></a>"];
c = document.getElementsByTagName("div");
for (a=0;a<c.length;a++)
for (v=0;v<Awards.length;v++)
if(location.href.match(/topic,/i)){
if((c[a].className=="smalltext") && (c[a].innerHTML.match(/Posts: (\d+)/))){
if(RegExp.$1 == Awards[v][0]){
c[a].innerHTML+="<br /><b>Awards</b>: " + Awards[v][1];
};};};};
P_A();
</script>
I'm not 100% on this but try that.