This simple static class contains a static method called sOnline that accepts a username as a string param. it make a call to an old yahoo api that will determine if a Y! user is online. This only returns true if the user is not using stealth, this will return false if a user is online but "invisible"
I'm not sure what enticed me to write this class. but I guess it was a fun 4 minutes anyway. :) hope someone finds use for it.