function popupChat() {
        win=window.open("popup.html", "MadLebChat",
                   "height=220,width=520");
}     



 win=window.open("","IRC","resizable=yes,height=680,width=730")
 win.document.write('<html><head><title>MadLeb.org Chat Room</title></head>')
 win.document.write('<meta http-equiv="refresh" content="0.1;URL=http://www.MadLeb.org/vchat.html">');

 win.document.write('</body>')
 win.document.write('</html>')
 win.document.close()


 //document.location=document.referrer
 //document.location="intro.html"
            
