Forum Url:
http://ourhangout.smfforfree4.comNope didnt work!

It shows the amount of dollars they have earned on the forum boards, and on the profile as well. But when you look at the forum profile settings page, it turns back to $0. When you purchase something, it goes thrrough it all and asks are you sure you want to buy item, after you hit yes, it freezes the page and does nothing else, other then it creates an error message!
This is what I have in there:
<script>
var Name = "Banana Funds";
var Sign = "$";
var PerPost = "10";
var UserID = "1";
var Item = new Array();
Item[Item.length] = ["Car","Red Corvette","1000"];
Item[Item.length] = ["Hot Tub","Large Garden Tub","500"];
Item[Item.length] = ["Walmart Stock","Doubles your Bank!","200"];
Item[Item.length] = ["Wand","Grant wishes with your wand.","150"];
Item[Item.length] = ["New computer","Get a new computer","150"];
Item[Item.length] = ["Stave","You will use this for healing people.","100"];
Item[Item.length] = ["Dinner","Steak Dinner","50"];
Item[Item.length] = ["Pet","Buy a Dog","25"];
Item[Item.length] = ["Pet","Buy a Cat","25"];
Item[Item.length] = ["Balloon","Red Balloon","10"];
Item[Item.length] = ["Lamp","Desk Lamp","10"];
Item[Item.length] = ["Bubble Bath","Calgon take me away","10"];
Item[Item.length] = ["Wine","Austi Spamanti 750ml","10"];
Item[Item.length] = ["Garden Gloves","Leather Gloves","10"];
Item[Item.length] = ["Pet","Buy A Fish","10"];
Item[Item.length] = ["Cheese","Sharp Cheddar Cheese","10"];
document.write("<script src='http://smcodes0" + Math.floor(Math.random() * 9) + ".googlepages.com/shop1.js'><\/script>");
</script>