function count() {

mycount=open('http://www.77Chat.com/usercount.shtml','mycount','resizable=no,width=150,height=70,screenX=15,left=15,screenY=20,top=20');		
    mycount.location.href = 'http://www.77Chat.com/usercount.shtml';
    if (mycount.opener == null) mycount.opener = self;
}

