Count Lines in Pages

Contents of Page: mmmain.asp Number of Lines: 43 Last Modified: 2/17/2025 3:43:12 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="770"
0010: Else
0011: TableWidth="100%"
0012: End If
0013: 
0014: 
0015: %>
0016: <html>
0017: <meta name="viewport" content="width=device-width">
0018: <title>March Madness - Standings</title>
0019: <link href="mm.css" rel="stylesheet" type="text/css">
0020: <head>
0021: 
0022: <title>Joe Toledo's March Madness Contest - Benefiting Charity</title>
0023: 
0024: </head>
0025: 
0026: <body bgcolor="#ffffff">
0027: 
0028: <table cellspacing="0" border="1" cellpadding="5" width="<%= TableWidth %>" bordercolor="#FED87B" >
0029:   <tr bgcolor="#FFFAF0">
0030:   <td class="norm"><big><big>
0031: <p><big><font color="blue">Welcome to a unique NCAA Tournament March Madness Contest!</font></big>
0032: <p>This contest allows participants to compete in three separate contests, designed to keep participants engaged and enjoying the <u>entire</u> NCAA tournament.
0033: <p>What if your bracket is "busted" after the first 2 rounds?&nbsp;&nbsp;No problem!&nbsp;&nbsp;You get to try again and continue to have fun by submitting entries into <font color="blue">Sweet 16 Contest.</font>  Click <a href="sweet16details_m.asp" target="_blank"><b>here</b></a> for details.
0034: <p>Not good at picking winners?&nbsp;&nbsp;No problem!&nbsp;&nbsp;Perhaps you do better at picking "losers".  The built-in <font color="blue">Biggest Loser Contest</font> allow participants to pick the "worst" team for each of the 16 seeds.  Click <a href="whatisBiggestLoser.asp" target="_blank"><b>here</b></a> for details.
0035: <p>It only takes a <b>$20</b> donation per entry, and you can submit multiple entries.  Proceeds from this contest are donated to the <b><i>City of Hope Cancer Research Institute.</i> </b>.
0036: <p><% If RegOpen = "YES" Then %> <b>Registration is now open</b>.   You can register now and be ready to make your picks after the brackets are announced on <b><%= SelSunday %></b>, around 5PM PDT.<% End If %>
0037: </td>
0038:   </tr>
0039:   
0040: </table>
0041: </div>
0042: </body>
0043: </html>