Count Lines in Pages

Contents of Page: Sweet16PointSystem_m.asp Number of Lines: 66 Last Modified: 2/15/2025 6:59:49 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="650"
0010: Else
0011: TableWidth="100%"
0012: End If
0013: 
0014: 
0015: %>
0016: <html>
0017: 
0018: <head>
0019: <title>What is March Madness 2nd Chance Pool</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: <tr>
0030: <td colspan="2" class="norm">
0031: <button class="button_close" onclick="window.close()">Close Window</button>
0032: </td>
0033: </tr>
0034:   <tr bgcolor="#FFFAF0">
0035:     <td VALIGN="TOP"><p align="center"><b><i><font face="Arial" color="#008000">Sweet
0036:     16 Contest<br>
0037:     Point Scoring System</font></i></b></p>
0038:     <p><font face="Arial" size="3">Points will be accumulated for each correct pick in each
0039:     round in the following manner:</font></p>
0040:     <p><font face="Arial" size="3">Final 8 = 1 Point for each correct pick.<br>
0041:     Final 4 = 2 Points.<br>
0042:     Final 2 = 4 Points.<br>
0043:     Champion = 8 Points</font></p>
0044:     <p><font face="Arial" size="3">Additional &quot;Tie-Breaker Points&quot; will be awarded
0045:     for the purpose of <b>settling ties only</b>.&nbsp;&nbsp; These points will be awarded
0046:     according to the seed of the pick selected.&nbsp; </font></p>
0047:     <p><font face="Arial" size="3">For instance, a correct pick that was seeded <b>3rd</b>
0048:     accumulates <b>3 tie-breaker points</b> for that round, while a <b>&nbsp;#1</b> seed
0049:     accumulates only <b>1 point</b>.&nbsp;&nbsp; The objective is to give the person that
0050:     correctly predicts upsets the edge against others, in case they have the same number of
0051:     points.</font></p>
0052:     <p><font face="Arial" size="3">Let's say that 2 or more persons are tied and they have,
0053:     for instance, 3 out of the 4 final four picked correctly, the tie-breaker will go to the
0054:     person that selected the highest seeded team(s) to be in the final four.&nbsp;</font></p>
0055:     <p><font face="Arial" size="3">A good example is the 2006 NCAA tournament when a <b>#11
0056:     seed</b> made it to the <b>final 4.</b>&nbsp;&nbsp; Selecting a #11 seed to be included in
0057:     your final four, has more weight than someone else who picks the same number of correct
0058:     teams with lower seeds.</font></p>
0059:     <p><font face="Arial" size="3">The tie breaker will come into play only if one or more
0060:     players have the same number of points in every round.</font></td>
0061:   </tr>
0062:  
0063: </table>
0064: </center></div>
0065: </body>
0066: </html>