I need help.
Mine isn't working.
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Lee","Lee","Red","<img
src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
vfour[vfour.length] = ["Reece","Reece","Red","<img
src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
vfour[vfour.length] = ["Damex","Damex","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif
'/>"];
vfour[vfour.length] = ["Katie","Katie","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3]
+ vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>
Can someone fix mine?