Finding the Vector3 position of a game object

How do I find the Vector3 position of an object from a non attached script? For instance. If I have a script attached to the user, how can I find the position of the ball?

Unity Gems has a great tutorial on script interaction that should help you out with this.