    document.write("    <!-- Web Form Generator 2.0 -->    <center><form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" target=\"_new\">    <input type=\"hidden\" name=\"meta_web_form_id\" value=\"987778213\">    <input type=\"hidden\" name=\"meta_split_id\" value=\"\">    <input type=\"hidden\" name=\"unit\" value=\"selfhelpahead\">    <input type=\"hidden\" name=\"redirect\" value=\"http://www.aweber.com/thankyou.htm?m=default\" id=\"redirect_c98b61f609ce1385c82cd758b8597e37\">    <input type=\"hidden\" name=\"meta_redirect_onlist\" value=\"\">    <input type=\"hidden\" name=\"meta_adtracking\" value=\"\">    <input type=\"hidden\" name=\"meta_message\" value=\"1\">    <input type=\"hidden\" name=\"meta_required\" value=\"name,custom Last Nm,from,custom Ethnicity,custom Age,custom Birth Date,custom Country,custom Phone Number,custom Education,custom Occupation,custom Salary Range,custom Where do you need help,custom Sex\">    <input type=\"hidden\" name=\"meta_forward_vars\" value=\"0\">    <table>    <tr><td colspan=2><center><br></center></td></tr><tr><td>First Name:</td><td><input type=\"text\" name=\"name\" value=\"\" size=\"20\"></td></tr><tr><td>Last Nm:</td><td><input type=\"text\" name=\"custom Last Nm\" value=\"\" size=\"20\"></td></tr><tr><td>Email:</td><td><input type=\"text\" name=\"from\" value=\"\" size=\"20\"></td></tr><tr><td colspan=\"2\" align=\"left\">Sex:</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Sex\" value=\"Female\"> Female</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Sex\" value=\"Male\"> Male</td></tr><tr><td>Ethnicity:</td><td><input type=\"text\" name=\"custom Ethnicity\" value=\"\" size=\"20\"></td></tr><tr><td>Age:</td><td><input type=\"text\" name=\"custom Age\" value=\"\" size=\"20\"></td></tr><tr><td>Birth Date mm/dd/yy:</td><td><input type=\"text\" name=\"custom Birth Date\" value=\"\" size=\"20\"></td></tr><tr><td>Address:</td><td><input type=\"text\" name=\"custom Address\" value=\"\" size=\"20\"></td></tr><tr><td>City:</td><td><input type=\"text\" name=\"custom City\" value=\"\" size=\"20\"></td></tr><tr><td>State:</td><td><input type=\"text\" name=\"custom State\" value=\"\" size=\"20\"></td></tr><tr><td>Zip Code:</td><td><input type=\"text\" name=\"custom Zip Code\" value=\"\" size=\"20\"></td></tr><tr><td>Country:</td><td><input type=\"text\" name=\"custom Country\" value=\"\" size=\"20\"></td></tr><tr><td>Phone Number:</td><td><input type=\"text\" name=\"custom Phone Number\" value=\"\" size=\"20\"></td></tr><tr><td colspan=\"2\" align=\"left\">Education:</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"Still in High School\"> Still in High School</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"Dropped Out\"> Dropped Out</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"High School Diploma\"> High School Diploma</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"Some College\"> Some College</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"2 Year College\"> 2 Year College</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"Bachelors Degree\"> Bachelors Degree</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"Masters Degree\"> Masters Degree</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Education\" value=\"Doctorate\"> Doctorate</td></tr><tr><td>Occupation:</td><td><input type=\"text\" name=\"custom Occupation\" value=\"\" size=\"20\"></td></tr><tr><td colspan=\"2\" align=\"left\">Salary Range:</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Salary Range\" value=\"0 - $10000\"> 0 - $10000</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Salary Range\" value=\"$10000 - $30000\"> $10000 - $30000</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Salary Range\" value=\"$30000 - $50000\"> $30000 - $50000</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Salary Range\" value=\"$50000 - $70000\"> $50000 - $70000</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Salary Range\" value=\"$70000 - $90000\"> $70000 - $90000</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Salary Range\" value=\"$90000 +\"> $90000 +</td></tr><tr><td colspan=\"2\" align=\"left\">Number 1 Priority for Help:</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"School\"> School</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Getting Respect\"> Getting Respect</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Earning More\"> Earning More</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Getting Promoted\"> Getting Promoted</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Relationships\"> Relationships</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Self Worth\"> Self Worth</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Self Esteem\"> Self Esteem</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Self Confidence\"> Self Confidence</td></tr><tr><td colspan=\"2\"><input type=\"radio\" name=\"custom Where do you need help\" value=\"Other\"> Other</td></tr>        <tr><td colspan=2><center></center></td></tr>    <tr><td align=\"center\" colspan=\"2\"><input type=\"submit\" name=\"submit\" value=\"Discover Your Potential Today\"></td></tr>    </table>    </form>        </center>");

        function setCookie(name, value, expires, path, domain, secure) {
        var curCookie = name + "=" + escape(value) +
        ((expires) ? "; expires=" + expires.toGMTString() : "") +
        ((path) ? "; path=" + path : "") +
        ((domain) ? "; domain=" + domain : "") +
        ((secure) ? "; secure" : "");
        document.cookie = curCookie;
    }

    function getCookie(name) {
        var dc = document.cookie;
        var prefix = name + "=";
        var begin = dc.indexOf("; " + prefix);
        if (begin == -1) {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
        } else
        begin += 2;
        var end = document.cookie.indexOf(";", begin);
    if (end == -1)
        end = dc.length;
        return unescape(dc.substring(begin + prefix.length, end));
    }


            unique_track = new Image();
        unique_track.src = "http://forms.aweber.com/form/displays.htm?id=nBzs7OwcTIzM";


