/*
   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';
   var count = 1;
   if ( document.nlform1.from.value.indexOf("@") == -1 ) {
     errmsg = errmsg.concat(count + '. Email address. It should look like\n\'johndoe@example.com\' for example.\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=\"from\" \/><input type=\"hidden\" name=\"meta_forward_vars\" value=\"1\" \/><a id=\"nlform1-signup\" name=\"nlform1-signup\"><\/a><div style=\"max-width:190px;line-height:1.4em;margin:0;padding:5px 7px 10px 1px;background-color:#e9e9ff; background-image:url(http://blog.fcon21.biz/templates/fcon21-01/img/sSBTSv.png);background-repeat:no-repeat;background-position:bottom right;\"><a rel=\"nofollow\" href=\"http://blog-feeds.fcon21.biz/Ebiz-booster-blog\"><img src=\"http://blog.fcon21.biz/img/feed-icon3e2b.jpg\" alt=\"Subscribe to my RSS feed!\" style=\"float:left;padding:0 6px 3px 6px;width:49px;height:45px;border:none;\" \/><\/a> Subscribe to my <a rel=\"nofollow\" href=\"http://blog-feeds.fcon21.biz/Ebiz-booster-blog\">RSS feed<\/a>, or just enter your email address below to get updates and much more!<br \/><div style=\"text-align:center;\"><span style=\"color: red; font-size: large; font-weight: bold;\">Get Your FREE Report: &ldquo;Become More Productive,&rdquo; &hellip;and more!<\/span><br \/><img src=\"http://www.fcon21.biz/img/2ebook-covers1\" alt=\"Two free ebooks about Internet marketing\" style=\"border: none; width: 100px; height: 107px;\" \/><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;\" \/><span style=\"font-size:x-small;display:block;\"><img src=\"/img/lock-fb-blue.gif\" alt=\"lock icon\" width=\"14\" height=\"16\" \/> I respect your privacy. I will NEVER sell, rent or share your email address. That's better than a policy, it's my personal guarantee!<\/span><\/div><\/div><\/form>");

