// JavaScript Document
document.write ('<p align=center><a href="http://adhllc.com/e107/contactus.php"><img border=0 width="100" src="http://www.adhllc.com/e107/e107_images/icons/emailicon.gif"></a>');
document.write ('<br><br>Text <b>ADH</b> to <b>44256</b><br><br>Monthly drawings, special offers, new product updates.<br><em>Cancel any time. We never sell your information to third parties.</em>');

/* document.write ('<style><!--.phpForms_pgtitle{font-family:Arial;font-size:18px;color:#1200d9;font-weight:bold;}.phpForms_btn{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#e4e4e4;border-left-color:#e4e4e4;border-right-color:#c1c1c1;border-bottom-color:#c1c1c1;font:Verdana, Arial, Helvetica, sans-serif;color:#000000;}--></style>');

var aIds = Array( "pg_36d7ec2fde" );
function ChangePage( to_hide, to_show )
{
   var tbl_hide = document.getElementById( aIds[to_hide] );
   var tbl_show = document.getElementById( aIds[to_show] );

   if ( typeof(tbl_hide)=="object" && tbl_hide!=null )
    if ( typeof(tbl_show)=="object" && tbl_show!=null )
    {
       tbl_hide.style.display = "none";
       tbl_show.style.display = "";
    }
}
function NotEmpty( old_res, id, field_title )
{
   if ( old_res==0 )
   {
      var el = document.getElementById( id );
      if ( typeof(el)=="object" && el!=null )
        if ( el.value=="" )
        {
           alert( 'You should fill "' + field_title + '"' );
           return 1;
        }
   }
   return 0;
}
function Email( old_res, id, field_title )
{ 
   if ( old_res==0 )
   {
      var el = document.getElementById( id );
      if ( typeof(el)=='object' && el!=null )
      {
         var re = /^[a-zA-Z0-9_\.\-]+@([a-zA-Z0-9][a-zA-Z0-9-]+\.)+[a-zA-Z]{2,6}$/;
         if (el.value.search(re) != -1 )  return 0;
         else
         {
            alert( '"'+field_title+'" must be email' );
            return 1;
         }
      }
   }
   return 0;
}

//document.write ('<form name="frm_e7a94464c5" id="frm_e7a94464c5" method="POST" enctype="multipart/form-data"action="http://www.adhllc.com/phpforms/index.php" onSubmit="return false;"><input type="hidden" name="act" value="idx"><input type="hidden" name="code" value="01"><input type="hidden" name="fid" value="e7a94464c5">');

function CheckPage36d7ec2fde()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_4e75ab45a1','Name' );
   nResult += NotEmpty( nResult, 'fld_f32075ac55','Phone' );
   nResult += Email( nResult, 'fld_65c8da755c','Email' );
   if ( nResult == 0 )
   {
      if (1)
      {
         var el = document.getElementById( 'frm_e7a94464c5' );
         if ( typeof(el)=='object' && el != null ) el.submit();
      }
      else ChangePage( 0, 1 );
   }
}

// document.write ('<table id="pg_36d7ec2fde" border="0" cellpadding="2" cellspacing="1" width="250" bgcolor="#FFFAFA" class="phpForms_main" style="display:;border: solid 1px #777777;"><tr><td width="30%" align="left" bgcolor="#FFFAFA" valign="top"><span style="">Name</span> <font color=\'red\'>*</font></td><td width="70%" align="left" bgcolor="#FFFAFA"><input type="text" name="fld_4e75ab45a1" id="fld_4e75ab45a1" value="" style="width:100%;"></td></tr><tr><td width="30%" align="left" bgcolor="#FFFAFA" valign="top"><span style="">Phone</span><font color="red">*</font></td><td width="70%" align="left" bgcolor="#FFFAFA"><input type="text" name="fld_f32075ac55" id="fld_f32075ac55" value="" style="width:100%;"></td></tr><tr><td width="30%" align="left" bgcolor="#FFFAFA" valign="top"><span style="">Email</span> <font color="red">*</font></td><td width="70%" align="left" bgcolor="#FFFAFA"><input type="text" name="fld_65c8da755c" id="fld_65c8da755c" value="" style="width:100%;"></td></tr><input type="hidden" name="fld_c565e81a49" id="fld_c565e81a49" value="'+Page+'"><tr><!-- Buttons --><td colspan="2" align="center" class="phpForms_main"><input type="button" value="Submit" onClick="CheckPage36d7ec2fde();" style="width:30%; background-color : #a2a2a2" class="phpForms_btn"></td></tr></table></form>');
document.write ('<p align=center><b>Or call - 404-720-0942</b></p>');
*/