You'll find that a large majority (if not all) have the 'sun object' directly named Sun. So you can just use Sun.dostuff();.
What you might want to do for compatability, is check if there is an object called Sun first and if there isn't use TripleNickels method, otherwise just use the Sun object directly.