/*
   Last modified: 2009-12-30
   New text
*/


   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=TCxszIycbJzM";


function checknlform1 () {
   var errmsg = 'Please, check!\n\n';
   var count = 1;
   if ( document.nlform1.name.value == "Your First Name" ||
        document.nlform1.name.value == "" ) {
     errmsg = errmsg.concat(count + '. Have you typed your first name?\n\n');
     count++;   }
   if ( document.nlform1.from.value.indexOf("@") == -1 ) {
     errmsg = errmsg.concat(count + '. Email address? It should look like\n\'johndoe@example.com\' for example.\n\n');
     count++;   }
   if ( count == 1 ) {
     return true;
   } else {
     alert(errmsg);
     return false;   }
 }



/*
   Main Program
*/

    document.write("<form method=\"post\" name=\"nlform1\" action=\"http://www.aweber.com/scripts/addlead.pl\" onsubmit=\"return checknlform1();\" style=\"margin:0;\"><input type=\"hidden\" name=\"meta_web_form_id\" value=\"246319693\" \/><input type=\"hidden\" name=\"meta_split_id\" value=\"\" \/><input type=\"hidden\" name=\"unit\" value=\"news-fcon21-biz\" \/><input type=\"hidden\" name=\"redirect\" value=\"http://www.fcon21.biz/thanks-news\" \/><input type=\"hidden\" name=\"meta_redirect_onlist\" value=\"http://www.fcon21.biz/thanks-news?ol\" \/><input type=\"hidden\" name=\"meta_adtracking\" value=\"blog5\" \/><input type=\"hidden\" name=\"meta_message\" value=\"1\" \/><input type=\"hidden\" name=\"meta_required\" value=\"name,from\" \/><input type=\"hidden\" name=\"meta_forward_vars\" value=\"1\" \/><a id=\"nlform1-signup\" name=\"nlform1-signup\"><\/a><div id=\"aweber_002_box1\"><img src=\"http://blog.fcon21.biz/img/2ebook-covers6\" alt=\"Personal Development and Time Management\" width=\"152\" height=\"161\" \/><br \/><input type=\"text\" name=\"name\" value=\"Your First Name\" size=\"13\" onfocus=\"if (this.value == 'Your First Name') { this.value = ''; }\" onblur=\"if (this.value == '') { this.value = 'Your First Name'; }\" \/><br \/><input type=\"text\" name=\"from\" value=\"Your Email Address\" size=\"13\" onfocus=\"if (this.value == 'Your Email Address') { this.value = ''; }\" onblur=\"if (this.value == '') { this.value = 'Your Email Address'; }\" \/><br \/><input type=\"submit\" name=\"submit\" value=\"Sign Me Up &raquo;\" class=\"aw_green-border\" id=\"nlsubm1\" style=\"font-weight: bold; margin: 5px 0;\" \/><\/div><\/form>");

// <br \/><span style=\"font-size: x-small;\"><img src=\"http://blog.fcon21.biz/img/lock-fb-blue.gif\" alt=\"lock icon\" width=\"14\" height=\"16\" \/> I respect your <a href=\"http://blog.fcon21.biz/perm/privacy\" target=\"_blank\" rel=\"nofollow\">privacy<\/a>.<\/span>
