Count Lines in Pages

Contents of Page: whatisBiggestLoser.asp Number of Lines: 44 Last Modified: 2/15/2025 4:54:22 PM
0001: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <!-- #include FILE="include/funcs.asp" -->
0005: <% 
0006: 
0007: 
0008: ReturnSiteURL = Session("BaseSiteURL")
0009: 
0010: If ReturnSiteURL = "default.asp" Then
0011: TableWidth="650"
0012: Else
0013: TableWidth="100%"
0014: End If
0015:  %>
0016: 
0017: <html>
0018: 
0019: <head>
0020: <meta name="viewport" content="width=device-width">
0021: <title>Joe Toledo's March Madness Contest - What is Biggest Loses</title>
0022: </head>
0023: 
0024: <body bgcolor="#ffffff">
0025: 
0026: <link href="mm.css" rel="stylesheet" type="text/css">
0027: 	<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">	
0028: 		<table border="0" cellpadding="0" cellspacing="0" width="<%= TableWidth %>">
0029: <tr>
0030: <td colspan="2" class="norm">
0031: <button class="button_close" onclick="window.close()">Close Window</button>
0032: </td>
0033: </tr>
0034: 		</table>
0035: <table cellspacing="0" border="1" cellpadding="5" width="<%= TableWidth %>" bordercolor="#FED87B">
0036: 
0037:   <tr bgcolor="#FFFAF0">
0038:     <td VALIGN="TOP" class="norm"><big><p align="center"><b><big><big>Biggest Loser Contest</big></b></p>
0039: 	<br>This is another way that you can win $ in the March Madness Contest.  <br><br>The concept is simple:  Just pick the <b><u>worst</u></b> team for each of the 16 seeds in the tournament.  <br><br>The winner will be the one who picks the teams that play the least number of games played combined.  In another words, you want to select the teams that you feel will have an "early exit" from the tournament. <br><br>If one or more entries have the same number of games played, the one with the <b><U>lowest total of points</U></b> scored is the tie-breaker.  <br><br>Each participant gets one entry into the Biggest Loser contest.   Click <a href="biggestloserpicK_m.asp?Demo=YES"><b>here</b></a> for a demo how to make your selections.<br><br>Good Luck!
0040: </td>  </tr>
0041: </table>
0042: 
0043: </body>
0044: </html>