Get out of the habit of using global variables. It may not seem like a bad thing now, and it probably isn't in a small program like this, but trust me, it's not a good thing to use. Better to have getters and setters than have anything in global scope.