Correeeeey I took a look at your header. You have:
<script src="
http://pspunleashed.smfforfree4.com/jquery.js"></script>
<script src="jquery.js"></script>
There is no need to have both of those codes. They lead to the exact same jquery.js file.
I realize that, but something isn't the same between the two files because if I remove
<script src="
http://pspunleashed.smfforfree4.com/jquery.js"></script>
and just keep
<script src="jquery.js"></script>
not all the codes in my footers will work properly.
EDIT: Nevermind, I've figured it out.