<% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Session.LCID = 1033 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("stat_submission_form_swimming_girls_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(29) Dim arFormDBFields0(29) Dim arFormValues0(29) arFormFields0(0) = "Minutes_Backstroke100yd" arFormDBFields0(0) = "Minutes_Backstroke100yd" arFormValues0(0) = Request("Minutes_Backstroke100yd") arFormFields0(1) = "Seconds_Freestyle500yd" arFormDBFields0(1) = "Seconds_Freestyle500yd" arFormValues0(1) = Request("Seconds_Freestyle500yd") arFormFields0(2) = "Minutes_Freestyle500yd" arFormDBFields0(2) = "Minutes_Freestyle500yd" arFormValues0(2) = Request("Minutes_Freestyle500yd") arFormFields0(3) = "Hundredths_IndividualMedley200yd" arFormDBFields0(3) = "Hundredths_IndividualMedley200yd" arFormValues0(3) = Request("Hundredths_IndividualMedley200yd") arFormFields0(4) = "Minutes_Breaststroke100yd" arFormDBFields0(4) = "Minutes_Breaststroke100yd" arFormValues0(4) = Request("Minutes_Breaststroke100yd") arFormFields0(5) = "First_Name" arFormDBFields0(5) = "First_Name" arFormValues0(5) = Request("First_Name") arFormFields0(6) = "Seconds_Freestyle50yd" arFormDBFields0(6) = "Seconds_Freestyle50yd" arFormValues0(6) = Request("Seconds_Freestyle50yd") arFormFields0(7) = "Hundredths_Freestyle100yd" arFormDBFields0(7) = "Hundredths_Freestyle100yd" arFormValues0(7) = Request("Hundredths_Freestyle100yd") arFormFields0(8) = "Minutes_Freestyle50yd" arFormDBFields0(8) = "Minutes_Freestyle50yd" arFormValues0(8) = Request("Minutes_Freestyle50yd") arFormFields0(9) = "School" arFormDBFields0(9) = "School" arFormValues0(9) = Request("School") arFormFields0(10) = "Minutes_IndividualMedley200yd" arFormDBFields0(10) = "Minutes_IndividualMedley200yd" arFormValues0(10) = Request("Minutes_IndividualMedley200yd") arFormFields0(11) = "Hundredths_Freestyle200yd" arFormDBFields0(11) = "Hundredths_Freestyle200yd" arFormValues0(11) = Request("Hundredths_Freestyle200yd") arFormFields0(12) = "Grade" arFormDBFields0(12) = "Grade" arFormValues0(12) = Request("Grade") arFormFields0(13) = "Seconds_Butterfly100yd" arFormDBFields0(13) = "Seconds_Butterfly100yd" arFormValues0(13) = Request("Seconds_Butterfly100yd") arFormFields0(14) = "Minutes_Butterfly100yd" arFormDBFields0(14) = "Minutes_Butterfly100yd" arFormValues0(14) = Request("Minutes_Butterfly100yd") arFormFields0(15) = "Seconds_Backstroke100yd" arFormDBFields0(15) = "Seconds_Backstroke100yd" arFormValues0(15) = Request("Seconds_Backstroke100yd") arFormFields0(16) = "Seconds_IndividualMedley200yd" arFormDBFields0(16) = "Seconds_IndividualMedley200yd" arFormValues0(16) = Request("Seconds_IndividualMedley200yd") arFormFields0(17) = "Last_Name" arFormDBFields0(17) = "Last_Name" arFormValues0(17) = Request("Last_Name") arFormFields0(18) = "Hundredths_Freestyle500yd" arFormDBFields0(18) = "Hundredths_Freestyle500yd" arFormValues0(18) = Request("Hundredths_Freestyle500yd") arFormFields0(19) = "Seconds_Breaststroke100yd" arFormDBFields0(19) = "Seconds_Breaststroke100yd" arFormValues0(19) = Request("Seconds_Breaststroke100yd") arFormFields0(20) = "Hundredths_Backstroke100yd" arFormDBFields0(20) = "Hundredths_Backstroke100yd" arFormValues0(20) = Request("Hundredths_Backstroke100yd") arFormFields0(21) = "Hundredths_Butterfly100yd" arFormDBFields0(21) = "Hundredths_Butterfly100yd" arFormValues0(21) = Request("Hundredths_Butterfly100yd") arFormFields0(22) = "Hundredths_Breaststroke100yd" arFormDBFields0(22) = "Hundredths_Breaststroke100yd" arFormValues0(22) = Request("Hundredths_Breaststroke100yd") arFormFields0(23) = "Hundredths_Freestyle50yd" arFormDBFields0(23) = "Hundredths_Freestyle50yd" arFormValues0(23) = Request("Hundredths_Freestyle50yd") arFormFields0(24) = "Seconds_Freestyle100yd" arFormDBFields0(24) = "Seconds_Freestyle100yd" arFormValues0(24) = Request("Seconds_Freestyle100yd") arFormFields0(25) = "Minutes_Freestyle100yd" arFormDBFields0(25) = "Minutes_Freestyle100yd" arFormValues0(25) = Request("Minutes_Freestyle100yd") arFormFields0(26) = "HS_Enrollment" arFormDBFields0(26) = "HS_Enrollment" arFormValues0(26) = Request("HS_Enrollment") arFormFields0(27) = "Seconds_Freestyle200yd" arFormDBFields0(27) = "Seconds_Freestyle200yd" arFormValues0(27) = Request("Seconds_Freestyle200yd") arFormFields0(28) = "Minutes_Freestyle200yd" arFormDBFields0(28) = "Minutes_Freestyle200yd" arFormValues0(28) = Request("Minutes_Freestyle200yd") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close Session("FP_SavedFields")=arFormFields0 Session("FP_SavedValues")=arFormValues0 Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") Response.Redirect "stat_submission_form_swimming_girls.asp" End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>NCSAA - Stat Submission Form - Girls' Swimming</title> <meta name="Microsoft Theme" content="ncsaa-expedition 011, default"> </head> <body background="../../_themes/ncsaa-expedition/ncsaa_background.jpg" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#666600" alink="#CC3300"><!--mstheme--><font face="Times New Roman"> <!--mstheme--></font><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-style: solid; border-width: 0" width="100%" bordercolordark="#000000" bordercolorlight="#000000"> <tr> <td width="100%" align="center" style="border-style: solid; border-width: 0; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"><!--mstheme--><font face="Times New Roman"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <img border="1" src="NCSAA_Logo_New.jpg" width="143" height="83"> <map name="FPMap2"> <area href="../../ncsaa_home.htm" shape="rect" coords="4, 0, 47, 59"> <area href="../../mission.htm" shape="rect" coords="51, 0, 104, 59"> <area href="../../schools.htm" shape="rect" coords="110, 1, 162, 59"> <area href="../../publications.htm" shape="rect" coords="233, 0, 309, 59"> <area href="../../events.htm" shape="rect" coords="313, 0, 361, 59"> <area href="../../news.htm" shape="rect" coords="366, 0, 408, 59"> <area href="../../support.htm" shape="rect" coords="412, 0, 467, 59"> <area href="../../advertising.htm" shape="rect" coords="471, 0, 545, 59"> <area href="../../information.htm" shape="rect" coords="551, 0, 626, 59"> <area href="../../contact.htm" shape="rect" coords="631, 0, 687, 59"> <area href="../../services.htm" shape="rect" coords="162, 5, 228, 52"> </map> <img border="0" src="Home%20Page%20Menu%20Banner%20SERVICES%20copy.gif" usemap="#FPMap2" width="688" height="60"><!--mstheme--></font></td> </tr> </table><!--mstheme--><font face="Times New Roman"> <p align="center" style="margin-top: 0; margin-bottom: 0"> </p> <div align="center"> <center> <!--mstheme--></font><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-style: solid; border-width: 0; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1" width="97%" bgcolor="#0000CC" height="30" bordercolordark="#000000" bordercolorlight="#000000"> <tr> <td width="14%" align="center" style="border:1px solid #000000; " height="28"><!--mstheme--><font face="Times New Roman"> <p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a style="color: #FFFFFF; font-weight: bold; text-decoration: none" href="../../coaches_services.htm"> Coaches'</a></b></font><p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a style="color: #FFFFFF; font-weight: bold; text-decoration: none" href="../../coaches_services.htm"> Services</a></b></font><!--mstheme--></font></td> <td width="14%" align="center" height="30" style="border:1px solid #000000; " bordercolorlight="#000000" bordercolordark="#000000"><!--mstheme--><font face="Times New Roman"> <p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a href="../../equipment_program.htm" style="text-decoration: none"> <font color="#FFFFFF">Equipment</font></a></b></font><p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a href="../../equipment_program.htm" style="text-decoration: none"> <font color="#FFFFFF">Program</font></a></b></font><!--mstheme--></font></td> <td width="14%" align="center" height="30" style="border: 1px solid #000000"><!--mstheme--><font face="Times New Roman"> <p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a href="../../community_programs.htm" style="text-decoration: none"> <font color="#FFFFFF">Community</font></a></b></font><p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a href="../../community_programs.htm" style="text-decoration: none"> <font color="#FFFFFF">Programs</font></a></b></font><!--mstheme--></font></td> <td width="14%" align="center" height="30" style="border: 1px solid #000000"><!--mstheme--><font face="Times New Roman"><font color="#FFFFFF"><b> <a style="text-decoration: none" href="../../speakers_bureau.htm"> <font color="#FFFFFF">Speakers' Bureau</font></a></b></font><!--mstheme--></font></td> <td width="15%" align="center" height="30" style="border: 1px solid #000000"><!--mstheme--><font face="Times New Roman"> <font color="#FFFFFF"><b> <a href="../../awards.htm" style="text-decoration: none"><font color="#FFFFFF"> Awards</font></a></b></font><!--mstheme--></font></td> <td width="15%" align="center" height="30" style="border: 1px solid #000000; "><!--mstheme--><font face="Times New Roman"> <font color="#FFFFFF"><b> <a href="../../recruiting_service.htm" style="text-decoration: none"> <font color="#FFFFFF">Recruiting Service</font></a></b></font><!--mstheme--></font></td> <td width="15%" align="center" height="30" style="border: 4px solid #000000; "><!--mstheme--><font face="Times New Roman"> <p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a href="../../stat_ranking_service.htm" style="text-decoration: none"> <font color="#FFFFFF">Stat Ranking</font></a></b></font></p> <p style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF"><b> <a href="../../stat_ranking_service.htm" style="text-decoration: none"> <font color="#FFFFFF">Service</font></a></b></font><!--mstheme--></font></td> </tr> </table><!--mstheme--><font face="Times New Roman"></center> </div> <p align="center" style="margin-top: 0; margin-bottom: 0"> </p> <!--mstheme--></font><table border="10" cellpadding="5" cellspacing="0" style="border-collapse: collapse" width="100%" id="table6" bordercolordark="#000000" bordercolorlight="#000000"> <tr> <td width="100%" bordercolorlight="#FF0000" bordercolordark="#024EFD" style="border-right-color: #800000; border-bottom-color: #800000"><!--mstheme--><font face="Times New Roman"> <p align="center" style="margin-top: 0; margin-bottom: 0"><font face="Berlin Sans FB" size="6" color="#024EFD"> NCSAA Stat Submission Form - GIRLS' SWIMMING</font></p> <p align="center" style="margin-top: 0; margin-bottom: 0">(<b>Please submit only high school varsity team statistics.</b>)</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> </p> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font size="2"> <a href="../../stat_submission_forms.htm">Back to Stat Submission Forms for All Sports</a></font></p> <p align="left" style="margin-top: 0; margin-bottom: 0"><b>Instructions for submitting stats:</b></p> <p align="left" style="margin-top: 0; margin-bottom: 0"> </p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>1) </b>Please submit times ONLY for athletes on your <i><b>high school varsity</b></i> girls' swimming team.</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>2) </b>Please complete the following form completely to submit times for one swimmer. Press "Submit" after you are finished completing the form.</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>3)</b> Please enter "0" (zero) in the boxes for any event in which this athlete did not compete.</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>4) </b>After submitting.the form, you will be returned to this form to submit times for another swimmer. Repeat for as many swimmers as you wish..</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>5) </b>Please enter only each swimmer's <i><b>best season result</b></i> in each event.</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>6) </b>Times must be established in a competitive meet. No practice times may be submitted.</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>7) </b>Please provide times rounded up to the hundredth of a second.</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>8) </b>We will compile the times and update the <a href="../../stat_leaders_board.asp">Stat Leaders Board</a>. Thanks for participating!</p> <p align="justify" style="margin-top: 0; margin-bottom: 0"><b>9) </b>Any errors or problems can be reported to 724-846-2764 or <a href="mailto:nhartman@ncsaa.org">nhartman@ncsaa.org</a>. Feel free to call with questions, problems, or suggestions.</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> </p> <!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript" Type="text/javascript"><!-- function FrontPage_Form1_Validator(theForm) { if (theForm.School.selectedIndex < 0) { alert("Please select one of the \"School\" options."); theForm.School.focus(); return (false); } if (theForm.School.selectedIndex == 0) { alert("The first \"School\" option is not a valid selection. Please choose one of the other options."); theForm.School.focus(); return (false); } if (theForm.HS_Enrollment.value == "") { alert("Please enter a value for the \"HS_Enrollment\" field."); theForm.HS_Enrollment.focus(); return (false); } if (theForm.HS_Enrollment.value.length < 1) { alert("Please enter at least 1 characters in the \"HS_Enrollment\" field."); theForm.HS_Enrollment.focus(); return (false); } if (theForm.HS_Enrollment.value.length > 4) { alert("Please enter at most 4 characters in the \"HS_Enrollment\" field."); theForm.HS_Enrollment.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.HS_Enrollment.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"HS_Enrollment\" field."); theForm.HS_Enrollment.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "1")) { alert("Please enter a value greater than or equal to \"1\" in the \"HS_Enrollment\" field."); theForm.HS_Enrollment.focus(); return (false); } if (theForm.Last_Name.value == "") { alert("Please enter a value for the \"Last_Name\" field."); theForm.Last_Name.focus(); return (false); } if (theForm.Last_Name.value.length < 2) { alert("Please enter at least 2 characters in the \"Last_Name\" field."); theForm.Last_Name.focus(); return (false); } if (theForm.Last_Name.value.length > 30) { alert("Please enter at most 30 characters in the \"Last_Name\" field."); theForm.Last_Name.focus(); return (false); } if (theForm.First_Name.value == "") { alert("Please enter a value for the \"First_Name\" field."); theForm.First_Name.focus(); return (false); } if (theForm.First_Name.value.length < 2) { alert("Please enter at least 2 characters in the \"First_Name\" field."); theForm.First_Name.focus(); return (false); } if (theForm.First_Name.value.length > 30) { alert("Please enter at most 30 characters in the \"First_Name\" field."); theForm.First_Name.focus(); return (false); } if (theForm.Grade.selectedIndex < 0) { alert("Please select one of the \"Grade\" options."); theForm.Grade.focus(); return (false); } if (theForm.Grade.selectedIndex == 0) { alert("The first \"Grade\" option is not a valid selection. Please choose one of the other options."); theForm.Grade.focus(); return (false); } if (theForm.Minutes_Freestyle50yd.value == "") { alert("Please enter a value for the \"Minutes_Freestyle50yd\" field."); theForm.Minutes_Freestyle50yd.focus(); return (false); } if (theForm.Minutes_Freestyle50yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Freestyle50yd\" field."); theForm.Minutes_Freestyle50yd.focus(); return (false); } if (theForm.Minutes_Freestyle50yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_Freestyle50yd\" field."); theForm.Minutes_Freestyle50yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Minutes_Freestyle50yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Freestyle50yd\" field."); theForm.Minutes_Freestyle50yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Freestyle50yd\" field."); theForm.Minutes_Freestyle50yd.focus(); return (false); } if (theForm.Seconds_Freestyle50yd.value == "") { alert("Please enter a value for the \"Seconds_Freestyle50yd\" field."); theForm.Seconds_Freestyle50yd.focus(); return (false); } if (theForm.Seconds_Freestyle50yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Freestyle50yd\" field."); theForm.Seconds_Freestyle50yd.focus(); return (false); } if (theForm.Seconds_Freestyle50yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Freestyle50yd\" field."); theForm.Seconds_Freestyle50yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Seconds_Freestyle50yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Freestyle50yd\" field."); theForm.Seconds_Freestyle50yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Freestyle50yd\" field."); theForm.Seconds_Freestyle50yd.focus(); return (false); } if (theForm.Hundredths_Freestyle50yd.value == "") { alert("Please enter a value for the \"Hundredths_Freestyle50yd\" field."); theForm.Hundredths_Freestyle50yd.focus(); return (false); } if (theForm.Hundredths_Freestyle50yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Freestyle50yd\" field."); theForm.Hundredths_Freestyle50yd.focus(); return (false); } if (theForm.Hundredths_Freestyle50yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Freestyle50yd\" field."); theForm.Hundredths_Freestyle50yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Hundredths_Freestyle50yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Freestyle50yd\" field."); theForm.Hundredths_Freestyle50yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Freestyle50yd\" field."); theForm.Hundredths_Freestyle50yd.focus(); return (false); } if (theForm.Minutes_Freestyle100yd.value == "") { alert("Please enter a value for the \"Minutes_Freestyle100yd\" field."); theForm.Minutes_Freestyle100yd.focus(); return (false); } if (theForm.Minutes_Freestyle100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Freestyle100yd\" field."); theForm.Minutes_Freestyle100yd.focus(); return (false); } if (theForm.Minutes_Freestyle100yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_Freestyle100yd\" field."); theForm.Minutes_Freestyle100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Minutes_Freestyle100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Freestyle100yd\" field."); theForm.Minutes_Freestyle100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Freestyle100yd\" field."); theForm.Minutes_Freestyle100yd.focus(); return (false); } if (theForm.Seconds_Freestyle100yd.value == "") { alert("Please enter a value for the \"Seconds_Freestyle100yd\" field."); theForm.Seconds_Freestyle100yd.focus(); return (false); } if (theForm.Seconds_Freestyle100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Freestyle100yd\" field."); theForm.Seconds_Freestyle100yd.focus(); return (false); } if (theForm.Seconds_Freestyle100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Freestyle100yd\" field."); theForm.Seconds_Freestyle100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Seconds_Freestyle100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Freestyle100yd\" field."); theForm.Seconds_Freestyle100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Freestyle100yd\" field."); theForm.Seconds_Freestyle100yd.focus(); return (false); } if (theForm.Hundredths_Freestyle100yd.value == "") { alert("Please enter a value for the \"Hundredths_Freestyle100yd\" field."); theForm.Hundredths_Freestyle100yd.focus(); return (false); } if (theForm.Hundredths_Freestyle100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Freestyle100yd\" field."); theForm.Hundredths_Freestyle100yd.focus(); return (false); } if (theForm.Hundredths_Freestyle100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Freestyle100yd\" field."); theForm.Hundredths_Freestyle100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Hundredths_Freestyle100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Freestyle100yd\" field."); theForm.Hundredths_Freestyle100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Freestyle100yd\" field."); theForm.Hundredths_Freestyle100yd.focus(); return (false); } if (theForm.Minutes_Freestyle200yd.value == "") { alert("Please enter a value for the \"Minutes_Freestyle200yd\" field."); theForm.Minutes_Freestyle200yd.focus(); return (false); } if (theForm.Minutes_Freestyle200yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Freestyle200yd\" field."); theForm.Minutes_Freestyle200yd.focus(); return (false); } if (theForm.Minutes_Freestyle200yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_Freestyle200yd\" field."); theForm.Minutes_Freestyle200yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Minutes_Freestyle200yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Freestyle200yd\" field."); theForm.Minutes_Freestyle200yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Freestyle200yd\" field."); theForm.Minutes_Freestyle200yd.focus(); return (false); } if (theForm.Seconds_Freestyle200yd.value == "") { alert("Please enter a value for the \"Seconds_Freestyle200yd\" field."); theForm.Seconds_Freestyle200yd.focus(); return (false); } if (theForm.Seconds_Freestyle200yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Freestyle200yd\" field."); theForm.Seconds_Freestyle200yd.focus(); return (false); } if (theForm.Seconds_Freestyle200yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Freestyle200yd\" field."); theForm.Seconds_Freestyle200yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Seconds_Freestyle200yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Freestyle200yd\" field."); theForm.Seconds_Freestyle200yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Freestyle200yd\" field."); theForm.Seconds_Freestyle200yd.focus(); return (false); } if (theForm.Hundredths_Freestyle200yd.value == "") { alert("Please enter a value for the \"Hundredths_Freestyle200yd\" field."); theForm.Hundredths_Freestyle200yd.focus(); return (false); } if (theForm.Hundredths_Freestyle200yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Freestyle200yd\" field."); theForm.Hundredths_Freestyle200yd.focus(); return (false); } if (theForm.Hundredths_Freestyle200yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Freestyle200yd\" field."); theForm.Hundredths_Freestyle200yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Hundredths_Freestyle200yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Freestyle200yd\" field."); theForm.Hundredths_Freestyle200yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Freestyle200yd\" field."); theForm.Hundredths_Freestyle200yd.focus(); return (false); } if (theForm.Minutes_Freestyle500yd.value == "") { alert("Please enter a value for the \"Minutes_Freestyle500yd\" field."); theForm.Minutes_Freestyle500yd.focus(); return (false); } if (theForm.Minutes_Freestyle500yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Freestyle500yd\" field."); theForm.Minutes_Freestyle500yd.focus(); return (false); } if (theForm.Minutes_Freestyle500yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Minutes_Freestyle500yd\" field."); theForm.Minutes_Freestyle500yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Minutes_Freestyle500yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Freestyle500yd\" field."); theForm.Minutes_Freestyle500yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Freestyle500yd\" field."); theForm.Minutes_Freestyle500yd.focus(); return (false); } if (theForm.Seconds_Freestyle500yd.value == "") { alert("Please enter a value for the \"Seconds_Freestyle500yd\" field."); theForm.Seconds_Freestyle500yd.focus(); return (false); } if (theForm.Seconds_Freestyle500yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Freestyle500yd\" field."); theForm.Seconds_Freestyle500yd.focus(); return (false); } if (theForm.Seconds_Freestyle500yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Freestyle500yd\" field."); theForm.Seconds_Freestyle500yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Seconds_Freestyle500yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Freestyle500yd\" field."); theForm.Seconds_Freestyle500yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Freestyle500yd\" field."); theForm.Seconds_Freestyle500yd.focus(); return (false); } if (theForm.Hundredths_Freestyle500yd.value == "") { alert("Please enter a value for the \"Hundredths_Freestyle500yd\" field."); theForm.Hundredths_Freestyle500yd.focus(); return (false); } if (theForm.Hundredths_Freestyle500yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Freestyle500yd\" field."); theForm.Hundredths_Freestyle500yd.focus(); return (false); } if (theForm.Hundredths_Freestyle500yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Freestyle500yd\" field."); theForm.Hundredths_Freestyle500yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Hundredths_Freestyle500yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Freestyle500yd\" field."); theForm.Hundredths_Freestyle500yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Freestyle500yd\" field."); theForm.Hundredths_Freestyle500yd.focus(); return (false); } if (theForm.Minutes_Backstroke100yd.value == "") { alert("Please enter a value for the \"Minutes_Backstroke100yd\" field."); theForm.Minutes_Backstroke100yd.focus(); return (false); } if (theForm.Minutes_Backstroke100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Backstroke100yd\" field."); theForm.Minutes_Backstroke100yd.focus(); return (false); } if (theForm.Minutes_Backstroke100yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_Backstroke100yd\" field."); theForm.Minutes_Backstroke100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Minutes_Backstroke100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Backstroke100yd\" field."); theForm.Minutes_Backstroke100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Backstroke100yd\" field."); theForm.Minutes_Backstroke100yd.focus(); return (false); } if (theForm.Seconds_Backstroke100yd.value == "") { alert("Please enter a value for the \"Seconds_Backstroke100yd\" field."); theForm.Seconds_Backstroke100yd.focus(); return (false); } if (theForm.Seconds_Backstroke100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Backstroke100yd\" field."); theForm.Seconds_Backstroke100yd.focus(); return (false); } if (theForm.Seconds_Backstroke100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Backstroke100yd\" field."); theForm.Seconds_Backstroke100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Seconds_Backstroke100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Backstroke100yd\" field."); theForm.Seconds_Backstroke100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Backstroke100yd\" field."); theForm.Seconds_Backstroke100yd.focus(); return (false); } if (theForm.Hundredths_Backstroke100yd.value == "") { alert("Please enter a value for the \"Hundredths_Backstroke100yd\" field."); theForm.Hundredths_Backstroke100yd.focus(); return (false); } if (theForm.Hundredths_Backstroke100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Backstroke100yd\" field."); theForm.Hundredths_Backstroke100yd.focus(); return (false); } if (theForm.Hundredths_Backstroke100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Backstroke100yd\" field."); theForm.Hundredths_Backstroke100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Hundredths_Backstroke100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Backstroke100yd\" field."); theForm.Hundredths_Backstroke100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Backstroke100yd\" field."); theForm.Hundredths_Backstroke100yd.focus(); return (false); } if (theForm.Minutes_Breaststroke100yd.value == "") { alert("Please enter a value for the \"Minutes_Breaststroke100yd\" field."); theForm.Minutes_Breaststroke100yd.focus(); return (false); } if (theForm.Minutes_Breaststroke100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Breaststroke100yd\" field."); theForm.Minutes_Breaststroke100yd.focus(); return (false); } if (theForm.Minutes_Breaststroke100yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_Breaststroke100yd\" field."); theForm.Minutes_Breaststroke100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Minutes_Breaststroke100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Breaststroke100yd\" field."); theForm.Minutes_Breaststroke100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Breaststroke100yd\" field."); theForm.Minutes_Breaststroke100yd.focus(); return (false); } if (theForm.Seconds_Breaststroke100yd.value == "") { alert("Please enter a value for the \"Seconds_Breaststroke100yd\" field."); theForm.Seconds_Breaststroke100yd.focus(); return (false); } if (theForm.Seconds_Breaststroke100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Breaststroke100yd\" field."); theForm.Seconds_Breaststroke100yd.focus(); return (false); } if (theForm.Seconds_Breaststroke100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Breaststroke100yd\" field."); theForm.Seconds_Breaststroke100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Seconds_Breaststroke100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Breaststroke100yd\" field."); theForm.Seconds_Breaststroke100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Breaststroke100yd\" field."); theForm.Seconds_Breaststroke100yd.focus(); return (false); } if (theForm.Hundredths_Breaststroke100yd.value == "") { alert("Please enter a value for the \"Hundredths_Breaststroke100yd\" field."); theForm.Hundredths_Breaststroke100yd.focus(); return (false); } if (theForm.Hundredths_Breaststroke100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Breaststroke100yd\" field."); theForm.Hundredths_Breaststroke100yd.focus(); return (false); } if (theForm.Hundredths_Breaststroke100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Breaststroke100yd\" field."); theForm.Hundredths_Breaststroke100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Hundredths_Breaststroke100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Breaststroke100yd\" field."); theForm.Hundredths_Breaststroke100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Breaststroke100yd\" field."); theForm.Hundredths_Breaststroke100yd.focus(); return (false); } if (theForm.Minutes_Butterfly100yd.value == "") { alert("Please enter a value for the \"Minutes_Butterfly100yd\" field."); theForm.Minutes_Butterfly100yd.focus(); return (false); } if (theForm.Minutes_Butterfly100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_Butterfly100yd\" field."); theForm.Minutes_Butterfly100yd.focus(); return (false); } if (theForm.Minutes_Butterfly100yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_Butterfly100yd\" field."); theForm.Minutes_Butterfly100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Minutes_Butterfly100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_Butterfly100yd\" field."); theForm.Minutes_Butterfly100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_Butterfly100yd\" field."); theForm.Minutes_Butterfly100yd.focus(); return (false); } if (theForm.Seconds_Butterfly100yd.value == "") { alert("Please enter a value for the \"Seconds_Butterfly100yd\" field."); theForm.Seconds_Butterfly100yd.focus(); return (false); } if (theForm.Seconds_Butterfly100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_Butterfly100yd\" field."); theForm.Seconds_Butterfly100yd.focus(); return (false); } if (theForm.Seconds_Butterfly100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_Butterfly100yd\" field."); theForm.Seconds_Butterfly100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Seconds_Butterfly100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_Butterfly100yd\" field."); theForm.Seconds_Butterfly100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_Butterfly100yd\" field."); theForm.Seconds_Butterfly100yd.focus(); return (false); } if (theForm.Hundredths_Butterfly100yd.value == "") { alert("Please enter a value for the \"Hundredths_Butterfly100yd\" field."); theForm.Hundredths_Butterfly100yd.focus(); return (false); } if (theForm.Hundredths_Butterfly100yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_Butterfly100yd\" field."); theForm.Hundredths_Butterfly100yd.focus(); return (false); } if (theForm.Hundredths_Butterfly100yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_Butterfly100yd\" field."); theForm.Hundredths_Butterfly100yd.focus(); return (false); } var checkOK = "0123456789-"; var checkStr = theForm.Hundredths_Butterfly100yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_Butterfly100yd\" field."); theForm.Hundredths_Butterfly100yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_Butterfly100yd\" field."); theForm.Hundredths_Butterfly100yd.focus(); return (false); } if (theForm.Minutes_IndividualMedley200yd.value == "") { alert("Please enter a value for the \"Minutes_IndividualMedley200yd\" field."); theForm.Minutes_IndividualMedley200yd.focus(); return (false); } if (theForm.Minutes_IndividualMedley200yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Minutes_IndividualMedley200yd\" field."); theForm.Minutes_IndividualMedley200yd.focus(); return (false); } if (theForm.Minutes_IndividualMedley200yd.value.length > 1) { alert("Please enter at most 1 characters in the \"Minutes_IndividualMedley200yd\" field."); theForm.Minutes_IndividualMedley200yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Minutes_IndividualMedley200yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Minutes_IndividualMedley200yd\" field."); theForm.Minutes_IndividualMedley200yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0")) { alert("Please enter a value greater than or equal to \"0\" in the \"Minutes_IndividualMedley200yd\" field."); theForm.Minutes_IndividualMedley200yd.focus(); return (false); } if (theForm.Seconds_IndividualMedley200yd.value == "") { alert("Please enter a value for the \"Seconds_IndividualMedley200yd\" field."); theForm.Seconds_IndividualMedley200yd.focus(); return (false); } if (theForm.Seconds_IndividualMedley200yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Seconds_IndividualMedley200yd\" field."); theForm.Seconds_IndividualMedley200yd.focus(); return (false); } if (theForm.Seconds_IndividualMedley200yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Seconds_IndividualMedley200yd\" field."); theForm.Seconds_IndividualMedley200yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Seconds_IndividualMedley200yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Seconds_IndividualMedley200yd\" field."); theForm.Seconds_IndividualMedley200yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "59")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"59\" in the \"Seconds_IndividualMedley200yd\" field."); theForm.Seconds_IndividualMedley200yd.focus(); return (false); } if (theForm.Hundredths_IndividualMedley200yd.value == "") { alert("Please enter a value for the \"Hundredths_IndividualMedley200yd\" field."); theForm.Hundredths_IndividualMedley200yd.focus(); return (false); } if (theForm.Hundredths_IndividualMedley200yd.value.length < 1) { alert("Please enter at least 1 characters in the \"Hundredths_IndividualMedley200yd\" field."); theForm.Hundredths_IndividualMedley200yd.focus(); return (false); } if (theForm.Hundredths_IndividualMedley200yd.value.length > 2) { alert("Please enter at most 2 characters in the \"Hundredths_IndividualMedley200yd\" field."); theForm.Hundredths_IndividualMedley200yd.focus(); return (false); } var checkOK = "0123456789-,"; var checkStr = theForm.Hundredths_IndividualMedley200yd.value; var allValid = true; var validGroups = true; var decPoints = 0; var allNum = ""; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } if (ch != ",") allNum += ch; } if (!allValid) { alert("Please enter only digit characters in the \"Hundredths_IndividualMedley200yd\" field."); theForm.Hundredths_IndividualMedley200yd.focus(); return (false); } var chkVal = allNum; var prsVal = parseInt(allNum); if (chkVal != "" && !(prsVal >= "0" && prsVal <= "99")) { alert("Please enter a value greater than or equal to \"0\" and less than or equal to \"99\" in the \"Hundredths_IndividualMedley200yd\" field."); theForm.Hundredths_IndividualMedley200yd.focus(); return (false); } return (true); } //--></script><!--webbot BOT="GeneratedScript" endspan --><form method="POST" name="FrontPage_Form1" action="stat_submission_form_swimming_girls.asp" onSubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" webbot-action="--WEBBOT-SELF--"> <!--webbot bot="SaveDatabase" s-builtin-fields="HTTP_USER_AGENT REMOTE_HOST Timestamp REMOTE_USER" s-form-fields="Minutes_Backstroke100yd Seconds_Freestyle500yd Minutes_Freestyle500yd Hundredths_IndividualMedley200yd Minutes_Breaststroke100yd First_Name Seconds_Freestyle50yd Hundredths_Freestyle100yd Minutes_Freestyle50yd School Minutes_IndividualMedley200yd Hundredths_Freestyle200yd Grade Seconds_Butterfly100yd Minutes_Butterfly100yd Seconds_Backstroke100yd Seconds_IndividualMedley200yd Last_Name Hundredths_Freestyle500yd Seconds_Breaststroke100yd Hundredths_Backstroke100yd Hundredths_Butterfly100yd Hundredths_Breaststroke100yd Hundredths_Freestyle50yd Seconds_Freestyle100yd Minutes_Freestyle100yd HS_Enrollment Seconds_Freestyle200yd Minutes_Freestyle200yd" u-confirmation-url="stat_submission_form_swimming_girls.asp" startspan SuggestedExt="asp" S-DataConnection="stat_submission_form_swimming_girls" S-RecordSource="Results" U-Database-URL="fpdb/stat_submission_form_swimming_girls.mdb" S-Builtin-DBFields="Browser_type Remote_computer_name Timestamp User_name" S-Form-DBFields="Minutes_Backstroke100yd Seconds_Freestyle500yd Minutes_Freestyle500yd Hundredths_IndividualMedley200yd Minutes_Breaststroke100yd First_Name Seconds_Freestyle50yd Hundredths_Freestyle100yd Minutes_Freestyle50yd School Minutes_IndividualMedley200yd Hundredths_Freestyle200yd Grade Seconds_Butterfly100yd Minutes_Butterfly100yd Seconds_Backstroke100yd Seconds_IndividualMedley200yd Last_Name Hundredths_Freestyle500yd Seconds_Breaststroke100yd Hundredths_Backstroke100yd Hundredths_Butterfly100yd Hundredths_Breaststroke100yd Hundredths_Freestyle50yd Seconds_Freestyle100yd Minutes_Freestyle100yd HS_Enrollment Seconds_Freestyle200yd Minutes_Freestyle200yd" U-ASP-Include-Url="_fpclass/fpdbform.inc" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--#include file="_fpclass/fpdbform.inc"--><!--webbot bot="SaveDatabase" endspan i-checksum="40548" --><p align="left" style="margin-top: 0; margin-bottom: 0"> Name of School: <!--webbot bot="Validation" b-value-required="TRUE" b-disallow-first-item="TRUE" --> <select size="1" name="School" tabindex="1"> <option>Select school.</option> <option>A Different World Academy (Gretna, LA)</option> <option>Ad Fontes Academy (Centreville, VA)</option> <option>American Christian (Aston, PA)</option> <option>Aquidneck Island Christian (Portsmouth, RI)</option> <option>Archbishop Walsh (Olean, NY)</option> <option>Arrowhead Christian (Redlands, CA)</option> <option>Asheville Christian (Swannanoa, NC)</option> <option>Atlantic Christian (Egg Harbor Township, NJ)</option> <option>Atlantic Shores Christian (Chesapeake, VA)</option> <option>Augusta Christian (Martinez, GA)</option> <option>Bakersfield Christian (Bakersfield, CA)</option> <option>Beaver County Christian (Beaver Falls, PA)</option> <option>Belleville Mennonite (Belleville, PA)</option> <option>Berean Christian (Walnut Creek, CA)</option> <option>Berean Christian (Knoxville, TN)</option> <option>Bethel Christian (Erie, PA)</option> <option>Bible Baptist School (Savannah, GA)</option> <option>Blackhawk Christian (Fort Wayne, IN)</option> <option>Blair Christian (Philadelphia, PA)</option> <option>Bluegrass United (Nicholasville, KY)</option> <option>Boca Raton Christian (Boca Raton, FL)</option> <option>Boston Trinity Academy (Hyde Park, MA)</option> <option>Bradshaw Christian (Sacramento, CA)</option> <option>Brenham Christian (Brenham, TX)</option> <option>Brethren Christian (Huntington Beach, CA)</option> <option>Briarcrest Christian (Eads, TN)</option> <option>Broadfording Christian (Hagerstown, MD)</option> <option>Cair-Paravel Latin School (Topeka, KS)</option> <option>Calvary Baptist Christian (Meadville, PA)</option> <option>Calvary / Calumet Christian (Griffith, IN)</option> <option>Calvary Academy (Butler, PA)</option> <option>Calvary Baptist (Hurricane, WV)</option> <option>Calvary Chapel Christian (Las Vegas, NV)</option> <option>Calvary Christian (Albuquerque, NM)</option> <option>Calvary Christian (Pacific Grove, CA)</option> <option>Calvary Christian (Covington, KY)</option> <option>Calvary Temple (Gambrills, MD)</option> <option>Calvary Temple (Sterling, VA)</option> <option>Cambria County Christian (Johnstown, PA)</option> <option>Cambridge Christian (Cambridge, MN)</option> <option>Cape Christian (Cape May Court House, NJ)</option> <option>Carrollton Christian (Carrollton, TX)</option> <option>Cascade Christian (Jacksonville, OR)</option> <option>Center for Life Academy (Miami, FL)</option> <option>Central Baptist Christian (Binghamton, NY)</option> <option>Central Christian (Kidron, OH)</option> <option>Central Valley Christian (Visalia, CA)</option> <option>Champion Christian (Chico, CA)</option> <option>Charlotte Christian (Charlotte, NC)</option> <option>Cheswick Christian (Cheswick, PA)</option> <option>Christ Chapel Academy (Woodbridge, VA)</option> <option>Christ Presbyterian (Nashville, TN)</option> <option>Christian Academy (Louisville, KY)</option> <option>Christian Community (North Eaton, OH)</option> <option>Christian Fellowship (Columbia, MO)</option> <option>Christian Fellowship (Jeannette, PA)</option> <option>Christian Heritage (Trumbull, CT)</option> <option>Christian Heritage (Dalton, GA)</option> <option>Christian Liberty (Keaau, HI)</option> <option>Christian Life (Seneca, PA)</option> <option>Clinton Christian (Clinton, MD)</option> <option>Collinsville Christian (Collinsville, IL)</option> <option>Colorado Springs Christian (Colorado Springs, CO)</option> <option>Columbia County Christian (Bloomsburg, PA)</option> <option>Community Christian (Norman, OK)</option> <option>Coral Springs Christian (Coral Springs, FL)</option> <option>Cornerstone Christian (Willoughby, OH)</option> <option>Cornerstone Christian (San Antonio, TX)</option> <option>Covenant Christian (Indianapolis, IN)</option> <option>Covenant Christian (Dandridge, TN)</option> <option>Covenant Day (Matthews, NC)</option> <option>Covenant Life (Gaithersburg, MD)</option> <option>Creekside Christian (Otter Creek, FL)</option> <option>Cross Lanes Christian (Cross Lanes, WV)</option> <option>Cumberland Valley Christian (Chambersburg, PA)</option> <option>Dawson Street Christian (LaGrange, GA)</option> <option>Dayspring Christian (Blacksburg, VA)</option> <option>Desire Street Academy (Baton Rouge, LA)</option> <option>Destiny Christian (Del City, OK)</option> <option>Dominion Christian (Marietta, GA)</option> <option>Eagle Point Christian (Sapulpa, OK)</option> <option>East Linn Christian (Lebanon, OR)</option> <option>Eastside Golden Eagles (Morristown, IN)</option> <option>Eden Christian (Sewickley, PA)</option> <option>Emmanuel Christian (Springfield, OH)</option> <option>Emmanuel Christian (Manassas, VA)</option> <option>Erie First Christian (Erie, PA)</option> <option>Evangel Christian (Albuquerque, NM)</option> <option>Evangel Heights Christian (Sarver, PA)</option> <option>Faith Academy (Mobile, AL)</option> <option>Faith Christian (Yuba City, CA)</option> <option>Faith Christian (Margate, FL)</option> <option>Faith Christian (Dixon, IL)</option> <option>Faith Christian (Grapevine, WY)</option> <option>Faith Community Christian (Belmont, OH)</option> <option>Faith Heritage (Syracuse, NY)</option> <option>Fellowship Christian (Roswell, GA)</option> <option>First Baptist (Dallas, TX)</option> <option>First Love Christian (Washington, PA)</option> <option>Fredericksburg Christian (Fredericksburg, VA)</option> <option>Front Range Christian (Littleton, CO)</option> <option>Fulton County Christian (Rochester, IN)</option> <option>Gahanna Christian (Gahanna, OH)</option> <option>Genesis Prep (Post Falls, ID)</option> <option>Girard Alliance Christian (Girard, PA)</option> <option>God's Academy (Grand Prairie, TX)</option> <option>Gorman Christian (Durham, NC)</option> <option>Grace Baptist (Kankakee, IL)</option> <option>Grace Baptist Christian (Hiram, GA)</option> <option>Grace Brethren Christian (Clinton, MD)</option> <option>Grace Brethren Christian (Waldorf, MD)</option> <option>Grace Brethren (Simi Valley, CA)</option> <option>Grace Christian (Anchorage, AK)</option> <option>Grace Christian (Staunton, VA)</option> <option>Grace Community (Tyler, TX)</option> <option>Great Commission Schools (Altoona, PA)</option> <option>Green Pastures Christian (Decatur, GA)</option> <option>Grove Avenue Christian (Richmond, VA)</option> <option>Harbor Light Christian (Harbor Springs, MI)</option> <option>Harrisburg Christian (Harrisburg, PA)</option> <option>Harvester Christian (Douglasville, GA)</option> <option>Hayworth Christian (High Point, NC)</option> <option>Heartland Christian (Columbiana, OH)</option> <option>Hearts for Jesus Christ (North Olmstead, OH)</option> <option>Helena Christian (Helena, MT)</option> <option>Heritage Christian (North Branch, MI)</option> <option>Heritage Christian (Indianapolis, IN)</option> <option>High Point Christian (High Point, NC)</option> <option>Hilton Head Christian (Hilton Head, SC)</option> <option>Holly Grove Christian (Westover, MD)</option> <option>Homeschool Christian Youth Association (Houston, TX)</option> <option>Houston Christian (Houston, TX)</option> <option>Hudson Valley Rocks (Valatie, NY)</option> <option>Imani Christian (Pittsburgh, PA)</option> <option>Indy Storm (Indianapolis, IN)</option> <option>Jefferson County Christian (Mingo Junction, OH)</option> <option>Jericho Christian (Landover, MD)</option> <option>Juniata Mennonite (McAlisterville, PA)</option> <option>Kankakee Trinity Academy (Kankakee, IL)</option> <option>King's High School (Shoreline, WA)</option> <option>Lake Mead Christian (Henderson, NV)</option> <option>Lake Worth Christian (Boynton Beach, FL)</option> <option>Lakeland Christian (Winona Lake, IN)</option> <option>Lakeland Christian (Lakeland, FL)</option> <option>Lancaster Christian (Lancaster, PA)</option> <option>Landmark Christian (Fairburn, GA)</option> <option>Landmark Eagles (Cincinnati, OH)</option> <option>Lebanon Christian (Lebanon, PA)</option> <option>Lehigh Valley Christian (Allentown, PA)</option> <option>Lenawee Christian (Adrian, MI)</option> <option>Lexington Christian (Lexington, KY)</option> <option>Liberty Christian (Columbus, OH)</option> <option>Life Academy (Kissimmee, FL)</option> <option>Life Center Academy (Burlington, NJ)</option> <option>Linfield Christian (Temecula, CA)</option> <option>Lititz Christian (Lititz, PA)</option> <option>Little Rock Christian (Little Rock, AR)</option> <option>Living Faith Christian (Pennsauken, NJ)</option> <option>Living Word Christian (McDonough, GA)</option> <option>Loudonville Christian (Loudonville, NY)</option> <option>Lynden Christian (Lynden, WA)</option> <option>Maranatha Academy (Shawnee, KS)</option> <option>Meadow Creek Christian (Andover, MN)</option> <option>Merritt Island Christian (Merritt Island, FL)</option> <option>Mid-Vermont Christian (White River Jct, VT)</option> <option>Mifflin County Christian (McClure, PA)</option> <option>Monclova Christian (Monclova, OH)</option> <option>Morningside Academy (Port St. Lucie, FL)</option> <option>Mount Airy Christian (Mount Airy, MD)</option> <option>Mount Zion Christian (Durham, NC)</option> <option>Mountain View Christian (Winchester, VA)</option> <option>Nashua Christian (Nashua, NH)</option> <option>New Beginnings Academy (Chester, PA)</option> <option>New Creations Christian (Richmond, IN)</option> <option>New Horizons Prep (Kansas City, MO)</option> <option>New Life Christian (Kimball, MI)</option> <option>New Life Christian (Frederick, MD)</option> <option>Norfolk Christian (Norfolk, VA)</option> <option>North Clackamas Christian (Oregon City, OR)</option> <option>North County Christian (Atascadero, CA)</option> <option>Northeast Christian (Kingwood, TX)</option> <option>Northern Virginia Christian (Fairfax, VA)</option> <option>Northumberland Christian (Northumberland, PA)</option> <option>Oak Hill Christian (Reston, VA)</option> <option>Oaks Christian (Westlake Village, CA)</option> <option>Oakwood Christian (Troy, NY)</option> <option>Oconee Christian (Seneca, SC)</option> <option>Oklahoma Christian Academy (Edmond, OK)</option> <option>Oklahoma Christian School (Edmond, OK)</option> <option>Ontario Christian (Ontario, CA)</option> <option>Our Redeemer's Christian (Minot, ND)</option> <option>Our Savior New American (Centereach, NY)</option> <option>Parsippany Christian (Parsippany, NJ)</option> <option>Pella Christian (Pella, IA)</option> <option>Peoria Christian (Peoria, IL)</option> <option>Phil-Mont Christian (Erdenheim, PA)</option> <option>Portersville Christian (Portersvile, PA)</option> <option>Prestonwood Christian (Plano, TX)</option> <option>Pusch Ridge Christian (Tucson, AZ)</option> <option>Quad Cities Christian (Moline, IL)</option> <option>Redeemer Classical Christian (Kingsville, MD)</option> <option>Redwood Christian (San Lorenzo, CA)</option> <option>Ridgeville Christian (Springboro, OH)</option> <option>Riverdale Baptist (Upper Marlboro, MD)</option> <option>Riverview Bible Baptist Christian (Forsyth, MO)</option> <option>Robinson Township Christian (McKees Rocks, PA)</option> <option>Sahag-Mesrob Armenian Christian (Altadena, CA)</option> <option>Saint John Lutheran (Ocala, FL)</option> <option>Saint Paul Lutheran (Napoleon, OH)</option> <option>San Jacinto Christian (Amarillo, TX)</option> <option>San Marcos Baptist (San Marcos, TX)</option> <option>Scottsboro Christian (Scottsboro, AL)</option> <option>Scottsdale Christian (Phoenix, AZ)</option> <option>Seven Rivers Christian (Lecanto, FL)</option> <option>Shekinah Christian (Jacksonville, FL)</option> <option>Shenandoah Valley Christian (Stephens City, VA)</option> <option>Shores Christian (Ocala, FL)</option> <option>Sioux Falls Christian (Sioux Falls, SD)</option> <option>Smithtown Christian (Smithtown, NY)</option> <option>South Shore Christian (Weymouth, MA)</option> <option>Southwest Minnesota Christian (Edgerton, MN)</option> <option>Spring Hill Christian (Spring Hill, FL)</option> <option>Statesville Christian (Statesville, NC)</option> <option>Sterling Christian (Galt, IL)</option> <option>StoneBridge School (Chesapeake, VA)</option> <option>Summit Christian (Clarks Summit, PA)</option> <option>The Christian Academy (Brookhaven, PA)</option> <option>The King's Academy (West Palm Beach, FL)</option> <option>The King's Christian (Callaway, MD)</option> <option>The King's Christian (Cherry Hill, NJ)</option> <option>The Master's Academy (Oviedo, FL)</option> <option>The Master's School (West Simsbury, CT)</option> <option>The Neighborhood Academy (Pittsburgh, PA)</option> <option>The Potter's House Christian (Jacksonville, FL)</option> <option>The Potter's House Christian (Wyoming, MI)</option> <option>Tri-County Christian Homeschool Association (Clarksboro, NJ) </option> <option>Tri-City Christian (Vista, CA)</option> <option>Tri-State Christian (Galena, IL)</option> <option>Trinity Christian (Addison, TX)</option> <option>Trinity Christian (Fairfax, VA)</option> <option>Trinity Christian (Montville, NJ)</option> <option>Trinity Christian (Pittsburgh, PA)</option> <option>Trinity Christian (Lubbock, TX)</option> <option>Turlock Christian (Turlock, CA)</option> <option>Tuscaloosa Eagles (Tuscaloosa, AL)</option> <option>Upland Christian (Upland, CA)</option> <option>Upper Room Christian (Dix Hills, NY)</option> <option>Vacaville Christian (Vacaville, CA)</option> <option>Valley Christian (San Jose, CA)</option> <option>Veritas Christian (Campbell, CA)</option> <option>Veritas Christian (Lawrence, KS)</option> <option>Veritas Christian (Fletcher, NC)</option> <option>Victory Christian (Carmichael, CA)</option> <option>Victory Christian (Tulsa, OK)</option> <option>Waldorf Area Christian (Waldorf, MD)</option> <option>Warren County Christian (Youngsville, PA)</option> <option>Wesleyan Christian (High Point, NC)</option> <option>Wesleyan School (Norcross, GA)</option> <option>West Valley Christian (West Hills, CA)</option> <option>Westminster Academy (Fort Lauderdale, FL)</option> <option>Westminster Christian (Opelousas, LA)</option> <option>Westminster Christian (St. Louis, MO)</option> <option>Westmoreland Christian (Greensburg, PA)</option> <option>Westover Christian (Danville, VA)</option> <option>Wheaton Academy (West Chicago, IL)</option> <option>Williamsburg Christian (Williamsburg, VA)</option> <option>Wilmington Christian (Hockessin, DE)</option> <option>Wilson Christian (West Mifflin, PA)</option> <option>Word of Life Christian (Springfield, VA)</option> <option>World Changers Christian (College Park, GA)</option> <option>Worthington Christian (Worthington, OH)</option> <option>Xenia Christian (Xenia, OH)</option> <option>Zion Christian (Columbia, TN)</option> </select></p> <p align="left" style="margin-top: 0; margin-bottom: 0"> </p> <p align="left" style="margin-top: 0; margin-bottom: 0"> Total Number of Students in High School (Grades 9-12): <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="4" s-validation-constraint="Greater than or equal to" s-validation-value="1" --> <input type="text" name="HS_Enrollment" size="8" tabindex="2" maxlength="4"></p> <p align="left" style="margin-top: 0; margin-bottom: 0"> </p> <div align="center"> <!--mstheme--></font><table border="1" style="border-collapse: collapse" width="98%" id="table7" bordercolordark="#000000" bordercolorlight="#000000"> <tr> <td width="15%"><!--mstheme--><font face="Times New Roman"><font size="2">Athlete's Last Name:</font><!--mstheme--></font></td> <td width="19%" colspan="2"><!--mstheme--><font face="Times New Roman"> <!--webbot bot="Validation" s-data-type="String" b-value-required="TRUE" i-minimum-length="2" i-maximum-length="30" --><input type="text" name="Last_Name" size="23" tabindex="3" maxlength="30"><!--mstheme--></font></td> <td width="16%"><!--mstheme--><font face="Times New Roman"><font size="2">Athlete's First Name:</font><!--mstheme--></font></td> <td width="26%"><!--mstheme--><font face="Times New Roman"> <!--webbot bot="Validation" s-data-type="String" b-value-required="TRUE" i-minimum-length="2" i-maximum-length="30" --><input type="text" name="First_Name" size="28" tabindex="4" maxlength="30"><!--mstheme--></font></td> <td width="13%"><!--mstheme--><font face="Times New Roman"><font size="2">Year in School:</font><!--mstheme--></font></td> <td width="1%"><!--mstheme--><font face="Times New Roman"> <!--webbot bot="Validation" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select size="1" name="Grade" tabindex="5"> <option>Select a grade.</option> <option>Senior</option> <option>Junior</option> <option>Sophomore</option> <option>Freshman</option> <option>Grade 8</option> <option>Grade 7</option> </select><!--mstheme--></font></td> </tr> <tr> <td width="13%" colspan="7"><!--mstheme--><font face="Times New Roman"> <!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" height="24"><!--mstheme--><font face="Times New Roman"> <p align="center"><b><font size="2">Event</font></b><!--mstheme--></font></td> <td width="26%" colspan="2" align="center" height="24"><!--mstheme--><font face="Times New Roman"><b> <font size="2">Minutes</font></b><!--mstheme--></font></td> <td width="26%" height="24" align="center"><!--mstheme--><font face="Times New Roman"> <p align="center"><b><font size="2">Seconds</font></b><!--mstheme--></font></td> <td width="25%" height="24" colspan="2" align="center"><!--mstheme--><font face="Times New Roman"><b> <font size="2">Hundredths of Second</font></b><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" height="77"><!--mstheme--><font face="Times New Roman"> <!--mstheme--></font></td> <td width="26%" colspan="2" align="center" height="77" valign="top"><!--mstheme--><font face="Times New Roman"> <p align="left" style="margin-top: 0; margin-bottom: 0"> <font size="2">Examples:</font></p> <p align="left" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 0 = zero minutes (as in <b>0</b>:56.50)</font></p> <p align="left" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 1 = 1 minute (as in <b>1</b>:56.50)</font></p> <p align="left" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 12 = 12 minutes (as in <b>12</b>:56.50)</font><!--mstheme--></font></td> <td width="26%" height="77" valign="top"><!--mstheme--><font face="Times New Roman"> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2">Examples:</font></p> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 0 = zero seconds (as in 1:<b>00</b>.08)</font></p> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 3 = 3 seconds (as in 1:<b>03</b>.08)</font></p> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 13 = 13 seconds (as in 1:<b>13</b>.08)</font><!--mstheme--></font></td> <td width="25%" height="77" colspan="2" valign="top"><!--mstheme--><font face="Times New Roman"> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2">Examples:</font></p> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 8 = 8 hundredths (as in 1:11.<b>08</b>)</font></p> <p align="justify" style="margin-top: 0; margin-bottom: 0"> <font size="2"> 18 = 18 hundredths (as in 1:11.<b>18</b>)</font></p> <!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center"><!--mstheme--><font face="Times New Roman"><font size="2">50-Yard Freestyle</font><!--mstheme--></font></td> <td width="26%" colspan="2"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Freestyle50yd" size="11" tabindex="6" maxlength="1"><!--mstheme--></font></td> <td width="26%"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Freestyle50yd" size="11" tabindex="7" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Freestyle50yd" size="11" tabindex="8" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center" height="27"><!--mstheme--><font face="Times New Roman"><font size="2">100-Yard Freestyle</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Freestyle100yd" size="11" tabindex="9" maxlength="1"><!--mstheme--></font></td> <td width="26%" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Freestyle100yd" size="11" tabindex="10" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Freestyle100yd" size="11" tabindex="11" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center" height="27"><!--mstheme--><font face="Times New Roman"><font size="2">200-Yard Freestyle</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Freestyle200yd" size="11" tabindex="12" maxlength="1"><!--mstheme--></font></td> <td width="26%" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Freestyle200yd" size="11" tabindex="13" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Freestyle200yd" size="11" tabindex="14" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center" height="27"><!--mstheme--><font face="Times New Roman"><font size="2">500-Yard Freestyle</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Freestyle500yd" size="11" tabindex="15" maxlength="2"><!--mstheme--></font></td> <td width="26%" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Freestyle500yd" size="11" tabindex="16" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Freestyle500yd" size="11" tabindex="17" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center" height="27"><!--mstheme--><font face="Times New Roman"><font size="2">100-Yard Backstroke</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Backstroke100yd" size="11" tabindex="18" maxlength="1"><!--mstheme--></font></td> <td width="26%" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Backstroke100yd" size="11" tabindex="19" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Backstroke100yd" size="11" tabindex="20" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center" height="27"><!--mstheme--><font face="Times New Roman"><font size="2">100-Yard Breaststroke</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Breaststroke100yd" size="11" tabindex="21" maxlength="1"><!--mstheme--></font></td> <td width="26%" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Breaststroke100yd" size="11" tabindex="22" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Breaststroke100yd" size="11" tabindex="23" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" align="center" height="27"><!--mstheme--><font face="Times New Roman"><font size="2">100-Yard Butterfly</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_Butterfly100yd" size="11" tabindex="24" maxlength="1"><!--mstheme--></font></td> <td width="26%" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_Butterfly100yd" size="11" tabindex="25" maxlength="2"><!--mstheme--></font></td> <td width="25%" colspan="2" height="27"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_Butterfly100yd" size="11" tabindex="26" maxlength="2"><!--mstheme--></font></td> </tr> <tr> <td width="24%" colspan="2" height="28" align="center"><!--mstheme--><font face="Times New Roman"><font size="2">200-Yd. Individual Medley</font><!--mstheme--></font></td> <td width="26%" colspan="2" height="28"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="1" s-validation-constraint="Greater than or equal to" s-validation-value="0" --><input type="text" name="Minutes_IndividualMedley200yd" size="11" tabindex="27" maxlength="1"><!--mstheme--></font></td> <td width="26%" height="28"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="59" --><input type="text" name="Seconds_IndividualMedley200yd" size="11" tabindex="28" maxlength="2"><!--mstheme--></font></td> <td width="25%" height="28" colspan="2"><!--mstheme--><font face="Times New Roman"> <p align="center"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="," b-value-required="TRUE" i-minimum-length="1" i-maximum-length="2" s-validation-constraint="Greater than or equal to" s-validation-value="0" s-validation-constraint="Less than or equal to" s-validation-value="99" --><input type="text" name="Hundredths_IndividualMedley200yd" size="11" tabindex="29" maxlength="2"><!--mstheme--></font></td> </tr> </table><!--mstheme--><font face="Times New Roman"></div> <p align="left" style="margin-top: 0; margin-bottom: 0"> </p> <p align="center" style="margin-top: 0; margin-bottom: 0"> <input type="submit" value="Submit" name="B3" tabindex="30"><input type="reset" value="Reset" name="B4" tabindex="31"></p> </form> <!--mstheme--></font></td> </tr> </table><!--mstheme--><font face="Times New Roman"> <p align="center"> ©<font face="Times New Roman"> Copyright 2007 NCSAA. All rights reserved.</font></p> <!--mstheme--></font></body> </html>