Count Lines in Pages

Contents of Page: EarlyBirdDetails.asp Number of Lines: 42 Last Modified: 2/12/2026 6:28:37 PM
0001: <% @Language = "VBScript" %>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <%
0005: BaseSiteURL = Session("BaseSiteURL") 
0006: 
0007: 
0008: If BaseSiteURL = "default.asp" Then
0009: TableWidth="800"
0010: Else
0011: TableWidth="100%"
0012: End If
0013: 
0014: 
0015: %>
0016: <html>
0017: 
0018: <head>
0019: <title>March Madness - Early Bird Details</title>
0020: <meta name="viewport" content="width=device-width">
0021: 	<link href="mm.css" rel="stylesheet" type="text/css">
0022: 	<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">
0023: </head>
0024: 
0025: <body>
0026: 
0027: <table cellspacing="0" border="1" cellpadding="5" width="<%= TableWidth %>" bordercolor="#FED87B">
0028: 
0029: 
0030:   <tr bgcolor="#FFFAF0">
0031:   
0032:  <td class="norm"><big><big><big><p align="center"><b>March Madness Contest<br><i>Early Bird Registration Details</i></b></big></p><br>
0033:  The intent is to provide an incentive for participants to register and make their donation before the brackets are announced on Sunday, March 15th, 2026.<br><br>Currently, nearly 60% of the entries sign up after the brackets are announced.   Which is perfectly fine, but it tends to be a bit hectic on my end the 3 or 4 days before the tournament starts.<br><br>
0034:  This is how it works:   If you register <b><u>and</b></u> make your donation by the Friday before the tournament starts, you will be automatically entered into a drawing to win a <b><u>free</b></u> entry into the Main Contest and a <b><u>free</b></u> entry into the Sweet 16 Contest.<br><br>Each participant gets 1 entry into the drawing for every entry they have in the contest.  For instance: If you register with 1 entry into the contest, you get 1 entry into the drawing, if you register with 2 entries, you get 2 entries into the drawing, and so on...<br><br>
0035:  The drawing will be done live at 11AM (PDT) on the Saturday before the brackets are announced.  Details to follow...<br><br>So, why not register now and be ready to make your picks when the brackets come out?&nbsp;&nbsp;&nbsp;&nbsp;<br><br><a href="my4registerinfo1_m.asp" class="button-40"><big>Register Now</big></a>
0036:  
0037:   </tr>
0038:  
0039: </table>
0040: </center></div>
0041: </body>
0042: </html>