Thank you very much, just installed. I'm checking it out. Quick tips though, change "Wellcome" to 'Welcome' and I went ahead and added rel="nofollow" in the link for good measure to prevent sending any bots to the registration page.
I also noticed that if you are using Google AdSense, the pop-up is displayed under the advertisements. To fix this, I modified
PHP Code:
#sponsorAdDiv {position:absolute; height:1; width:1px; top:0; left:0;}
to
PHP Code:
#sponsorAdDiv {position:absolute; height:1; width:1px; top:0; left:0; z-index: 3;}
Note, since I am already using a z-index of 2 in the navigation under my header image I chose to make it 3 so you may want to change it to 2 though leaving it as is probably shouldn't hurt.