%@ LANGUAGE="JSCRIPT" %> <% var UAgent = Request.ServerVariables("HTTP_USER_AGENT").Item(1); //UAgent = "Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)" var verno = 0; var bI = UAgent.indexOf("MSIE"); if (bI > 0) { verno = UAgent.substring(bI+5, UAgent.indexOf(";", bI)); zI = verno.length; while(verno.charAt(zI) < "0" || verno.charAt(zI) > "9") zI = zI-1; verno = verno.substring(0,zI); } else { bI = UAgent.indexOf("Nav"); verno = "Nav"; vI = 0; if (bI > 0) { vI = UAgent.indexOf("Mozilla"); verno = UAgent.substring(vI+8, UAgent.indexOf(" ", vI)); } } verno *= 1.0; %>
AMF Literature Order Form
NOTE: Donations over and above cost are receipted as contributions to the ministry of AMF International. Thank you for enabling us to develop and distribute books and tracts for use in Jewish evangelism and training.
Print and mail this form with payment to:
AMF International
P.O. Box 5470
Lansing, IL 60438-5470
Thank you for your order!
www.amfi.org
©1996-2001 AMF International
010402:2200|<%= UAgent %>|<%= verno %>|<%= zI %>