Forum Url:
http://xozpk.smfforfree4.comi cant figure out what im doing wrong i out stuff in and crowns and stuff wont pop-up!!Can anyone help here, ill copy and paste my footer in here.
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["<b>owner cnote</b>","","red","<img src='
http://i307.photobucket.com/albums/nn311/PhotoKillz/m7xeep.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>