Mission I: Survival
raise your weapons and fight for justice

Code

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$("td[width='123']").each(function() {
var user = $(this).find('b').html();
var start = $(this).html();
start = start.indexOf("(");
var end = $(this).html();
end = end.indexOf("Post", start);
end--;
start++;
var length = end-start;
var str = $(this).html();
str = str.substr(start, length);
if(user.indexOf("*****************************************") != -1) {
var text = '<img style="margin-left: 5px;" src="https://img.webme.com/pic/t/the-history-of-iyadian/Silberstern4..png" alt="Medalie" />';
$(this).append("<br />"+text);
} /* Hier weitere Moderatoren */ else if(user.indexOf("******************************") != -1) {
var text = '<img style="margin-left: 5px;" src="https://img.webme.com/pic/b/bleeding-crow/Fluchmedai..png" alt="Moderator" />';
$(this).append("<br />"+text);
} else if(parseInt(str)<5) {
var text = '<img style="margin-left: 5px;" src="" alt="" />';
$(this).append(""+text);
} else if(parseInt(str)<20) {
var text = '<img height="18"  style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Bronze.png" alt="Blatt1" />';
$(this).append(" "+text);
} else if(parseInt(str)<30) {
var text = '<img height="18"  style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Bronze2.png" alt="Blatt2" />';
$(this).append(" "+text);
} else if(parseInt(str)<40) {
var text = '<img  height="18"  style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Bronze3.png" alt="Blatt3" />';
$(this).append(" "+text);
} else if(parseInt(str)<50) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Bronze4.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<80) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Silber.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<110) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Silber2.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<140) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Silber3.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<170) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Silber4.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<210) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Gold.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<250) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Gold2.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<290) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Gold3.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<330) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Gold4.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<380) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Saphir.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<420) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Saphir2.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<470) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Saphir3.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<520) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Saphir4.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<580) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Smaragd.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<640) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Smaragd2.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<700) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Smaragd3.png" alt="Blatt4" />';
$(this).append(" "+text);
} else if(parseInt(str)<760) {
var text = '<img  height="18" style="margin-left: 5px;" src="https://img.webme.com/pic/e/eden-club/Smaragd4.png" alt="Blatt4" />';
$(this).append(" "+text);
 

}
});
</script>