I got mines from blogrings.net but i think that site is gone...

but i do have that code and here it is
[CODE]
<script language="Javascript">
var screenname="yourscreennamehere";
//The message to display
var message="I am";
//URL of the image to display when you are online
var onlineimage="http://img9.photobucket.com/albums/v27/Mzgrumpykim/online3.gif";
//URL of the image to display when you are offline
var offlineimage="http://img9.photobucket.com/albums/v27/Mzgrumpykim/offline3.gif";
document.write(message + " <IMG SRC=http://big.oscar.aol.com/" + screenname + "?on_url=" + onlineimage + "&off_url=" + offlineimage + ">.");
</script>