Count Lines in Pages

Contents of Page: EarlyBirdDetails2.asp Number of Lines: 98 Last Modified: 3/12/2026 3:51:20 PM
0001: 
0002: <% @Language = "VBScript" %>
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/constants.inc" -->
0005: <%
0006: BaseSiteURL = Session("BaseSiteURL") 
0007: 
0008: 
0009: If BaseSiteURL = "default.asp" Then
0010: TableWidth="800"
0011: Else
0012: TableWidth="100%"
0013: End If
0014: 
0015: 
0016: %>
0017: <!DOCTYPE html>
0018: <html lang="en">
0019: <head>
0020:   <meta charset="UTF-8">
0021:   <meta name="viewport" content="width=device-width">
0022: 	<link href="mm.css" rel="stylesheet" type="text/css">
0023: 	<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">
0024:   <title>Register Early Drawing</title>
0025:   <style>
0026:     body2 {
0027:       font-family: Arial, sans-serif;
0028:       line-height: 1.6;
0029:       max-width: 700px;
0030:       margin: 40px auto;
0031:       padding: 0 20px;
0032:     }
0033:     h1 {
0034:       color: #222;
0035:     }
0036:     ul {
0037:       margin-left: 20px;
0038:     }
0039:     .highlight {
0040:       font-weight: bold;
0041:     }
0042:   </style>
0043: </head>
0044: <body>
0045: 
0046: <table cellspacing="0" border="1" cellpadding="3" width="<%= TableWidth %>" bordercolor="#FED87B" align="left">
0047: <tr><td class="norm">
0048:   <Big><big><b>Register Early & Win Free Entries </Big></Big></big></b>
0049: <big>
0050:   <p>
0051:     The intent is to reward participants who register early for the contest.
0052:   </p>
0053: 
0054:   <p>
0055:     Currently, nearly 60% of all entries are submitted <U>after</u> the brackets are announced.
0056:     While that’s perfectly fine, it can make the final 3–4 days before the tournament
0057:     a bit hectic on my end.
0058:   </p>
0059: 
0060:   <big><b>How It Works</big></b>
0061: 
0062:   <p>
0063:     If you register by <b>11:00 AM Saturday, March 14, 2026</b>,
0064:     you’ll be automatically entered into a drawing to win:
0065:   </p>
0066: 
0067:   <ul>
0068:     <li>One free entry into the <strong>Main Contest</strong></li>
0069:     <li>One free entry into the <strong>Sweet 16 Contest</strong></li>
0070:   </ul>
0071: 
0072:   <p>
0073:     Each participant receives <strong>one drawing chance for every contest entry</strong> they register:
0074:   </p>
0075: 
0076:   <ul>
0077:     <li>1 contest entry = 1 drawing chance</li>
0078:     <li>2 contest entries = 2 drawing chances</li>
0079:     <li>And so on…</li>
0080:   </ul>
0081:  <p>
0082:     <b>Three</b> lucky participants, selected at random, will win the free entries.
0083:   </p>
0084:   <p>
0085:     The drawing will be held live, via Zoom Meeting at <b>11:00 AM (PDT) on Saturday, March 14, 2026.</B>  Just click <a href="https://www.google.com/url?q=https://us04web.zoom.us/j/79230459083?pwd%3DhNTeOogwY3H3ZbpCqpNa7nSI47lC5c.1&sa=D&source=calendar&usd=2&usg=AOvVaw1lkb_SS_NDwMXusvSiCBKQ" target="_blank"><big><b>here</b></big></a> to join.
0086:   </p>
0087: 
0088:   <p>
0089:     <strong>Register now</strong> and be ready to make your picks as soon as the brackets are announced!
0090: 	
0091: 	<br><br><a href="my4registerinfo1_m.asp" class="button-40"><big>Click Here To Register</big></a><br>
0092: 	<font color="red">
0093:   </p>
0094: </tD>
0095: </TR>
0096: </TABLE>
0097: </body>
0098: </html>