You're missing this image:
http://marketforums.org/images/spinner_big.gif
So when you click reload, it shows up as broken.
http://marketforums.org/images/spinner_big.gif
So when you click reload, it shows up as broken.
Code:
function prostats_reload()
{
if(spinner){return false;}
this.spinner = new ActivityIndicator("body", {image: "images/spinner_big.gif"});
new Ajax.Request('xmlhttp.php?action=prostats_reload&my_post_key='+my_post_key, {method: 'post',postBody:"", onComplete:prostats_done});
return false;
}