function tango() {

        var whence = document.referrer;
        today = new Date();
        newWin=window.open('wow','yes',',,,,,,,width=300,height=200');
//        newWin.location="http://wooleyweb.net/cgi-bin/soverctr.cgi";
        wow = newWin.document
        wow.write("<html><body>")
        wow.write("<center><br><b>Welcome to our account <br>")
        wow.write("</b><em>Please send this email so we will know<br>")
        wow.write("someone's out there and there is interest. <br>")
        wow.write("</em>We hope that you'll include your email address.<br>")
        wow.write("<form name='info' METHOD='POST' ENCTYPE='text/plain' ACTION='mailto:ilal@kublekax.com'>");
        wow.write("<input type=hidden name='src' value='Visitor on ILAL' size=0>");
        wow.write("<input type=hidden name='url' value='"+whence+"' size=30>");
        wow.write("<input type=hidden name='chk' value='"+today+"' size=30><br>");
        wow.write("<input type=text name='eml' value='' size=30>");
        wow.write("<input type=submit value='Send' name='s'>");
        wow.write("</form>");
        
        wow.close();
        }



